← ClaudeAtlas

route-skilllisted

Discovers skills in the wilbeibi-skills catalog and loads explicitly selected skills from local files or cache, fetching missing skills. Use when asked to use an unavailable skill by name, find a suitable skill, or when no available skill clearly fits a substantive task. Do NOT treat a question about a skill as permission to use it.
wilbeibi/wilbeibi-skills · ★ 2 · AI & Automation · score 78
Install: claude install-skill wilbeibi/wilbeibi-skills
# route-skill Recommend from the catalog; load a skill only after the user selects it. ## Routing - "Use dataviz" or agreement to your specific recommendation authorizes fetching and using that skill. Do not ask again. - A mention, explanation request, or generic task is not selection. Read only the catalog and recommend when useful. - Consult the catalog once when no available skill clearly fits. Avoid repeated recommendations after refusal. - Announce the selected skill briefly. Prefer local files or cache; fetch only when absent or explicitly asked for the latest version. - Cached files do not authorize automatic use in a later task. Existing native skills retain their own invocation rules. - If several sources match, show their paths and ask which one. Never silently replace a selected source. ## Commands Resolve these scripts relative to this skill's directory, regardless of the working directory. ```bash python3 scripts/route_skill.py list chart python3 scripts/route_skill.py get dataviz python3 scripts/route_skill.py get dataviz --refresh ``` `list` reads metadata only; retry without a query if nothing matches. It reports local scope and compatibility. `get` prints the SKILL.md path on stdout, with source/version on stderr. Read that file completely before use. Supporting paths are relative to its directory. Check the skill's requirements before running its scripts. If requirements are missing, explain them; do not install dependencies or switch hosts without th