Claude Code Plugin Marketplace
Curated plugins for Claude Code - Quality over quantity.
This marketplace curates high-quality Claude Code plugins that solve real problems. We don't duplicate official documentation; we help you find the best tools and resources.
Quick Start
1. Add this marketplace:
/plugin marketplace add pwarnock/pwarnock-cc-plugins
2. Install a plugin:
/plugin install personal-crm@pwarnock-cc-plugins
Plugins
Integrations
| Plugin | Description |
|---|
| personal-crm | Capture meetups, contacts, and interactions from natural language into Notion CRM |
| Notion | Notion Skills + Notion MCP server packaged as a Claude Code plugin |
| kjbc | Strong's Concordance MCP - Grounded Greek/Hebrew word lookups for AI |
Developer Tools
| Plugin | Description |
|---|
| vercel-skills | Curated Vercel developer toolkit: React best practices, web design guidelines, browser automation, and deployment |
| prisma-skills | Prisma 7 migration and best practices skills for Claude Code |
Workflow
| Plugin | Description |
|---|
| gastown-parallel-workflow | Bridge Gastown cross-session orchestration with in-session subagent parallelization |
| session-retro | Session retrospective skill with hook-driven prompting |
Knowledge & Context
| Plugin | Description |
|---|
| codified-context | Three-tier persistent context infrastructure — constitution, routing intelligence, and cold memory |
| progressive-disclosure | Progressive disclosure methodology for LLM-consumed documents — three-tier lazy loading for any doc |
Search & Discovery
| Plugin | Description |
|---|
| githits-mcp | GitHits MCP server - Search millions of code examples from open source repositories |
Each plugin may require environment variables. See individual plugin READMEs for setup.
Marketplace Skills
| Skill | Description |
|---|
| codification-loop | Capture debugging insights, architecture decisions, and repeated explanations as durable project context. |
| codified-context-patterns | Three-tier codified context framework for AI coding agents — constitution, trigger tables, failure modes, and subsystem map templates. |
| context-health | Score and evaluate your project's codified context infrastructure — rubrics for constitution, trigger tables, failure modes, and subsystem map quality. |
| create-plugin | Scaffold a Claude Code plugin from scratch — guides through directory structure, manifest creation, and best practices. |
| export-plan | Transform an agent execution plan into a team-ready proposal or RFC with adjustable depth and audience awareness. |
| find-docs | Navigate Claude Code plugin development documentation and resources. |
| postmortem-writing | Write effective blameless postmortems with root cause analysis, timelines, and action items. |
See SKILLS.md for full details.
Community Skills
Curated from the community. See individual skills for attribution.
| Skill | Description | Author |
|---|
| no-use-effect | Ban useEffect in React components — enforce derived state, event handlers, data-fetching hooks, key resets, and useMountEffect instead. | Alvin Ng |
Finding Documentation
Want to create a plugin?
Best approach: Install the official plugin-dev plugin:
/plugin install anthropic/plugin-dev
Then describe what you want to build - Claude will use the appropriate development skill.
Alternative: Use our create-plugin skill for a guided workflow.
Looking for specific guidance?