Reusable Agent Skills that give coding agents domain-specific workflows, validation tools, and reference material.
Each skill is a self-contained package under its own directory. A skill provides a SKILL.md entry point that agents load when the skill's domain applies, plus supporting assets, references, scripts, and tests.
| Skill | Directory | Purpose |
|---|---|---|
| agents-md | agents-md/ |
Create, update, review, and validate scoped repository AGENTS.md files |
| make-documentation | make-documentation/ |
Write READMEs, architecture docs, changelogs, runbooks, and install docs |
Skills are consumed by coding agents via their SKILL.md entry points. To work on a skill locally:
cd <skill-directory>
python -m pytestEach skill directory contains its own scripts, tests, and fixtures. See the skill's SKILL.md for usage details.