By abimedapp
Code review and test quality plugin. Orchestrator coordinates review and test auditing.
Read code and produce a review focused on correctness, maintainability, and refactor opportunities. Loads the code-review-checklist skill. Read-only.
Use to coordinate code review, refactor suggestions, and test gap analysis. Routes work to code-reviewer and test-auditor subagents, synthesizes severity-grouped report. Does NOT read code itself.
Audit test coverage and assertion quality for a path or diff. Loads the test-design skill. Finds untested branches, weak assertions, missing edge cases. Read-only.
Trigger when reviewing code for correctness, security, performance, or maintainability. Provides the checklist used by code-reviewer and refactor flows.
Trigger when auditing test coverage or designing test cases. Provides edge-case checklist and assertion-quality rules used by test-auditor.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Example Claude Code marketplace with two plugins demonstrating commands, orchestrator agents, and skills.
ai-plugins-test-2/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest (lists plugins)
├── dev-workflow/ # Plugin A
│ ├── .claude-plugin/plugin.json
│ ├── commands/ # /branch-create, /commit-smart, /pr-prepare
│ ├── agents/ # workflow-orchestrator + 2 subagents
│ └── skills/ # conventional-commits, pr-description
└── code-quality/ # Plugin B
├── .claude-plugin/plugin.json
├── commands/ # /review-diff, /refactor-suggest, /test-gaps
├── agents/ # quality-orchestrator + 2 subagents
└── skills/ # code-review-checklist, test-design
Each plugin follows a coordinator/executor pattern:
slash command → orchestrator agent → delegates to specialized subagents
↓
loads skills for domain knowledge
The orchestrator coordinates and synthesizes — it does not perform the work itself. Specialized subagents read files, run analysis, and return findings. Skills hold the durable conventions (commit format, review checklist, etc.) so the agents stay focused on coordination logic.
# From this repo
claude plugin marketplace add ./
claude plugin install dev-workflow@ai-plugins-test-2
claude plugin install code-quality@ai-plugins-test-2
Or from a Git remote:
claude plugin marketplace add <git-url>
dev-workflow| Command | What it does |
|---|---|
/branch-create | Create a branch from an issue or feature description |
/commit-smart | Analyze staged diff and produce a conventional commit msg |
/pr-prepare | Orchestrate diff analysis + PR description |
code-quality| Command | What it does |
|---|---|
/review-diff | Review the current diff via reviewer + test auditor |
/refactor-suggest | Suggest refactorings with tradeoffs |
/test-gaps | Find uncovered branches and weak assertions |
MIT
npx claudepluginhub abimedapp/ai-plugins-2 --plugin code-qualityGit/PR workflow plugin. Orchestrator coordinates diff analysis and commit writing.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
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
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.