Run a lightweight preflight before non-trivial work so the agent loads the right skills instead of guessing.
python scripts/skill_router.py --task "<user task text>"
This returns ranked skill candidates with match reasons.
python scripts/skill_router.py --daily
This reports:
To make this behavior automatic, wire it into your workspace steering:
AGENTS.md pre-task checklist: run pre-task routing for non-trivial tasks.HEARTBEAT.md: run --daily once per day and log result.Use references/setup-checklist.md for copy/paste snippets.
scripts/skill_router.py — deterministic local matcher + daily auditreferences/setup-checklist.md — integration snippets for AGENTS/HEARTBEAT共 1 个版本