An example plugin demonstrating commands, agents, hooks, and MCP servers
A collection of custom plugins for Claude Code, providing additional commands, agents, hooks, and MCP server integrations.
Install plugins from this marketplace using:
# Interactive installation
/plugin install
# Direct installation
/plugin install <plugin-name>@nobodyiscertain/claude-marketplace
An example plugin demonstrating all plugin components including commands, agents, hooks, and MCP servers.
Install: /plugin install example-plugin@nobodyiscertain/claude-marketplace
Use the example-plugin as a template. Each plugin should have:
plugins/your-plugin-name/
├── .claude-plugin/
│ └── plugin.json # Required: Plugin metadata
├── commands/ # Optional: Custom slash commands
├── agents/ # Optional: Specialized subagents
├── hooks/
│ └── hooks.json # Optional: Event handlers
├── .mcp.json # Optional: MCP server config
└── README.md # Recommended: Plugin documentation
{
"name": "your-plugin-name",
"version": "1.0.0",
"description": "What your plugin does",
"author": "Your Name",
"homepage": "https://github.com/nobodyiscertain/claude-marketplace",
"repository": "https://github.com/nobodyiscertain/claude-marketplace",
"license": "MIT",
"keywords": ["relevant", "keywords"]
}
./${CLAUDE_PLUGIN_ROOT} for path references in hooks and MCP configsclaude --debug to see plugin loading detailsContributions are welcome! To add a new plugin:
plugins/ directoryexample-pluginclaude --debugMIT
Admin access level
Server config contains admin-level keywords
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.
npx claudepluginhub nobodyiscertain/claude-marketplaceStructured development workflow with orchestrated AI agents - from brainstorming to PRD/ERD generation, task breakdown, automated implementation with review cycles, and PR creation
A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Unified capability management center for Skills, Agents, and Commands.
Academic paper search MCP for arXiv, PubMed, IEEE, Scopus, ACM, and more. Requires Docker.