Curated collection of production-ready Claude Code components and plugins
Awesome Claude Code is a curated collection of production-ready Claude Code plugins. Each plugin is battle-tested, self-contained, and ready to enhance your AI-assisted development workflow.
Plugin-First Architecture:
- Complete, self-contained plugins ready to install
- Production-tested in real development workflows
- Easy installation via Claude Code plugin system
- Battle-tested components that work together seamlessly
Teams & Individual Developers:
# Add marketplace and install
/plugin marketplace add javiermrcom/awesome-claude-code
/plugin install git-guardian@awesome-claude-codePlugin Developers:
- Browse plugin source code for inspiration
- Learn best practices from production plugins
- Contribute new plugins to the collection
awesome-claude-code/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
│
├── plugins/ # Production-ready plugins
│ └── git-guardian/ # Git workflow automation
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/ # Slash commands
│ ├── agents/ # Subagents
│ ├── hooks/ # Security hooks
│ ├── README.md
│ └── CHANGELOG.md
│
└── README.md # This file
Complete Git workflow automation with safety guardrails
Transform your Git workflow with intelligent automation and enterprise-grade safety features.
Installation:
/plugin install git-guardian@awesome-claude-codeFeatures:
- ✅ Intelligent commits with Conventional Commits format
- ✅ Smart PR generation (bilingual: EN/ES)
- ✅ Auto-detection of Linear issues and Sentry errors
- ✅ Branch name suggestions
- ✅ Enhanced git status
- ✅ Security guardrails (blocks dangerous operations)
- ✅ Code review before commits
Commands:
/commit- Create intelligent commits/pr- Generate smart pull requests/branch-name- Get branch name suggestions/git-status- Enhanced repository status
📖 Full Documentation | 📋 Changelog
# Add the marketplace (first time only)
/plugin marketplace add javiermrcom/awesome-claude-code
# Install Git Guardian
/plugin install git-guardian@awesome-claude-codeThat's it! Claude Code automatically installs all commands, agents, hooks, and configurations.
# 1. Check status
/git-status
# 2. Get branch name suggestion
/branch-name
# Output: feat/jmr/add-oauth-authentication
# 3. Create branch and make changes
git checkout -b feat/jmr/add-oauth-authentication
# ... edit files ...
# 4. Create commit
/commit
# 5. Create PR
/prWe welcome contributions of new plugins!
-
Create plugin structure:
plugins/your-plugin/ ├── .claude-plugin/ │ └── plugin.json ├── commands/ ├── agents/ ├── hooks/ ├── README.md └── CHANGELOG.md -
Test thoroughly in production
-
Submit a PR with:
- Complete plugin directory
- Comprehensive README
- CHANGELOG
- Usage examples
General:
- Claude Code >= 0.9.0
- Git >= 2.0.0
Plugin-Specific: See individual plugin READMEs for specific requirements.
Documentation:
- CLAUDE.md - Development guide
- Git Guardian README
Getting Help:
- 🐛 Report Issues
- 💬 Discussions
- 📧 Email: javiermrcom@gmail.com
- ✅ Git Guardian v1.0.0
- ✅ Plugin marketplace
- 🔄 Linear Workflow Plugin
- 📊 Code Quality Plugin
- 🐍 Python Dev Plugin
- 🧪 Testing Utilities Plugin
Awesome Claude Code is maintained by Javier Martinez. A curated collection of production-ready components for AI-assisted development.
All components and plugins are licensed under the MIT License unless otherwise specified.
See LICENSE for details.
- Anthropic for Claude Code
- Open Source Community for inspiration and tools
Made with ❤️ by Javier Martinez