skill-system-router
Installation
SKILL.md
Skill System Router
Deprecated compatibility surface. skill-system-cli now owns the router runtime module used by sk, while this skill remains available so existing router docs, policy references, and legacy entrypoints do not break during the transition.
You are the Router. This skill teaches you how to orchestrate other skills.
Router is an internal orchestration layer. The public user-facing entrypoint remains sk from skill-system-cli.
How It Works
User goal → Read skills-index.json → Match capabilities → Read skill manifest
→ (Complex goal: plan with workflow) → Check policy → Execute entrypoints → Parse JSON output → Decide next step → Log
Step 0: Installer Bootstrap Check (First Run Only)
Check if the project's AGENTS.md contains ## Skill System.