By mariogusmao
Essential utilities for Claude Code — cross-platform notifications, orphaned process cleanup, and git context injection
Summarize the current repository state before work begins by collecting branch, recent commits, and uncommitted changes. Use when starting work, resuming after a break, or before making a risky edit.
Find and clean up leaked browser, test-runner, and dev-server processes after interrupted sessions. Use when a task leaves Chromium, Playwright, Vitest, Jest, or long-lived dev servers behind.
Recover or navigate to the correct tmux session, window, or pane when notifications or parallel agents lose focus. Use when work is running in tmux and you need to jump to the right target safely.
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin marketplace — code intelligence, quality guardrails, documentation tools, and protocol routing.
/plugin marketplace add mario/mg-plugins
| Plugin | Description |
|---|---|
codegraph | Call-chain analysis, blast radius, dependency graphs via MCP |
ai-quality-guardrails | TDD enforcement, review loops, AI code scrutiny |
kdoc | Scaffold and maintain ADR, TLDR, runbooks, governance |
router-plugin | Protocol pack for cross-repo router packet delivery |
/plugin install codegraph@mg-plugins
/plugin install ai-quality-guardrails@mg-plugins
/plugin install kdoc@mg-plugins
/plugin install router-plugin@mg-plugins
MIT
Code intelligence plugin — call-chain analysis, blast radius, dependency graph queries, and codebase briefings via MCP. Hybrid indexing with Tree-sitter + TypeScript LanguageService.
Knowledge documentation toolkit with a governance engine, MCP server (13 tools), and ai-sessions daemon integration
Protocol pack — certify and scaffold router contracts for inter-agent communication
Quality guardrails for AI-assisted development: TDD enforcement, iterative review loops, AI code scrutiny, spec-driven planning, and self-review patterns.
npx claudepluginhub mariogusmao/mg-plugins --plugin claude-utils5 methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search+fetch
Desktop notifications showing what Claude Code is working on - stay informed even when the terminal is not in focus. Optional sound alerts and AI summaries
Prompt engineering techniques for accurate, grounded Claude responses — anti-hallucination workflow with citation-backed analysis
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Commands for loading context and priming Claude for specific tasks
Enforces orchestrator context window discipline via PreToolUse hooks and rules. Prevents the orchestrator from reading source files it will not edit, running diagnostic commands that should be delegated, and bypassing delegation with 'small change' rationalizations. Install to structurally prevent investigation escalation anti-patterns.