Claude Code Fullstack Dev Marketplace
A curated collection of Claude Code plugins for fullstack development teams.
Overview
This marketplace provides a comprehensive suite of specialized agents and commands designed to support fullstack development workflows. The plugins are organized to support different team compositions, starting with a complete fullstack team.
Available Plugins
Fullstack Dev Team
A complete development team with specialized agents covering the entire software development lifecycle.
Agents:
- Frontend Engineer: Modern frontend specialist for React/Next.js, Vue/Nuxt, and Svelte with Tailwind 4
- Backend Engineer: Backend specialist with Go as primary, Node.js as secondary, and Python when specified
- Code Reviewer: Code quality gatekeeper providing thorough reviews with specific feedback
- QA Agent: Quality assurance and testing specialist for systematic testing
- Docs Maintainer: Documentation and API specification maintainer with lazy documenter mindset
- UX Designer: Framework-agnostic UX/UI design specialist making user-centered design decisions
Commands:
- orchestrate: Coordinate complex multi-agent workflows
- code-review: Delegate comprehensive code review to the code-reviewer agent
Installation
Add the marketplace and install the fullstack dev team in one command:
/plugin marketplace add 1broseidon/marketplace
/plugin install fullstack-dev-team
That's it! All 6 agents and 2 commands are now available, along with Context7 MCP integration for automatic library documentation.
Roadmap
Future marketplace variations:
- Frontend-Only Marketplace: Frontend engineer, UX designer, and frontend-focused QA
- Backend-Only Marketplace: Backend engineer, API documentation, and backend testing
- DevOps Marketplace: Infrastructure, deployment, and monitoring specialists
- Mobile Dev Marketplace: iOS, Android, and cross-platform development teams
Project Structure
.claude-plugin/
└── marketplace.json # Marketplace manifest
fullstack-dev-team/ # Plugin at root level
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── agents/ # Specialized agents
│ ├── frontend-engineer.md
│ ├── backend-engineer.md
│ ├── code-reviewer.md
│ ├── qa-agent.md
│ ├── docs-maintainer.md
│ └── ux-designer.md
└── commands/ # Workflow commands
├── orchestrate.md
└── code-review.md
Contributing
To add new plugins or improve existing ones:
1. Create a new plugin directory at the repository root 2. Add .claude-plugin/plugin.json manifest inside your plugin 3. Add agent and command files 4. Update the marketplace.json to include the new plugin 5. Test locally before committing
License
MIT




