An example plugin demonstrating commands, agents, hooks, and MCP servers
npx claudepluginhub nobodyiscertain/claude-marketplaceA 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
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Admin access level
Server config contains admin-level keywords
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.