Loading...
Loading...
Route tasks to local skills. Use when choosing skills, recovering omitted skills after context warnings, or preparing a small skill context packet. NOT for install, authoring, or audit workflows.
npx skill4agent add wyattowalsh/agents skill-router| $ARGUMENTS | Action | Example |
|---|---|---|
| List ranked matching skills | |
| Build a compact context packet for top matches | |
| Load one skill by exact name or path | |
| Diagnose visible skill roots and counts | |
| Natural-language task | Auto: Search, then context for best matches | |
| Empty | Show quick usage and run doctor | |
searchcontextreaddoctorpython scripts/skill_index.py search "$ARGUMENTS" --limit 5
python scripts/skill_index.py context "$ARGUMENTS" --limit 3
python scripts/skill_index.py read <skill-name>
python scripts/skill_index.py doctorpython scripts/skill_index.py| Source | Root | Trust tier |
|---|---|---|
| | |
| | |
| | |
| | |
| | |
--source repo--source codex--source global--source plugin| Term | Meaning |
|---|---|
| skill index | Parsed metadata for visible |
| skill context packet | Small set of selected skill bodies loaded after search |
| source | Filesystem origin such as |
| trust tier | Safety label used to rank and warn about retrieved skills |
| warning | Parser, hook, script, or metadata signal requiring inspection before use |
searchcontextreaddoctorskill-install-dry-run-planner.system/skill-installerskill-creatorsearchnpx skills findharness-masterfind-skills| Request | Use instead |
|---|---|
| Install / remove / sync skills across harnesses | An available install-planning workflow; use |
| Author or validate a skill | |
| Audit harness configs or discover ecosystem gaps | |
| Curated external catalog records | Follow the host repository's curated-external authoring and trust-gate workflow |
namepathsourcetrust_tierdescriptionscorematched_fieldsreasonwarnings--format json| File | Content | Read When |
|---|---|---|
| Ranking, trust, and warning interpretation details | Search results are ambiguous, tied, or warning-heavy |
python scripts/check.py
uv run pytest tests/test_skill_index.py -qreferences/routing-guide.mdscripts/check.py