From rpi-kit
This skill should be used when the user asks about RPIKit agents, their roles, or behavior.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rpi-kit:rpi-agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
RPIKit v2 uses 13 named agents with rich personas. Each agent has a distinct personality that shapes how it approaches problems, ensuring diverse perspectives across the development pipeline.
RPIKit v2 uses 13 named agents with rich personas. Each agent has a distinct personality that shapes how it approaches problems, ensuring diverse perspectives across the development pipeline.
| Name | Role | Phase | Persona |
|---|---|---|---|
| Luna | Analyst | Request | Curious, asks uncomfortable questions |
| Atlas | Codebase Explorer | Research | Methodical, evidence-based |
| Scout | External Investigator | Research | Skeptical, checks everything |
| Nexus | Synthesizer/Facilitator | Cross-phase | Diplomatic but decisive |
| Mestre | Architect | Plan | Pragmatic, hates over-engineering |
| Clara | Product Manager | Plan | Value-driven, cuts scope |
| Pixel | UX Designer | Plan (conditional) | Empathetic, user-first |
| Forge | Executor | Implement | Disciplined, follows plan |
| Sage | Tester | Implement + Review | Paranoid about edge cases |
| Razor | Simplifier | Simplify | Minimalist, loves deletion |
| Hawk | Adversarial Reviewer | Review | Forced to find problems |
| Shield | Security Sentinel | Review | Professionally paranoid |
| Quill | Technical Writer | Docs | Clear, concise, WHY not WHAT |
Pixel only activates when frontend work is detected. Controlled by .rpi.yaml:
ux_agent: auto # auto | always | never
auto -- Pixel activates when the feature involves UI/frontend componentsalways -- Pixel always participates in planningnever -- Pixel is never activatedNexus selects agents based on the topic:
The number of agents defaults to party_default_agents in .rpi.yaml (default: 4).
Review runs three agents in parallel for independent perspectives:
When review agents find problems and the dev fixes them:
rpi/solutions/{category}/npx claudepluginhub dmend3z/rpi-kit --plugin rpi-kitGuides selection of specialized agents for tasks based on type, complexity, technology, context, and explicit requests. Use before dispatch when multiple agents apply.
Coordinates multiple specialized agents for multi-perspective analysis, reviews, and complex tasks spanning backend, frontend, security, and testing domains.