Getting Started¶
Requirements¶
You need Git, Bash, and at least one supported runtime:
- Claude Code
- Codex CLI
Python is needed for the router, catalog generation, and some skill-local helper scripts. Development and documentation commands use uv for Python tooling.
Install¶
Clone the repository and install both Claude Code and Codex integrations:
The default install uses symlinks. That keeps the installed agents and skills in sync with the repository after git pull.
Install for only one runtime:
Use copies instead of symlinks when the checkout will not stay on disk:
Enable Routing Hints¶
The optional hook runs the router for each prompt and injects a short routing hint into Claude Code or Codex:
Temporarily disable the hook for one shell session:
Remove the hook:
Use an Agent¶
Claude Code:
Codex CLI:
You can also run the router directly before choosing an agent:
Verify the Install¶
For more installation details and troubleshooting, use the Installation Guide.