By bengous
Meta-tools for Claude Code: maintain documentation (CLAUDE.md sync), prompt coaching/auditing, research, concept demystification, and extend Claude capabilities
npx claudepluginhub bengous/claude-code-plugins --plugin claude-meta-toolsAudit prompts against Claude 4 best practices and optionally generate improvements
Explain a complex concept to a smart layperson with analogies and progressive depth
Extract Claude Code system prompts from cli.js using AST analysis
Explain a concept with ASCII diagrams visible in the terminal
Trace and visualize the execution flow of a Claude Code command, skill, or agent workflow
Explain a concept, code pattern, or topic in detail
Verify claims about the codebase by searching code and optionally the web
Verify claims using web search and report findings with sources
Learn which MCP tools to use for researching a topic
Enhance prompts for better agent handoff or ask clarifying questions
Meta-prompt optimizer — transforms rough requests into high-quality prompts for Claude 4 models in Claude Code
Transform rough ideas into professionally-phrased prompts - like having a senior FAANG engineer rewrite your words
Research documentation using optimal MCP sources
Add research directive to global CLAUDE.md
Synchronize project CLAUDE.md with recent codebase changes by analyzing git history, reviewing against official Anthropic best practices using parallel agents, and proposing comprehensive updates. Use when CLAUDE.md is outdated or doesn't exist.
Diagnose root cause of a bug/issue (investigation only, no code changes)
Researches topics using optimal MCP sources. Executes queries and returns synthesized results. Use when you need to research documentation for frameworks, libraries, or tools.
Discovers MCP tools for a topic and returns exact tool call syntax. Teaches the main agent how to research, doesn't do the research itself.
Concept popularizer for intelligent non-specialists. Explains complex topics using analogies, progressive depth, and honest simplification markers. Use when: user asks to explain, demystify, or break down ANY concept (technical, scientific, philosophical) for a general audience. NOT for codebase-specific explanations (use /explain for that). Triggers on "demystify", "explain like", "what is X", "how does X work", "ELI-smart".
Rigorous planning workflow with research validation, task breakdown, dependency mapping, and post-implementation verification. Use when: (1) planning complex features touching 5+ files, (2) architectural changes or major refactors, (3) unfamiliar tech requiring doc research, (4) user says "thorough plan", "rigorous plan", or "structured plan". Invoke with /structured-plan before or during plan mode.
Synchronize project CLAUDE.md with recent codebase changes by analyzing git history, reviewing against official Anthropic best practices using parallel agents, and proposing comprehensive updates. Use when CLAUDE.md is outdated or doesn't exist.
Adaptive pre-planning exploration loop. Builds sufficient context before committing to a detailed plan. Use when: (1) brief is ambiguous or underspecified, (2) task touches unfamiliar code or libraries, (3) multiple valid approaches exist and the right one isn't obvious, (4) user says "thorough plan" or invokes /thorough-plan. NOT for trivial tasks where the path is obvious — triage will skip exploration in those cases.
Verify no behavioral regressions after implementation. Spawns parallel sonnet subagents for semantic diff review + test execution. Use when: user says "verify no regressions", "check for regressions", "make sure nothing broke".
A curated marketplace of Claude Code plugins for development workflow automation.
# Add this marketplace to Claude Code
/plugin marketplace add bengous/claude-code-plugins
# Install a plugin
/plugin install <plugin-name>@bengous-plugins
| Plugin | Version | Description |
|---|---|---|
| claude-orchestration | 2.6.0 | Parallel multi-agent orchestration for complex features with git-wt --stack worktree isolation |
| git-tools | 1.11.1 | Interactive git commands with AI assistance for commit management, history rewriting, PR/issue triage, agent-ready issue writing, and submodule automation |
| code-quality | 1.4.2 | Code quality and cleanup commands for maintaining clean, maintainable code |
| mermaid-diagrams | 1.0.0 | Create and edit Mermaid diagrams for software engineering work, architectural ideas, and technical documentation |
| claude-meta-tools | 1.15.0 | Meta-tools for Claude Code: maintain documentation (CLAUDE.md sync), prompt coaching/auditing, research, concept demystification, and extend Claude capabilities |
| claude-settings-manager | 1.1.0 | Manage Claude Code settings with JSONC support and schema extraction |
| git-worktree | 1.2.0 | Git worktree helper with stack support for multi-agent orchestration |
| plan-review | 1.0.1 | Multi-agent plan review workflow requiring architect and simplifier approval before plan execution |
| agents-bridge | 1.3.1 | Bridge to external AI agents (Codex, Gemini CLI, etc.) for cross-model collaboration |
| conductor | 1.3.5 | Conversational planning skill that produces self-contained implementation plans |
| software-craft | 1.0.1 | Opinionated design skills for software excellence: CLI design, system architecture, and more |
| plugin-dev | 1.0.0 | Dev tool for syncing Claude Code plugin cache from local sources |
| git-sweep | 1.0.0 | Interactive git branch and worktree cleanup with smart categorization, squash-merge detection, and backup analysis |
| ship | 1.0.0 | Ship feature branches: strip working files, create PRs, merge to main with GPG signing and squash support |
See each plugin's README for detailed documentation and usage.
# Clone with submodules
git clone --recurse-submodules https://github.com/bengous/claude-code-plugins.git
cd claude-code-plugins
# Install tools and hooks
mise install && lefthook install
Requires mise for tool management.
MIT License - See LICENSE for details.
Augustin BENGOLEA - @bengous
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.