Skip to content

Custom Skills

Browse repo-owned AI agent skills

These are the repo-owned skills in ./skills/. Detail pages live under /skills/catalog/custom/<name>/. See Skill Catalog for external skills.

Install this repository catalog

Use the copy button or scroll horizontally inside the command area.
npx skills add github:wyattowalsh/agents --all -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencode

Install a focused starter skill

npx skills add github:wyattowalsh/agents --skill honest-review -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencode
57 Custom Skills53 User-Invocable4 Convention Skills

Manual invocation Call these when you want a specialist on demand. They appear in the autocomplete menu.

Auto-invoked The agent loads these automatically when repo context matches. They stay out of the / menu.


You can also install specific skills rather than the full collection:

Terminal window
# Install a single skill globally
npx skills add github:wyattowalsh/agents --skill honest-review -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencode
# Install multiple specific skills
npx skills add github:wyattowalsh/agents --skill honest-review --skill wargame -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencode
# Install to a specific agent only
npx skills add github:wyattowalsh/agents --skill orchestrator -y -g --agent claude-code