From knowledge-patch
Manages priority activation state for bundled patches — activates, deactivates, or clears patch entries in a JSON state file.
How this command is triggered — by the user, by Claude, or both
Slash command
/knowledge-patch:activateThe summary Claude sees in its command listing — used to decide when to auto-load this command
Interpret the patch names, aliases, and action in `$ARGUMENTS`. Read `catalog/aliases.json` and `catalog/patches.json`, and confirm ambiguous matches.
- For activation phrasing, add the matching patch names and reasons to `.knowledge-patch/activation.json`.
- For `deactivate`, `remove`, or equivalent phrasing, remove the matching patch names and their activation reasons.
- If the argument is `none` or clearly asks to clear all activation, set `active_patches` to `[]` and `activation_reasons` to `{}`.
Preserve unrelated state fields. Activation is priority state only. Do not copy skills or...Interpret the patch names, aliases, and action in $ARGUMENTS. Read catalog/aliases.json and catalog/patches.json, and confirm ambiguous matches.
.knowledge-patch/activation.json.deactivate, remove, or equivalent phrasing, remove the matching patch names and their activation reasons.none or clearly asks to clear all activation, set active_patches to [] and activation_reasons to {}.Preserve unrelated state fields. Activation is priority state only. Do not copy skills or fetch patch content.
npx claudepluginhub nevaberry/nevaberry-plugins --plugin knowledge-patch/patchApplies a set of patches to Claude Code, including Chrome subscription bypass, context warning disable, auth conflict suppression, read/search fold disable, 1h prompt cache, and ToolSearch domain restriction removal. Also supports status and restore subcommands.
/patchApplies targeted patches using a disciplined workflow: consultation-first action boundary, four-rule discipline (think before coding, simplicity first, surgical changes, goal-driven), and proactive questioning.
/hookify-configureInteractively enables or disables hookify rules by scanning local config files, presenting current status, and toggling them on demand.
/set-playbook-setsSets or clears active playbook sets for the current project, validating each set ID and updating project_state.md. Accepts comma-separated IDs, `none` for opt-out, or no argument for interactive prompt.
/pin-skillPins a learning skill to prevent the curator from marking it as stale or archiving it. Lists available skills if no skill name is provided.
/meta-agentManages the full lifecycle of Claude Code artifacts — create, enhance, audit, delete, rollback, list, and onboard commands, skills, rules, and agents.