← ClaudeAtlas

skill-agent-mappinglisted

This skill should be used when looking up which agents own or consume specific skills, understanding skill-agent relationships, or routing tasks based on skill ownership.
josix/agent-flow · ★ 4 · AI & Automation · score 77
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 ``` +----------------------------------------------------------+ |