Multi-Platform Support
Works with Cursor, Claude Desktop, Codex, GitHub Copilot, Windsurf, and OpenCode
Install, manage, and sync specialized AI coding agents across 6 platforms

Install Blue Gardener in your project:
npm install -D blue-gardenerpnpm add -D blue-gardeneryarn add -D blue-gardenerRun the interactive menu:
npx blue-gardenerpnpm blue-gardeneryarn blue-gardenerBlue Gardener is a CLI tool that manages AI coding agents across multiple platforms. It provides:
.cursor/agents/.claude/agents/AGENTS.md file.github/copilot-instructions.md.windsurf/rules/.opencode/agents/flowchart TD
User[User Request] --> Spec[blue-feature-specification-analyst]
Spec --> Arch[blue-architecture-designer]
Arch --> Dev[Implementation Specialists]
Dev --> Review[blue-implementation-review-coordinator]
Review --> Quality[blue-app-quality-gate-keeper]
Quality --> Done[Feature Complete]
style User fill:#e1f5ff
style Done fill:#d4edda