Personal Claude Code plugin marketplace
npx claudepluginhub pwarnock/pwarnock-cc-pluginsCapture meetups, contacts, and interactions from natural language into Notion CRM
Notion Skills + Notion MCP server packaged as a Claude Code plugin.
Curated Vercel developer toolkit: React best practices, web design guidelines, browser automation, and deployment
Bridge Gastown cross-session orchestration with in-session subagent parallelization
Prisma 7 migration and best practices skills for Claude Code
Three-tier persistent context infrastructure for AI coding agents — constitution, routing intelligence, and cold memory. Based on 'Codified Context: Infrastructure for AI Agents in a Complex Codebase' (Vasilopoulos, 2025).
Progressive disclosure methodology for LLM-consumed documents — organize any doc (CLAUDE.md, AGENTS.md, system prompts, runbooks) using three-tier lazy loading
Session retrospective skill with hook-driven prompting. Generates structured session summaries with learnings that feed back into project memory.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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.
1. Add this marketplace:
/plugin marketplace add pwarnock/pwarnock-cc-plugins
2. Install a plugin:
/plugin install personal-crm@pwarnock-cc-plugins
| 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 |
| 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 |
| Plugin | Description |
|---|---|
| gastown-parallel-workflow | Bridge Gastown cross-session orchestration with in-session subagent parallelization |
| session-retro | Session retrospective skill with hook-driven prompting |
| 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 |
| 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.
| 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.
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 |
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.