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.
Workflow MapFrom repository bundle to install, invocation, and validation across supported agent harnesses.
Claude Code PluginUse the native .claude-plugin marketplace when you want Claude Code to install and update the whole repo bundle.
Codex PluginUse the native .codex-plugin manifest and repo marketplace when you want Codex to load bundled skills and MCP config.
OpenCode Project ConfigUse repo opencode.json for runtime plugins; keep TUI-only plugins in your live tui.json surface.
Skills CLIUse npx skills add for Gemini CLI, Antigravity, Copilot, OpenCode, Cursor, Crush, and other agents.
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
uvrunwagentsopenspecdoctor
To materialize upstream OpenSpec skills and commands for supported downstream tools, run:
Terminal window
uvrunwagentsopenspecinit--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.