By notorious-ai
Enrich Claude's knowledge for authoring high-quality GitHub contributions (PRs and Issues)
Encodes GitHub issue authoring conventions including present-progressive titles, outcome-focused bodies, problem-space framing, and definition-of-done patterns. Must be loaded before composing any issue title or body, whether drafting interactively or creating programmatically with gh issue create.
Encodes PR authoring conventions including imperative titles with repository-capability verbs, motivation-focused descriptions, hidden context surfacing, and prose flow guidelines. Must be loaded before composing any pull request title or description, whether drafting interactively or creating programmatically with gh pr create.
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.
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
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.
Comprehensive Go development experience - skills that elevate Claude into the ultimate Golang developer
npx claudepluginhub notorious-ai/claude-plugins --plugin github-authorOpen-source contribution discipline: issue writing, pull request creation, and contribution etiquette
Auto-fix GitHub issues by analyzing issue details and implementing solutions
Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, following template structure, and offering concrete command examples with best practices.
GitHub and Git workflow tools: commit-creator, pr-creator, pr-reviewer, and pr-comment-resolver agents, slash commands for commits, PRs, and review comment resolution, plus skills for PR/commit workflows.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use