From octoswitch
Activate a specific OctoSwitch group member, e.g. /route-activate executor sonnet.
How this skill is triggered — by the user, by Claude, or both
Slash command
/octoswitch:route-activate <group> <member><group> <member>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants to set the active member for any OctoSwitch routing group.
Use this skill when the user wants to set the active member for any OctoSwitch routing group.
Compatibility forms:
/route-activate <group> <member>/octoswitch:route-activate <group> <member>When exported as a plugin artifact, publish this command under the octoswitch namespace.
Provide a direct route-control command for switching the active member of any existing OctoSwitch group.
/route-activate <group> <member>
Examples:
/route-activate executor sonnet
/route-activate planner opus
When invoked as a project-local command:
<group> <member>.python scripts/octoswitch_routing.py activate <group> <member>
Confirm the exact route that was activated and avoid unnecessary explanation.
Preferred output:
Activated <group>/<member>.
Group '<group>' now uses <member> as its active member.
If required arguments are missing, explain the expected syntax instead of guessing.
If the group is missing:
If the member is missing:
npx claudepluginhub normalight/octoswitch --plugin octoswitchCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.