-
Create a folder for your skill at the repository root:
your-skill-name/ -
Create the required
SKILL.mdfile with frontmatter:--- name: your-skill-name description: What the skill does (shown in skill listings) user-invocable: false --- # Skill Title Instructions and content for the skill...
-
Add supporting files as needed:
setup.md- Installation and configuration instructionsworkflows.md- Detailed usage examples and workflows- Other supporting documentation
-
Update the README.md table with your skill
-
Submit a pull request
- Focused: Each skill should do one thing well
- Self-contained: Include all necessary documentation
- Tested: Verify workflows work as documented
- Clear: Write for developers who are new to the skill
| Field | Required | Description |
|---|---|---|
name |
Yes | Skill identifier (lowercase, hyphenated) |
description |
Yes | Brief description for listings |
user-invocable |
Yes | If true, can be triggered via /skill-name |