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 for skills and Claude agents. Codex agents are rendered as TOML, so rerun the installer after changing an agent prompt.
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:
Ask Codex to delegate to omics-scientist, or mention an installed skill such as $bio-annotation. Codex discovers the generated subagent definitions in ~/.codex/agents/.
You can also install the native plugin from this checkout:
codex plugin marketplace add .
codex plugin list --available --json
codex plugin add omics-skills@omics-skills
You can also run the router directly before choosing an agent:
Verify the Install¶
For more installation details and troubleshooting, use the Installation Guide.