Adding Agents
Learn how to find and add agents to your project.
Discovery Methods
Method 1: Category Browse (Recommended)
Browse agents by category with the interactive menu:
npx blue-gardener addpnpm blue-gardener addyarn blue-gardener addSelect a category, then select specific agents.
Method 2: Search
Search for agents by name, description, category, or tags:
npx blue-gardener search react
npx blue-gardener search testing
npx blue-gardener search securitypnpm blue-gardener search react
pnpm blue-gardener search testing
pnpm blue-gardener search securityyarn blue-gardener search react
yarn blue-gardener search testing
yarn blue-gardener search securityMethod 3: Direct Installation
Install specific agents by name:
npx blue-gardener add blue-react-developer blue-frontend-code-reviewerpnpm blue-gardener add blue-react-developer blue-frontend-code-revieweryarn blue-gardener add blue-react-developer blue-frontend-code-reviewerBy Project Type
Frontend React Project
npx blue-gardener add \
blue-react-developer \
blue-state-management-expert \
blue-ui-styling-specialist \
blue-frontend-code-reviewer \
blue-accessibility-specialistpnpm blue-gardener add \
blue-react-developer \
blue-state-management-expert \
blue-ui-styling-specialist \
blue-frontend-code-reviewer \
blue-accessibility-specialistyarn blue-gardener add \
blue-react-developer \
blue-state-management-expert \
blue-ui-styling-specialist \
blue-frontend-code-reviewer \
blue-accessibility-specialistBackend Node.js Project
npx blue-gardener add \
blue-node-backend-implementation-specialist \
blue-database-architecture-specialist \
blue-node-backend-code-reviewer \
blue-security-specialistpnpm blue-gardener add \
blue-node-backend-implementation-specialist \
blue-database-architecture-specialist \
blue-node-backend-code-reviewer \
blue-security-specialistyarn blue-gardener add \
blue-node-backend-implementation-specialist \
blue-database-architecture-specialist \
blue-node-backend-code-reviewer \
blue-security-specialistFull-Stack Project
npx blue-gardener add \
blue-feature-specification-analyst \
blue-architecture-designer \
blue-react-developer \
blue-node-backend-implementation-specialist \
blue-api-integration-expert \
blue-implementation-review-coordinatorpnpm blue-gardener add \
blue-feature-specification-analyst \
blue-architecture-designer \
blue-react-developer \
blue-node-backend-implementation-specialist \
blue-api-integration-expert \
blue-implementation-review-coordinatoryarn blue-gardener add \
blue-feature-specification-analyst \
blue-architecture-designer \
blue-react-developer \
blue-node-backend-implementation-specialist \
blue-api-integration-expert \
blue-implementation-review-coordinatorEssential Agents
Start with these core agents for any project:
Orchestrators (Workflow Management)
blue-feature-specification-analyst- Plan featuresblue-architecture-designer- Design systemsblue-implementation-review-coordinator- Quality assurance
Quality Essentials
blue-frontend-code-reviewerorblue-node-backend-code-reviewer- Code reviewblue-security-specialist- Security auditblue-unit-testing-specialist- Test writing
Agent Categories
Orchestrators (5 agents)
High-level planning and coordination:
- Feature specification
- Architecture design
- Refactoring strategy
- Quality gates
- Implementation review
Development (9 agents)
Implementation specialists:
- React, Go, Node.js development
- State management
- UI styling
- API integration
- Animations, Storybook
Quality (9 agents)
Code quality and testing:
- Code review (frontend, backend)
- Testing (unit, E2E)
- Accessibility
- Performance
- Security
- SEO
Infrastructure (9 agents)
DevOps and tooling:
- GitHub Actions
- Docker
- Databases
- Monorepo
- CLI tools
- Cron jobs
Browse infrastructure agents →
Blockchain (11 agents)
Smart contract development:
- Ethereum (Solidity)
- Solana (Rust)
- DeFi protocols
- Gas optimization
- Security audits
- Tokenomics
Configuration (1 agent)
Platform setup:
- Multi-platform AI configuration
Verification
After installing, verify agents are installed:
npx blue-gardener listpnpm blue-gardener listyarn blue-gardener listNext Steps
Managing Agents →
Remove, search, sync, and repair agents
Orchestration →
Learn how agents work together
Agent Catalog →
Browse all available agents
Extending Blue Gardener (project-specific agents, skills, rules)
Blue Gardener’s agents are intentionally generic. Most teams will add project-specific instructions on top.
Add your own specialists
- Create additional agents in your platform’s native location (e.g.
.cursor/agents/for Cursor). - Keep their scope narrow (one domain, one job) so the orchestration manager can route tasks reliably.
Stay compatible with orchestration
If you want your custom agents to plug into manager → workers workflows, have them follow the same handoff contract:
- End responses with a
## Handoffsection that includes:- Inputs
- Assumptions
- Artifacts (files changed, commands to run, checklists)
- Done criteria
- Next workers (who should run next and why)
This makes it easy for an orchestration manager (or your own commands/workflows) to chain specialists safely.
Add project rules (and optional platform workflows)
- Use rules for short, persistent conventions (style/architecture constraints).
- If your platform supports it, you may add project-specific workflows/commands in your app repo (e.g., migrations, release checks). These should be project-owned, not shipped by Blue Gardener.
- Keep examples in prompts generic and template-like to avoid anchoring to a single stack unless the agent is explicitly stack-specific.
