Skip to content

Skills

Browse all available AI agent skills

Skills are reusable knowledge and workflows that make AI coding agents dramatically more capable. They work across Claude Code, Gemini CLI, Codex, Cursor, GitHub Copilot, and any agentskills.io-compatible agent.

Each skill packages domain expertise into a portable format: install once, invoke anywhere with /skill-name.

Terminal window
npx skills add wyattowalsh/agents --all -g
36 User-Invocable4 Convention Skills

This repository defines two built-in skill categories. You can also opt in to installed external skills.

CategoryCountHow they work
User-Invocable36You trigger these manually with /skill-name. They appear in the autocomplete menu.
Convention4The agent auto-invokes these when it detects relevant context (e.g., editing Python files). Hidden from the / menu.

Manual invocation Trigger these with /skill-name during a conversation. They appear in the autocomplete menu.

These skills are designed to be explicitly called when you want specialized domain knowledge or a structured workflow. They behave like focused teammates you can pull into the session on demand.

Featured: honest-reviewFeatured: skill-creatorFeatured: wargame

Auto-invoked The agent loads these automatically when it detects relevant context — no manual invocation needed. They enforce consistency across the codebase.

Convention skills stay out of the / menu but remain available to the agent. When the repo context matches, they quietly apply the right rules, tooling, and formatting patterns.


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

Terminal window
# Install a single skill globally
npx skills add wyattowalsh/agents --skill honest-review -g
# Install multiple specific skills
npx skills add wyattowalsh/agents --skill honest-review --skill wargame -g
# Install to a specific agent only
npx skills add wyattowalsh/agents --skill orchestrator -g -a claude-code