v1.1.1 — Public Launch Polish and Professional Open-Source Tone
v1.1.1 — Public Launch Polish and Professional Open-Source Tone
Workflow Skill Router v1.1.1 focuses on public launch readiness: clearer onboarding, stronger shareable examples, a more professional open-source tone, and refreshed site dependencies.
Highlights
- Refined README and site calls to action to emphasize the open-source project, releases, downloads, and reusable routing pattern instead of active star requests.
- Added public launch showcase material, including fuzzy-request-to-route-output demo assets, showcase cases, case studies, anti-over-routing guidance, and forward-test records.
- Added a clean installable template package alongside the blank package and full reference package.
- Completed sample skill metadata coverage so scanner warnings are clean for the public sample catalog.
- Updated Astro from 6.4.6 to 6.4.7 for the documentation site.
Validation
Latest main checks passed:
Validate router tools: success
Deploy Starlight site to GitHub Pages: success
Public HTTPS smoke test: success
Local validation used during launch polish:
python scripts/validate-router.py starter/workflow-skill-router
python scripts/validate-router.py examples/template-skill-catalog
python scripts/audit-public-readiness.py .
python scripts/scan-skills.py ./sample-skills --fail-on-private --fail-on-duplicates
python scripts/evaluate-routing.py --scenarios evaluation/scenarios.example.jsonl --predictions evaluation/predictions.example.jsonl --fail-on-violations --strict
python -m unittest discover -s tests
cd site && npm run audit:lighthouseUseful Links
- Quickstart: https://huangchiyu.com/Workflow-skill-router/guides/quickstart/
- Downloads: https://huangchiyu.com/Workflow-skill-router/guides/downloads/
- Showcase: https://huangchiyu.com/Workflow-skill-router/showcase/
- Case studies: https://huangchiyu.com/Workflow-skill-router/examples/case-studies/
Download Assets
workflow-skill-router-blank.zip: installable blank starter.workflow-skill-router-template.zip: full public-safe reference package.workflow-skill-router-template-clean.zip: cleaner installable reference package.workflow-skill-router-template-manifest.md: package manifest and sanitization summary.