Skill-first marketplace for reusable agent workflows, shared MCP tools, engineering workflows, productivity automation, and system maintenance.
npx claudepluginhub irfansofyana/ai-marketplaceShared MCP infrastructure providing common web search, content extraction, and research tools for other plugins
⚠️ FOR PERSONAL USE ONLY - Productivity plugin for expense tracking, RSS feeds, and VPS management
Foundational engineering tools for code review, diagram generation, technical documentation, and common development tasks
System maintenance and cleanup utilities for Docker, disk space, and developer environments
Thinking tools for pressure-testing ideas, exploring assumptions, and sharpening decisions
On-demand coaching for navigating life with AI
A personal Claude Code marketplace for hosting custom plugins that extend Claude Code with slash commands, agents, skills, hooks, and MCP server integrations.
This repository serves as a marketplace for Claude Code plugins. Marketplaces are catalogs that allow you to organize, discover, and install custom functionality into Claude Code.
| Plugin | Description | Requirements |
|---|---|---|
| shared-mcp | INSTALL FIRST - MCP infrastructure for web search (Tavily, Exa) | Node.js, TAVILY_API_KEY, EXA_API_KEY |
| p-assist | Productivity: expenses, RSS, VPS | shared-mcp, N8N_API_TOKEN |
| common-engineering | Engineering tools: code review, Mermaid diagrams, tech docs (RFCs, proposals, ADRs) | shared-mcp, mermaid-cli, CONTEXT7_API_KEY |
| sys-maint | System maintenance: Docker cleanup, disk analysis | macOS only |
| thinking-tools | Thinking tools: pressure-test ideas (idea-refinery) and drill into execution plans (grill-me) | None |
| softskills | Office politics coach for navigating workplace dynamics | None |
See individual plugin READMEs for detailed setup instructions.
Skills are model-invoked capabilities that Claude can activate when triggered by natural language. They are organized by plugin:
| Skill | Trigger Phrases | Output |
|---|---|---|
code-review | "review my code", "review this branch", "check my diff" | Structured review report with severity-classified findings |
mermaid | "create a diagram", "draw architecture", "sequence diagram for..." | Validated Mermaid diagrams (sequence, architecture, flowchart) |
one-pager | "write a one-pager", "create a proposal", "draft a one-pager" | 1-3 page stakeholder approval document |
adr | "write an ADR", "document architecture decision", "compare X vs Y" | 1-3 page Architecture Decision Record |
rfc | "write an RFC", "design proposal for cross-team review" | 5-15 page Request for Comments |
tsd | "write a TSD", "document an API", "API spec" | 5-20 page Technical Specification Document |
poc-experiment | "write a POC document", "Go/No-Go recommendation" | 3-8 page proof of concept with decision |
project-management-plan | "project plan excel", "Gantt chart", "project tracker" | Excel workbook with 4 tabs (plan, charters, budget, RAID) |
| Skill | Trigger Phrases | Output |
|---|---|---|
idea-refinery | "pressure-test my idea", "sparring partner", "gut-check this idea", "is this worth doing" | Concise Idea Brief with problem, MVP, risks, next actions |
grill-me | "grill me", "interrogate my idea/plan", "stress-test this", "drill into this", "poke holes in it", "help me think through whether to pursue this" | Decision Summary — every branch resolved, whether viability or execution |
| Skill | Trigger Phrases | Output |
|---|---|---|
office-politics-coach | "office politics", "navigate this situation", "difficult coworker" | Reframe, options, and word-for-word scripts for workplace dynamics |
/plugin marketplace add https://github.com/irfansofyana/my-claude-code-marketplace
Add to ~/.zshrc (macOS) or ~/.bashrc (Linux):
export TAVILY_API_KEY="your-tavily-api-key" # https://tavily.com
export EXA_API_KEY="your-exa-api-key" # https://exa.ai
export N8N_API_TOKEN="your-n8n-token" # https://n8n.io (for p-assist)
Reload: source ~/.zshrc or source ~/.bashrc
/plugin install shared-mcp@my-claude-code-marketplace # REQUIRED - install first
/plugin install p-assist@my-claude-code-marketplace # Optional
/plugin install common-engineering@my-claude-code-marketplace # Optional
/plugin install sys-maint@my-claude-code-marketplace # Optional (macOS only)
/plugin install thinking-tools@my-claude-code-marketplace # Optional
For local development or offline access:
git clone https://github.com/irfansofyana/my-claude-code-marketplace.git
cd my-claude-code-marketplace
/plugin marketplace add $(pwd)
This marketplace works with OpenPackage (OPKG) for 30+ AI platforms (Cursor, Windsurf, Cline, OpenCode, etc.).
OPKG maps the universal structure to your platform's format:
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.