Initial Skill Router release.
Includes:
- Python CLI/library for routing subtasks to agent skills
- Portable Agent Skill package for Claude and compatible clients
- Codex plugin wrapper
- Demo skills, examples, and verification tests
Claude install:
Download skill-router-agent-skill.zip from this release and upload it in Claude under Customize > Skills.
Codex install:
Clone the repo, install the CLI, then run scripts/install_codex_plugin.py.
Verification:
- npm run lint
- npm test
- npm run typecheck
- npm run test:e2e