Development Workflow
This section is for contributors who want to modify existing skills or add new ones to the repository.
Before You Start
Read these pages first:
- Skill Format — directory structure and file roles.
- Create a Skill — how to write
SKILL.md. - Validate and Test — how to check quality.
Workflow
- Fork the repository and create a branch.
- Create a new directory under
skills/. - Write
SKILL.mdand optional resources. - Validate — run
just validateandjust evaluate. - Lint — run
just lintto check formatting. - Document — add a page under
docs/src/skills/describing the skill. - Update AGENTS.md — add the skill to the list.
- Submit a pull request.
Repository Conventions
- Agent-wide rules live in
AGENTS.md. CLAUDE.mdandGEMINI.mdare compatibility shims linking toAGENTS.md.- Pull requests are validated by CI for structure, patterns, and linting.
Need Help?
See the main Contributing Guide for details on fork/branch/PR workflow.