Join our community and help make Claude Code more powerful for everyone
Every contribution makes Claude Code better for thousands of developers. Whether you're sharing your expertise through a specialized agent or creating a helpful command, you're helping the community work smarter and faster.
Help the Community
Share your expertise
Instant Deployment
Auto-published on merge
Open Source
MIT Licensed
Specialized AI assistants for specific domains
Slash commands to automate workflows
Event-driven automations
Reusable capabilities from plugins
Bundled plugin packages
plugins/agents-<category>/agents/<agent-name>.md--- name: agent-name description: Clear description of when to invoke. Use PROACTIVELY for automatic delegation. (under 500 chars) category: development-architecture tools: Read, Write, Edit # Optional - omit for all tools --- You are a [role/expertise description]. When invoked: 1. [First action to take] 2. [Second action to take] 3. [Begin main task] Process: - [Key step or check] - [Another important step] - [Validation or verification] Provide: - [Type of output or feedback] - [Another deliverable] - [Final recommendations]
development-architecturelanguage-specialistsinfrastructure-operationsquality-securitydata-aispecialized-domainscrypto-tradingblockchain-web3business-financedesign-experiencesales-marketing✓ Clear trigger conditions
"Validates REST API design and ensures API best practices."
✓ Focused purpose
Single responsibility: API design
✗ Vague description
"Helps with coding tasks"
✗ Multiple responsibilities
Tries to do everything
Write your component
Run npm test
Open a pull request
Merged PRs go live
npm testfind plugins/agents-*/agents -name "*.md" -exec cp {} ~/.claude/agents/ \;