Contribute to the Directory
Submit Your Agent Skill
Share your SKILL.md with the community. Paste your GitHub URL and we'll auto-detect everything.
Submit a GitHub Repository
Submit any GitHub repo with a SKILL.md file, or a deep link to a specific skill (e.g. .../tree/main/skills/skill-name). We'll auto-detect the name, description, tags, and compatible platforms.
How It Works
1
Paste your URL
Enter the GitHub URL of your skill repository.
2
We auto-detect
SKILL.md, name, description, tags, and platform compatibility are parsed automatically.
3
Instantly live
Your skill appears in the directory immediately. No moderation queue.
Requirements
- ✓Public GitHub repository
- ✓SKILL.md file in the root (or skills/SKILL.md, or README.md as fallback)
- ✓Clear name and description
- ✓Optional: frontmatter with tags, allowed-tools, license
SKILL.md Template
--- name: my-skill description: What this skill does in one line tags: - coding - automation allowed-tools: - read - write - exec --- # My Skill ## Overview Explain what this skill does and when to use it. ## Instructions Step-by-step instructions for the AI agent. ## Examples Show input/output examples. ## Constraints - Do NOT do X - Always do Y