Use for every user request when SkillSpec router mode is enabled. First check the local SkillSpec router index, load the selected skill only when route decision is use_skill, and continue with normal agent behavior when the decision is bypass or ambiguous.
$npx -y skills add modiqo/skillspec --skill skill-routerInstalls into the current project.
Run `npx skills use "https://github.com/modiqo/skillspec" --skill "modiqo/skillspec/skill-router"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/modiqo/skillspec" that are relevant to the current task. Run `npx skills add "https://github.com/modiqo/skillspec"` and select the relevant skills, then follow their instructions.