From knowledge-patch
Scans the current project or environment to detect relevant bundled patches, recommends them, and writes priority activation state after user confirmation.
How this command is triggered — by the user, by Claude, or both
Slash command
/knowledge-patch:setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use `knowledge-patch:knowledge-patch-setup` to scan the current project or environment, recommend bundled patches, and write activation state only after confirmation. Do not copy skill files, install per-tech plugins, or use the network.
Use knowledge-patch:knowledge-patch-setup to scan the current project or environment, recommend bundled patches, and write activation state only after confirmation.
Do not copy skill files, install per-tech plugins, or use the network.
npx claudepluginhub nevaberry/nevaberry-plugins --plugin knowledge-patch/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.
/setupScans codebase, detects tech stack, recommends skills and MCP servers, and generates an improvement plan with readiness score. Also supports rescan, score-only, plan-only, and configure subcommands.
/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.
/upgrade-projectBrings the active project up to date with current scaffolder standards by backfilling project-state fields, iterating in-progress tasks for gaps, and running a recipe-adoption sweep that logs coverage. Also supports --dry-run, --rerun-loaders, --skip-tasks, and --resume flags.
/setupRuns interactive setup wizard: installs plugin files from GitHub, creates .env config, analyzes tech stack, generates PROJECT.md, configures hooks.
/doctorRuns a health check on the great_cto pipeline, reporting missing files, format issues, hook status, and permission errors. Accepts --fix to emit remediation commands.