creating-skills
Installation
SKILL.md
Creating a New Skill
Skills follow the Agent Skills open standard.
1. Choose a category
Place the skill under the most specific matching category in skills/:
| Category | When to use |
|---|---|
python/ |
Python tooling, packaging, dependency management |
dagster/ |
Dagster pipelines, code locations, dg usage |
infrastructure/ |
Pulumi IaC, secrets, Vault, Kubernetes config |
containers/ |
Docker builds, image conventions |
workflow/ |
Cross-cutting process conventions; meta-skills |
If no category fits, create a new one and add a README.md for it.
2. Create the skill directory
Related skills