Skip to content

Contributing

Adding a skill

Each skill lives in its own directory and must follow the skill authoring standard:

Skill structure

<skill-name>/
├── SKILL.md          # required — frontmatter + description
├── lifecycle.yaml    # required — install/update/uninstall steps
├── scripts/          # optional — helper scripts
└── assets/           # optional — supporting files

Commit format

Follow the semantic commit standard from agent-software.

Index

index.json is auto-generated — do not edit it manually. It is regenerated on every push to main.