A curated marketplace of Claude Code plugins focused on developer experience (DX). Enhance your CLI-based AI development workflow with professional-grade tools.
| Plugin | Description | Version |
|---|---|---|
| Peachflow | Your AI development team in a CLI. Orchestrates specialized agents through the entire software lifecycle—from idea to implementation. | 2.3.0 |
/plugin marketplace add MeghdadHadidi/metuneThen install the plugins you want:
/plugin install peachflow@meghdadhadidi-metune# Clone the repository
git clone https://github.com/MeghdadHadidi/metune.git
# Load plugins directly during development/testing
claude --plugin-dir ./metune/peachflowOr add to your settings for persistent use:
// ~/.claude/settings.json
{
"plugins": ["/path/to/metune/peachflow"]
}This marketplace is fully compatible with GitHub Copilot in VS Code (agent mode). The plugins work seamlessly with Copilot's chat interface when configured as Claude Code extensions.
To use with Copilot:
- Install the plugins using either method above
- Access plugin commands through Copilot chat using the same slash command syntax (e.g.,
/peachflow:init)
Once installed, try Peachflow:
# Initialize a new project
/peachflow:init
# Start discovery for a new idea
/peachflow:discover "your product idea"
# Or analyze an existing codebase
/peachflow:analyzeProfessional product development workflow that simulates a complete software engineering team:
idea ──► discover ──► define ──► design ──► plan ──► implement ──► ship
│ │ │ │ │
analysts requirements UX & roadmap developers
research engineers architects tasks build code
Features:
- 13 specialized AI agents (business analyst, UX designer, developers, etc.)
- 9 workflow commands for each development phase
- Automated documentation generation (BRD, PRD, FRD, architecture docs)
- Sprint planning and task management
- Technical debt tracking
View Peachflow Documentation →
- Claude Code CLI v1.0.33 or higher (run
claude --versionto check) - Node.js 18+ (for some plugin scripts)
Want to add a plugin to this marketplace? See CONTRIBUTING.md for guidelines.
MIT License - see individual plugins for their specific licenses.
Maintained by Meghdad Hadidi