一键导入
rpi-agents
This skill should be used when the user asks about RPIKit agents, their roles, or behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
This skill should be used when the user asks about RPIKit agents, their roles, or behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | rpi-agents |
| description | This skill should be used when the user asks about RPIKit agents, their roles, or behavior. |
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}/