Curated collection of Claude Code plugins for fullstack development teams
npx claudepluginhub 1broseidon/marketplaceComplete fullstack development team with specialized agents for frontend, backend, code review, QA, documentation, and UX design
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A curated collection of Claude Code plugins for fullstack development teams.
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.
A complete development team with specialized agents covering the entire software development lifecycle.
Agents:
Commands:
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.
Future marketplace variations:
.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
To add new plugins or improve existing ones:
.claude-plugin/plugin.json manifest inside your pluginMIT