Skip to content

Start Here

The shortest path through install, invocation, and the repo layout

This is the shortest guided path through the repo. Install the catalog, try one skill, then use OpenSpec when a change needs a durable proposal, task list, and validation trail.

Repository bundle flowing through install, invocation, and validation panels
Workflow MapFrom repository bundle to install, invocation, and validation across supported agent harnesses.

Install the full catalog

Globally installs repo skills across supported agent harnesses.
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 opencode

Install one starter skill

Use this when you want to test the workflow before installing everything.
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 opencode

Run wagents update or npx skills update after upstream changes to refresh recorded sources, and use wagents skills sync --dry-run before --apply when you want additive cross-harness reconciliation for repo + curated external skills.

Run the repo wrapper before changing public asset formats, downstream tooling, generated docs, validation behavior, or multiple coordinated surfaces:

Terminal window
uv run wagents openspec doctor

To materialize upstream OpenSpec skills and commands for supported downstream tools, run:

Terminal window
uv run wagents openspec init --apply

Generated .claude, .cursor, .opencode, .github, .agent, .crush, .codex, and .gemini OpenSpec artifacts are local/generated unless a specific file is promoted to repo-owned source.

  1. Open your supported coding agent.

  2. Call the skill with /skill-name.

    Example: /honest-review

  3. Give it the concrete task or target.

    Example: /honest-review review this diff for correctness and regressions