Skip to content

Releases: smart-route-skills/Skill-Router

Release list

v0.1.0

Choose a tag to compare

@ewent404 ewent404 released this 08 Jul 10:17

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