A collection of Claude Code plugins by Pi Chiu.
# Add the marketplace
/plugin marketplace add pichiu/bmad-plugins
# Install a specific plugin
/plugin install party-mode@bmad-pluginsMulti-agent conversation orchestration - enables dynamic group discussions with 10 AI agents, each with unique personality and expertise.
Features:
- 10 Specialized Agents: Business analysts, architects, developers, testers, and more
- Intelligent Agent Selection: Automatically selects 2-3 relevant agents per topic
- Character Consistency: Each agent maintains their unique voice and principles
- Cross-Agent Dialogue: Agents can reference and build on each other's responses
Usage:
/bmad-party-mode
Or with a topic:
/bmad-party-mode How should we design our authentication system?
bmad-plugins/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
├── plugins/
│ └── party-mode/ # Party Mode plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ ├── skills/
│ └── data/
└── README.md
This repository is licensed under the MIT License.
Note: Individual plugins may have their own licenses based on their origins. Please check each plugin's LICENSE file for specific terms and attributions.
| Plugin | License | Based On |
|---|---|---|
| party-mode | MIT | BMAD-METHOD |