From corpocode
Manually re-run the CorpoCode moment categorizer using the current conversation state. Use when context has shifted significantly (a long exploration revealed new structure) and the original routing recommendation is stale.
How this skill is triggered — by the user, by Claude, or both
Slash command
/corpocode:corpocode-routerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CorpoCode normally classifies each turn automatically on `UserPromptSubmit`. Invoke this skill to
CorpoCode normally classifies each turn automatically on UserPromptSubmit. Invoke this skill to
re-run that classification on demand when the situation has moved on from the opening prompt.
What it does:
<middle-management recommendation> block — classification, candidate files,
and recalled context — for the main model to steer with.It is advisory only: it injects context, it does not change what you do.
To trigger a re-classification, run:
corpocode hook UserPromptSubmit
with the current session payload, or simply continue — the next turn re-classifies automatically.
npx claudepluginhub somarklenka/corpocode --plugin corpocodeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.