By drewdrewthis
Debate a design question with N agents arguing different positions, then synthesize a recommendation.
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.
Skills and plugins for Claude Code.
As a plugin (recommended — gets you the multi-agent skills like /review and /quorum):
claude plugin add drewdrewthis/claude-skills
Individual skills (copy a single skill into your global skills directory):
cp -r <skill-name> ~/.claude/skills/
| Skill | Description |
|---|---|
/create-skill | Turn a workflow into a well-structured Claude Code skill |
/evolve-skill | Improve a skill based on how it just performed — patches friction, corrections, and missed steps |
/deep-reflect | Audit Claude session history (JSONL logs) for mistakes, failed patterns, and token waste |
/retro | Weekly engineering retrospective with commit analysis, quality metrics, and trend tracking |
/implement | Start implementation of a GitHub issue (/implement #123) |
/drive-pr | Drive a PR to mergeable state — fix CI failures, address review comments, loop until green |
/write-pr | Create a PR with a filled-in template |
Plugins bundle skills with dedicated agents and reference docs. Install them via claude plugin add.
Parallel code review with 4 specialized agents running concurrently, followed by persona-driven perspectives.
Agents:
Bundled docs: CODING_STANDARDS.md, TESTING_PHILOSOPHY.md
/review # review current diff
/review src/auth/ # focus on specific files
Debate a design question with N agents arguing different positions, then synthesize a recommendation. Includes a devil's advocate agent.
/quorum "Should we use Redis or Postgres for our job queue?"
/quorum "Monorepo vs polyrepo for our microservices"
claude-skills/
├── .claude-plugin/
│ └── marketplace.json # plugin registry
├── create-skill/SKILL.md
├── deep-reflect/
│ ├── SKILL.md
│ └── scripts/ # session analysis helpers
├── drive-pr/SKILL.md
├── evolve-skill/SKILL.md
├── implement/SKILL.md
├── retro/SKILL.md
├── write-pr/
│ ├── SKILL.md
│ └── docs/PR_TEMPLATE.md
└── plugins/
├── review/
│ ├── .claude-plugin/plugin.json
│ ├── agents/ # 4 reviewer agents
│ ├── docs/ # coding standards, testing philosophy
│ └── skills/review/SKILL.md
└── quorum/
├── .claude-plugin/plugin.json
├── agents/ # devil's advocate
└── skills/quorum/SKILL.md
Use /create-skill to scaffold a new skill, or see any SKILL.md in this repo for the format. After using a skill, run /evolve-skill <name> to tighten it based on what actually happened.
MIT
npx claudepluginhub drewdrewthis/claude-skills --plugin quorumParallel code review with 4 agents: principles (SRP/design/readability), hygiene (reuse/patterns/idioms/dead code), test (pyramid/coverage), and security (PII/secrets). Orchestrator pre-fetches diff once, agents use task checklists.
Multi-agent deliberation for AI coding assistants
Convene parallel role-specialized peer agents (dynamic roster, plan card first) to debate a cross-domain decision or audit a codebase in real time. Invoking Claude acts as CEO: convenes, routes peer-DMs, arbitrates deadlocks, writes a one-page decision log.
Structured thinking and multi-perspective deliberation tools
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Debate implementation approaches with structured pros and cons analysis
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.