Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
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.
Personal Claude Code marketplace bundling a few plugins I use across projects.
| Plugin | What it is |
|---|---|
dev-helpers | Stack-agnostic slash commands for TDD, conventional commits, PRD writing, GitHub issue triage, pre-commit setup, design grilling, plus an /init-helpers bootstrapper that writes a per-project .claude/helpers.json. Includes a block-dangerous-git.sh PreToolUse hook. |
mp | Matt Pocock's skills, vendored verbatim via git subtree and exposed under the mp: namespace (mp:tdd, mp:grill-me, …). |
Add the marketplace once per machine, then install whichever plugins you want:
/plugin marketplace add https://github.com/refo/claude-dev-helpers
/plugin install dev-helpers@refo
/plugin install mp@refo
plugins/<name>/:
.claude-plugin/plugin.json — name, version, description, and pointers to commands, skills, or hooks directories as needed.commands/, skills/<skill>/SKILL.md, hooks/)..claude-plugin/marketplace.json:
{
"name": "<name>",
"source": "./plugins/<name>",
"description": "...",
"version": "0.1.0",
"category": "...",
"tags": ["..."]
}
git subtree --squash so updates stay a one-liner. See plugins/mp/README.md for the exact add / pull commands.A file at <repo>/.claude/commands/<name>.md shadows the plugin's copy of that command for that project.
dev-helpers' commands started life as skills from Matt Pocock's mattpocock/skills — adapted and generalized here. The mp plugin vendors that repo unchanged. Huge thanks to Matt.
MIT. mattpocock/skills is also MIT — preserve the notices in LICENSE and plugins/mp/skills/LICENSE.
npx claudepluginhub refo/claude-dev-helpers --plugin mpStack-agnostic agentic dev workflow helpers: TDD, commits, PRDs, issue triage, pre-commit setup, design grilling. Reads per-project config from .claude/helpers.json.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete collection of 30 Claude Code skills for document processing, development, business productivity, and creative tasks
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.