From capability-workbench
Repair stale or false agent capability instructions immediately. Use when a skill, script, plugin manifest/helper, MCP/tool contract, connector guidance, validator, or bundled reference describes commands, schemas, paths, outputs, install state, dependencies, or behavior that does not match live reality.
How this skill is triggered — by the user, by Claude, or both
Slash command
/capability-workbench:capability-reality-repairThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Treat a false skill, plugin, script, or MCP contract as an urgent capability defect. The target is not to work around the bad instruction once; the target is to repair the source that made the agent wrong so the same failure does not recur.
Treat a false skill, plugin, script, or MCP contract as an urgent capability defect. The target is not to work around the bad instruction once; the target is to repair the source that made the agent wrong so the same failure does not recur.
Use this immediately when current work exposes a mismatch between a capability artifact and reality:
SKILL.md, reference, agents/openai.yaml, plugin manifest, MCP schema, tool description, or connector instruction names a false command, flag, field, path, dependency, output shape, install state, auth flow, API contract, or workflow.Do not trigger on ordinary target-project bugs, third-party outages, missing user credentials, or ambiguous suspicions until the capability artifact itself is shown to be wrong or materially misleading.
Repair is urgent. If the discrepancy is confirmed and the source is writable, fix it in the same turn before finalizing the original task.
Only defer when the canonical source cannot be found, the source is read-only or externally owned, the repair would require destructive migration, or the original task has a higher explicit safety or production deadline.
If deferred, leave a concrete patch plan and exact evidence needed.
--help, --version, source, generated schema, manifest, installed config, validator output, minimal reproducer, official docs, or live tool output.The repair is complete only when:
Use ../../references/reality-repair.md for source-selection order, repair examples, and defer/rollback details.
npx claudepluginhub xopoko/plug-n-skills --plugin capability-workbenchGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.