Plugin marketplace for Claude Code featuring production-ready AI agents.
# Add marketplace
/plugin marketplace add https://github.com/DustyWalker/claude-code-marketplace
# Install plugin
/plugin install production-agents-suite@claude-code-marketplace16 specialized AI agents for software development and productivity:
- code-reviewer - Code review and best practices validation
- security-auditor - OWASP security compliance auditing
- test-suite-generator - Unit, integration, and E2E test generation
- performance-optimizer - Performance analysis and optimization
- architecture-checker - SOLID principles and design pattern validation
- backend-typescript-architect - Node.js/TypeScript backend development
- frontend-developer - React/Next.js/Vue component development
- api-designer - RESTful/GraphQL API specification
- database-architect - Database schema design and migrations
- test-automator - E2E test automation with Playwright/Cypress
- qa-engineer - QA testing and regression analysis
- deployment-engineer - Multi-cloud deployment automation
- cicd-automation - CI/CD pipeline configuration
- docker-specialist - Container optimization
- refactoring-specialist - Code refactoring and cleanup
- prompt-builder - Transform thoughts into structured AI prompts using conversation protocols
/review- Code review/test- Generate tests/security-scan- Security audit/deploy- Deploy to staging/production/build-prompt- Build structured prompts from ideas
Agents activate automatically based on context:
"Review the authentication code" → security-auditor
"Create a user API" → backend-typescript-architect
"Optimize slow queries" → performance-optimizer
Or invoke explicitly:
/review src/auth/
/test src/services/user.service.ts
/security-scanclaude-code-marketplace/
├── .claude-plugin/
│ ├── marketplace.json # Marketplace manifest
│ └── plugin.json # Plugin manifest
├── agents/ # 16 agent files
├── commands/ # 5 slash commands
├── hooks/ # Quality gate hooks
├── settings.json # Security permissions
└── mcp.json # MCP server config
To add a plugin:
- Create
.claude-plugin/plugin.jsonmanifest - Add agents/commands with
./prefix paths - Add entry to
.claude-plugin/marketplace.json - Test locally
- Submit PR
MIT License - See LICENSE