Install

Intent-based install paths for wagents surfaces and runtimes

Use this page to choose the shortest safe path. Live install/apply commands are explicit; preview commands are safe first passes.

Install the full catalog

Global Skills CLI install across supported agent runtimes.
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 one starter skill

Start with review before installing the full catalog.
npx skills add github:wyattowalsh/agents --skill review -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencode

Preview additive repo + curated external skill reconciliation before applying it:

Terminal window
uv run wagents skills sync --dry-run
  1. Validate repo assets.

    Terminal window
    uv run wagents validate
  2. Regenerate public docs and registries.

    Terminal window
    uv run wagents docs generate --no-installed
  3. Build the docs site.

    Terminal window
    uv run wagents docs build