bydrayline· 27 skills
Selects the active profile from triggering context. Evaluates a rule set against inputs (current time, calendar state, geofence, manual command, custom signals) and returns the profile name that consuming Skills (handoff-trigger-check, critic-gate, future Skills) should apply. Configuration-driven; rule set lives in a router config file conforming to the included schema. Deterministic precedence — manual override beats calendar beats time-window beats default. Required default profile guarantees a routing decision always exists. Use when an orchestrator needs to pick a profile automatically rather than having the caller specify one, when wiring calendar/time/Telegram triggers to gate behavior, or when a Skill's behavior should change with availability mode. Trigger on: "what profile should I use," "route to a profile," "which mode am I in," "auto-select profile," "active mode," "current profile." Do NOT use to evaluate work readiness or review proposed changes. Always returns a profile name.
$npx -y skills add drayline/rootnode-skills --skill rootnode-mode-routerInstalls into the current project.
Run `npx skills use "https://github.com/drayline/rootnode-skills" --skill "drayline/rootnode-skills/rootnode-mode-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/drayline/rootnode-skills" that are relevant to the current task. Run `npx skills add "https://github.com/drayline/rootnode-skills"` and select the relevant skills, then follow their instructions.