Loading...
Loading...
Create a new Agent Skill for this repository. Use this skill when asked to capture a workflow, convention, or repeated correction as a reusable skill — covers file naming, frontmatter fields, category placement, progressive disclosure, and updating the index.
npx skill4agent add mitodl/agent-kit creating-skillsskills/| Category | When to use |
|---|---|
| Python tooling, packaging, dependency management |
| Dagster pipelines, code locations, |
| Pulumi IaC, secrets, Vault, Kubernetes config |
| Docker builds, image conventions |
| Cross-cutting process conventions; meta-skills |
README.mdnameskills/<category>/<skill-name>/
└── SKILL.mdnameSKILL.md---
name: <skill-name> # must match directory name; max 64 chars
description: > # what it does AND when to use it; max 1024 chars
<one or two sentences describing the skill and the keywords/scenarios
that should trigger it>
license: BSD-3-Clause
metadata:
category: <category>
---
# Skill Title
...instructions...SKILL.mdreferences/SKILL.md<skill-name>/
├── SKILL.md
└── references/
└── REFERENCE.mdSKILL.mdSee [detailed reference](references/REFERENCE.md) for full option listings.skills/<category>/README.mdskills/README.md# Check frontmatter is valid (if skills-ref is available)
npx skills-ref validate ./skills/<category>/<skill-name>skills-refnamedescriptionSKILL.md