By metcalfc
exe.dev VM management — SSH CLI, HTTPS API, HTTP proxy, sharing, templates, and Shelley integration
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.
A collection of plugins for Claude Code that teach Claude things it doesn't know out of the box — idiomatic shell scripting, GitHub API patterns, full fzf syntax, multi-agent code review, and more.
The problem: Claude Code is good at general programming but has blind spots. It writes bash when you're in zsh. It uses bare | fzf without previews. It doesn't know gh milestone list isn't a real command. These plugins fix that by giving Claude domain-specific knowledge that activates automatically when relevant.
How plugins work: Skills auto-activate based on context (mention a VM and exe-dev kicks in, write a zsh script and zsh-craft takes over). Commands are explicit (/code-review, /exe-ls). You install what you need — they're independent.
Add the marketplace, then install what you want:
# From the terminal
claude plugin marketplace add metcalfc/claude-plugin
claude plugin install chad-tools
claude plugin install gh-recipes
claude plugin install fzf-power
claude plugin install zsh-craft
claude plugin install exe-dev
claude plugin install claude-craft
claude plugin install lefthook
# Inside Claude Code
/plugin marketplace add metcalfc/claude-plugin
/plugin install chad-tools
Multi-agent code review and dev workflow automation.
The headline feature is /code-review — a single command that auto-detects what you've changed (unstaged, staged, last commit), selects the right review agents, runs them in parallel, and either posts a GitHub review (if a PR exists) or reports findings in your terminal. It also reviews PRs by number (/code-review #123).
Five specialized agents, each focused on a different aspect of code quality:
| Agent | Focus | Activates when |
|---|---|---|
| code-reviewer | Security, correctness, architecture, style | Always |
| silent-failure-hunter | Swallowed errors, lost context, misleading fallbacks | Error handling in diff |
| pr-test-analyzer | Test correctness, coverage gaps, flaky patterns | Test files in diff |
| comment-analyzer | Doc accuracy, stale comments, misleading docs | Comments/docstrings in diff |
| type-design-analyzer | Type design, breaking changes, leaky abstractions | Type definitions in diff |
Agent selection uses comprehensive trigger patterns across Go, Rust, JS/TS, Python, Ruby, Bash/Zsh, and more. Findings below 80% confidence are filtered. Duplicates are deduplicated. Every comment posted matters.
| Command | What it does |
|---|---|
/chad-tools:code-review | Multi-agent code review — local diff or PR |
/chad-tools:deslop | Strip AI code slop from branch diff |
/chad-tools:humanize | Rewrite prose to remove AI writing patterns |
/chad-tools:done | Mark worktree done for cwprune |
/chad-tools:pick-next | Pick next issue and launch worktree |
/chad-tools:audit-plugins | Audit all marketplace plugins for accuracy |
| Skill | What it does |
|---|---|
| resume-branch | Check rebase status, PR state, orient to where you left off |
| gen-script | Generate standalone bash/python/JS scripts |
| crystallize | Turn a repeated pattern into a new Claude Code skill |
| protect-branch | Add branch protection hooks to a repo |
| resolve-reviews | Reply to PR review comments and resolve conversations |
Recipes for gh CLI operations that don't have built-in subcommands.
Ever tried gh milestone list and got "unknown command"? This plugin teaches Claude how to use gh api for the operations GitHub CLI doesn't cover natively. It auto-activates when Claude hits an unknown gh subcommand or when you ask about GitHub operations that need the API directly. Includes a PostToolUse hook that detects gh errors and nudges toward the right recipe.
npx claudepluginhub metcalfc/claude-plugin --plugin exe-devChad's personal Claude Code skills and workflows
Lefthook expertise and interactive git hooks setup wizard
Claude Code CLI knowledge, plugin management guardrails, and automation recommendations
Recipes for gh CLI operations that don't have built-in subcommands
Teaches Claude to write idiomatic zsh — modules, builtins, and parameter expansion instead of bash-in-disguise
DevOps and infrastructure toolkit with GitHub Actions, Kamal deployment, and Tailscale VPN configuration
Bootstrap - Developer onboarding accelerator. Analyzes project requirements, detects missing dependencies, generates Docker/docker-compose configs, creates .env templates, sets up pre-commit hooks, configures IDE settings (VSCode/Cursor), and troubleshoots 'it works on my machine' issues. Gets developers productive in minutes, not hours.
Hand off tasks to a cloud Devin session — VM, browser, shell, and full repo access. Create a session, get a URL, poll until done.
Claude Code skill pack for Replit (30 skills)
Git workflow and version control specialist for git strategies (gitflow, trunk-based), merge conflict resolution, interactive rebase, cherry-pick, bisect, reflog, hooks, and submodules. Use when working with complex git operations, resolving conflicts, or implementing git workflows.
Live multi-session dashboard for Claude Code — real-time visibility and control over every Claude Code session from a browser