Mella's curated marketplace of Claude Code plugins
npx claudepluginhub cjmellor/mella-marketplaceMella's collection of productivity tools for Claude Code
A curated collection of plugins for Claude Code - Anthropic's official CLI for Claude.
Note: Requires Claude Code v2.1.3 or later.
Productivity tools to streamline your development workflow.
Skills:
| Skill | Description | Triggers when... |
|---|---|---|
review | Multi-agent code review with 5+ parallel agents, automatic fix-and-re-review cycles, and cross-session history. Runs in an isolated context. Supports loop mode for batch runs. | You invoke /mella:review or say "review my code", "check my changes" |
commit | Create git commits with optional intelligent grouping (group), push (push), and PR creation (pr). Automatically runs Laravel Pint linter if available. | You invoke /mella:commit |
walkthrough | Auto-generates step-by-step testing guides for features and bug fixes. Runs in an isolated context. | You ask Claude to "write a walkthrough", "create testing steps", or generate QA documentation |
Skills can be invoked directly or triggered automatically based on context. For example, after implementing a feature you can say "now write a walkthrough guide" and Claude will use the skill.
1. Add the marketplace:
# From GitHub
/plugin marketplace add cjmellor/mella-marketplace
# Or from a local path
/plugin marketplace add /path/to/mella-marketplace
2. Install the plugin:
/plugin install mella@mella-marketplace
3. Start using:
# Review code on current branch
/mella:review
# Create commits with intelligent grouping
/mella:commit group
# Create commits, push, and handle PR
/mella:commit group pr push
# Generate testing walkthroughs
/mella:walkthrough
/plugin uninstall mella@mella-marketplace
/plugin marketplace remove mella-marketplace
MIT
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
No description available.