Local codebase intelligence + change-safety gates for coding agents. REQUIRES Python 3.10+ and pip install roam-code first — this plugin launches the roam binary from your PATH, and its MCP server cannot start without it. Pre-indexes your repo's symbols, call graph, deps, and git history into SQLite (28 languages.
510 6d agoA
tokens not measured
originalApache-2.0
Who guards the guards: a PreToolUse hook that blocks the agent from tampering with its own guardrail configuration. Deny-by-default protection for settings.json, hook scripts and hooks.json manifests, .mcp.json, plugin manifests, and (at strict level) CLAUDE.md and rules/agents/commands, across Bash, Edit, MultiEdit…
Approach-level negative-knowledge memory for Claude Code. Mines your transcripts (Stop/PreCompact, both async and zero added latency) for approaches you TRIED and then REVERTED (with the reason, date, and estimated token cost of the detour) into a per-repo registry. On UserPromptSubmit it injects a 'you already tried…
All six guard hooks in one Node process: config-guard, block-dangerous-commands, protect-secrets, protect-tests, git-safety, and case-insensitive-guard, evaluated in that order with the first blocking verdict winning in that guard's own output format. Installing the guards individually costs six Node startups per…
The missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plugin for all major IDEs included, with autofixes.
400 2d agoA
tokens not measured
originalApache-2.0
Drive AgentBox from Claude Code on the host: create isolated sandboxes for coding agents, run them in parallel, queue background jobs, push via the host relay.
2x the effective context with smart weight-loss for Claude Code — prune bloated sessions, protect agent teams from compaction, monitor token usage with MCP tools.