From superctx
Use when the user wants a SuperCtx status check, asks about hub-and-shim health, or needs to verify that the hub exists and registered shims/backups are healthy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superctx:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Report structural integrity and health of the current SuperCtx hub-and-shim model. Read-only — never writes.
Report structural integrity and health of the current SuperCtx hub-and-shim model. Read-only — never writes.
Announce that you are using SuperCtx:
Using SuperCtx to check context health.
PYTHONPATH="${CLAUDE_PLUGIN_ROOT}/scripts" python3 -m superctx status
Present the output from the command. On the healthy path, confirm that all context links are healthy and stop there. When status finds an action that can be safely handled by SuperCtx, do not simply tell the user to run another command. Offer to do it after obtaining their explicit consent, then run the appropriate operation internally:
/superctx:sync after consent./superctx:add <path> after consent.Do not describe hub/shim/backup mechanics unless the user asks.
npx claudepluginhub mrshininnnnn/superctx --plugin superctxGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.