Workflow Skill Router v1.0.0
v1.0.0 Release Notes
Workflow Skill Router v1.0.0 packages the project as a public AI Agent skill routing pattern.
Highlights
- Agent-agnostic routing model with a Codex-ready starter.
- Dependency-free validator for router packages.
- Blank starter and full template skill catalog downloads.
- Single Template Skill Catalog example aligned with the downloadable template package.
- Public-safe sample skill package for common engineering, frontend, backend, testing, documentation, DevOps, and product workflows.
- Copyable routing catalog showing how real multi-skill routes are composed.
- Practical recipes for common routing scenarios.
- Customization guidance for adapting the starter router.
- GitHub issue and PR templates for routing failures and example requests.
- English and Traditional Chinese documentation site.
Validation
Run:
python scripts/validate-router.py starter/workflow-skill-router
python scripts/validate-router.py examples/template-skill-catalogExpected:
OK: workflow-skill-router passed validation
OK: template-skill-catalog passed validation