From superctx
Use when the user wants to repair or regenerate SuperCtx shims, or when /superctx:status reports missing or broken registered shim files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superctx:syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Repair the tracked tool instruction shims from the canonical `.ctx/` hub.
Repair the tracked tool instruction shims from the canonical .ctx/ hub.
/superctx:sync does not pull tool-specific file contents into .ctx/SUPERCTX.md.
It checks registered shim files, regenerates missing or broken shims when safe, and reports
healthy, repaired, unresolved, and warning states.
Announce that you are using SuperCtx:
Using SuperCtx to repair generated context shims.
PYTHONPATH="${CLAUDE_PLUGIN_ROOT}/scripts" python3 -m superctx sync
Use this after /superctx:status reports missing or broken shims, or after a user asks to
restore generated tool instruction files that should point back to .ctx/SUPERCTX.md.
Present the output from the command. On the healthy path, confirm that all shims are healthy. Only surface shim states (repaired, unresolved, warnings) if the command reports problems. If the repository is not yet initialized with a .ctx/ directory, offer to set up SuperCtx (with explicit consent).
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub mrshininnnnn/superctx --plugin superctx