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.

1. Install The Catalog
Section titled “1. Install The Catalog”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 2. Choose The Packaging Path
Section titled “2. Choose The Packaging Path”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.
3. Try A Starter Skill
Section titled “3. Try A Starter Skill”4. Use OpenSpec For Non-Trivial Changes
Section titled “4. Use OpenSpec For Non-Trivial Changes”Run the repo wrapper before changing public asset formats, downstream tooling, generated docs, validation behavior, or multiple coordinated surfaces:
uv run wagents openspec doctorTo materialize upstream OpenSpec skills and commands for supported downstream tools, run:
uv run wagents openspec init --applyGenerated .claude, .cursor, .opencode, .github, .agent, .crush, .codex, and .gemini OpenSpec artifacts are local/generated unless a specific file is promoted to repo-owned source.
5. Invoke It Inside Your Agent
Section titled “5. Invoke It Inside Your Agent”-
Open your supported coding agent.
-
Call the skill with
/skill-name.Example:
/honest-review -
Give it the concrete task or target.
Example:
/honest-review review this diff for correctness and regressions