From governor
Audits specified paths or common context files (CLAUDE.md, .claude/rules, etc.), estimates recurring context usage, identifies largest/duplicate files, and suggests top three optimizations.
npx claudepluginhub 0xhimanshu/governor --plugin governor# Governor Audit Audit paths from `$ARGUMENTS`. If no arguments are provided, audit common memory files such as `CLAUDE.md`, `.claude/CLAUDE.md`, `.claude/rules`, `AGENTS.md`, Cursor rules, and Windsurf rules. Run: Summarize: - total recurring-context estimate - largest context files - duplicate/oversized files - top three recommendations Prefer low-friction recommendations before governance: 1. compress always-loaded memory 2. split long details into on-demand skills/reference files 3. filter noisy test/build/search output 4. use `/clear` when task changes 5. use `/compact` only wh...
/audit-contextAudits project context and agent config files (CLAUDE.md, AGENTS.md, settings.json, etc.) for structure, relevance, conventions, and improvements, with optional additional instructions.
/contexteRuns built-in /context command to fetch real token metrics, analyzes usage patterns for inefficiencies, and provides tailored optimization recommendations.
/context-optimizerDiagnoses context window usage issues, audits MCPs and CLAUDE.md, applies fixes like compaction and disabling unused tools, sets auto-compaction, and reports optimized state.
/analyze-contextAnalyzes Claude Code chat history for context window usage, identifying top consumers and providing optimization recommendations in a markdown report.
/audit-contextAudits CLAUDE.md, AGENTS.md, settings.json, and other context files for structure, relevance, conventions, and improvements. Provides feedback without modifying files.
/context-budgetAnalyzes context window usage across agents, skills, MCP servers, and rules to find optimization opportunities, producing a Context Budget Report with recommendations.
Share bugs, ideas, or general feedback.
Audit paths from $ARGUMENTS. If no arguments are provided, audit common memory
files such as CLAUDE.md, .claude/CLAUDE.md, .claude/rules, AGENTS.md,
Cursor rules, and Windsurf rules.
Run:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/governor.py" audit $ARGUMENTS
Summarize:
Prefer low-friction recommendations before governance:
/clear when task changes/compact only when continuing the same taskKeep recommendations helpful, not bossy. Do not require planning unless the user explicitly asks or the task is broad and risky.