Documentation
README
New Skill Checklist
Adding a new skill to the project. Skills follow the Agent Skills Open Standard (agentskills.io).
Agent Skills Open Standard Reference
The Agent Skills Open Standard is supported by 20+ tools: Claude Code, Cursor, OpenCode, Codex, Windsurf, Cline, and others.
Critical Requirements
-
Directory name MUST match skill name - The parent directory name MUST equal the
namefield in SKILL.md frontmatter- Directory:
skills/my-skill/SKILL.md→ name:my-skill - NOT:
skills/something-else/SKILL.md→ name:my-skill(INVALID)
- Directory:
-
name field - REQUIRED
- Max 64 characters
- Lowercase letters, numbers, and hyphens only
- Pattern:
^[a-z0-9-]{1,64}$
This is the opening of the README. Read the full README on GitHub.