skill-agent-mappinglisted
Install: claude install-skill josix/agent-flow
# Skill-Agent Mapping
Central registry documenting the ownership and consumption relationships between skills and agents in the multi-agent orchestration system.
## Overview
Skills are domain expertise modules that define behavioral patterns and best practices. Each skill has:
- **Owner Agent**: The agent responsible for maintaining and embodying the skill
- **Consumer Agents**: Agents that reference the skill for guidance or constraints
## Quick Reference Table
| Skill | Owner | Consumers | Purpose |
|-------|-------|-----------|---------|
| exploration-strategy | Riko | Senku, Loid, Speedwagon | Codebase exploration patterns |
| task-classification | Senku | Riko, Orchestrator | Task routing and complexity assessment |
| prompt-refinement | Senku | Orchestrator | Ambiguous request clarification |
| verification-gates | Alphonse | Loid, Lawliet | Quality validation checkpoints |
| team-decision | Senku | Orchestrator | Parallel vs sequential execution choice |
| agent-behavior-constraints | System | All | Universal behavioral guardrails |
| graphify-usage | Riko | Senku, Lawliet | Knowledge graph query patterns and interpretation |
| personal-kb-usage | Riko | Senku, Lawliet | Cross-project personal knowledge base queries |
| explainer-design-system | External (vendored) | Speedwagon | Interactive HTML course design principles for `/explain` |
## Visual Mapping
```
+----------------------------------------------------------+
|