npx claudepluginhub notorious-ai/claude-pluginsEnrich Claude's knowledge for authoring high-quality GitHub contributions (PRs and Issues)
Comprehensive Go development experience - skills that elevate Claude into the ultimate Golang developer
Capture and structure knowledge from various sources (videos, articles, podcasts, papers) into your Obsidian vault following your personal note-taking system
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A curated collection of Claude Code plugins for systems architecture, distributed systems, and software engineering workflows. Each plugin is a standalone, composable tool that extends Claude Code with custom commands, agents, hooks, and integrations.
This collection is growing. To browse available plugins:
ls -d */
Each plugin directory contains:
.claude-plugin/plugin.json - Plugin manifestREADME.md - Documentation and usage examplescommands/, agents/, skills/, hooks/) as neededSimple approach - Register the marketplace:
claude plugin marketplace add notorious-ai/claude-plugins
Then install individual plugins you need:
claude plugin install obsidian-notes@notorious-ai
Or browse and install interactively:
claude plugin
Advanced - Team configuration for selective installation:
Teams can configure .claude/settings.json in their repository to specify which plugins to enable. When team members trust the repository, they'll be prompted to install only the selected plugins:
{
"extraKnownMarketplaces": {
"team-tools": {
"source": {
"source": "github",
"repo": "notorious-ai/claude-plugins"
}
}
},
"enabledPlugins": {
"developing-go@team-tools": true
}
}
For more details, see the plugin configuration documentation.
This repository follows the Unix philosophy:
While this repository provides a marketplace for convenient discovery, you maintain complete control over which plugins you install:
The marketplace enables easy discovery while preserving your freedom to choose exactly what you need.
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Repository marketplace
├── README.md # This file
├── CONTRIBUTING.md # Plugin development guidelines
├── CLAUDE.md # Instructions for Claude Code
└── plugin-name/ # Each plugin is a top-level directory
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── README.md # Plugin documentation
├── commands/ # Slash commands (optional)
├── agents/ # Subagents (optional)
├── skills/ # Skills (optional)
├── hooks/ # Event hooks (optional)
└── .mcp.json # MCP server config (optional)
We welcome contributions! Whether you have a new plugin to share, improvements to existing ones, or bug reports:
Use GitHub Issues with the appropriate issue type:
question label for questions about plugins or
usageBuilt with curiosity and shared with friends.