Thanks for your interest in contributing! This guide will help you get started.
skill/
SKILL.md # /metaskill — the main team generator skill
skills/
create-agent/SKILL.md # /create-agent — single agent creator
create-skill/SKILL.md # /create-skill — single skill creator
examples/ # Example generated outputs
- Use the Bug Report template
- Include what you tried to generate and what went wrong
- Use the Feature Request template
- New agent team templates, MCP server integrations, and skill improvements are all welcome
- Fork the repo and create a branch from
main - Make your changes — skills are pure Markdown, no build step needed
- Test by installing locally:
cp -r skill/ ~/.claude/skills/metaskill/ - Run the skill in Claude Code to verify it works
- Open a PR with a clear description
- New example templates — More domain-specific agent team examples
- MCP server catalog — Adding new verified MCP server configurations
- Skill improvements — Better prompts, more robust generation
- Documentation — Tutorials, use case guides, translations
Since skills are Markdown-based, testing is manual:
# Install locally
./install.sh
# Then in Claude Code, run:
# /metaskill
# /create-agent
# /create-skillOpen an issue — we're happy to help!