Skip to content

Workflow Skill Router v1.0.0

Choose a tag to compare

@eric861129 eric861129 released this 15 Jun 06:32
· 36 commits to main since this release

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-catalog

Expected:

OK: workflow-skill-router passed validation
OK: template-skill-catalog passed validation