From agent-flow
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.
npx claudepluginhub josix/agent-flow --plugin agent-flowThis skill uses the workspace's default tool permissions.
Central registry documenting the ownership and consumption relationships between skills and agents in the multi-agent orchestration system.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Share bugs, ideas, or general feedback.
Central registry documenting the ownership and consumption relationships between skills and agents in the multi-agent orchestration system.
Skills are domain expertise modules that define behavioral patterns and best practices. Each skill has:
| Skill | Owner | Consumers | Purpose |
|---|---|---|---|
| exploration-strategy | Riko | Senku, Loid | 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 |
+----------------------------------------------------------+
| agent-behavior-constraints |
| (Owner: System) |
| Consumed by: ALL AGENTS |
+----------------------------------------------------------+
|
+---------------------------------+---------------------------------+
| | |
v v v
+-----------------------+ +-----------------------+ +-----------------------+
| Riko | | Senku | | Alphonse |
| (Explorer Agent) | | (Planner Agent) | | (Verifier Agent) |
+-----------------------+ +-----------------------+ +-----------------------+
| OWNS: | | OWNS: | | OWNS: |
| - exploration-strategy| | - task-classification | | - verification-gates |
| - graphify-usage | | - prompt-refinement | | |
| - personal-kb-usage | | - team-decision | | |
+-----------------------+ +-----------------------+ +-----------------------+
| CONSUMES: | | CONSUMES: | | CONSUMES: |
| - agent-behavior- | | - agent-behavior- | | - agent-behavior- |
| constraints | | constraints | | constraints |
| - task-classification | | - exploration-strategy| | |
| | | - graphify-usage | | |
| | | - personal-kb-usage | | |
+-----------------------+ +-----------------------+ +-----------------------+
| | |
| | |
v v v
+-----------------------+ +-----------------------+ +-----------------------+
| Loid | | Lawliet | | Orchestrator |
| (Executor Agent) | | (Reviewer Agent) | | (Coordination) |
+-----------------------+ +-----------------------+ +-----------------------+
| OWNS: (none) | | OWNS: (none) | | OWNS: (none) |
+-----------------------+ +-----------------------+ +-----------------------+
| CONSUMES: | | CONSUMES: | | CONSUMES: |
| - agent-behavior- | | - agent-behavior- | | - task-classification |
| constraints | | constraints | | - prompt-refinement |
| - verification-gates | | - verification-gates | | - team-decision |
| - exploration-strategy| | - graphify-usage | | |
| | | - personal-kb-usage | | |
+-----------------------+ +-----------------------+ +-----------------------+
Owner: Riko (Explorer Agent)
Consumers: Senku, Loid
Location: skills/exploration-strategy/SKILL.md
Defines patterns for efficient codebase exploration including:
Owner: Senku (Planner Agent)
Consumers: Riko, Orchestrator
Location: skills/task-classification/SKILL.md
Provides guidance on:
Owner: Senku (Planner Agent)
Consumers: Orchestrator
Location: skills/prompt-refinement/SKILL.md
Handles:
Owner: Alphonse (Verifier Agent)
Consumers: Loid, Lawliet
Location: skills/verification-gates/SKILL.md
Defines:
Owner: Senku (Planner Agent)
Consumers: Orchestrator
Location: skills/team-decision/SKILL.md
Provides guidance on:
Owner: System
Consumers: All agents
Location: skills/agent-behavior-constraints/SKILL.md
Establishes:
Owner: Riko (Explorer Agent)
Consumers: Senku, Lawliet
Location: skills/graphify-usage/SKILL.md
Covers:
Owner: Riko (Explorer Agent)
Consumers: Senku, Lawliet
Location: skills/personal-kb-usage/SKILL.md
Covers:
mcp__personal-kb__* prefix (query_graph, get_node, get_neighbors, get_community, god_nodes, graph_stats, shortest_path)When an agent consumes a skill: