Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/josix/agent-flow/skill-agent-mappingnpx skills add josix/agent-flow --skill skill-agent-mappinggit clone --depth 1 https://github.com/josix/agent-flowWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00034 | $0.02446 |
| Opus 5 | $0.00017 | $0.01223 |
| Sonnet 5 | $0.00007 | $0.00489 |
| Haiku 4.5 | $0.00003 | $0.00245 |
Grade A, and why
skill-agent-mapping scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 244 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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 |
| agentsview-usage | Riko | Senku, Lawliet | Prior session-history search to leverage and cross-verify past experience |
| explainer-design-system | External (vendored) | Speedwagon | Interactive HTML course design principles for /explain |
Visual Mapping
+----------------------------------------------------------+
| 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 | | |
| - agentsview-usage | | | | |
+-----------------------+ +-----------------------+ +-----------------------+
| CONSUMES: | | CONSUMES: | | CONSUMES: |
| - agent-behavior- | | - agent-behavior- | | - agent-behavior- |
| constraints | | constraints | | constraints |
| - task-classification | | - exploration-strategy| | |
| | | - graphify-usage | | |
| | | - personal-kb-usage | | |
| | | - agentsview-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 | | |
| | | - agentsview-usage | | |
+-----------------------+ +-----------------------+ +-----------------------+
+-----------------------+
| Speedwagon |
| (Authoring Agent) |
+-----------------------+
| OWNS: (none) |
+-----------------------+
| CONSUMES: |
| - agent-behavior- |
| constraints |
| - exploration-strategy|
| - explainer-design-system |
+-----------------------+
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 244 lines · 34 tokens per session scan A fcf9fe3d4f05
skill-agent-mapping is a skill published in the GitHub repository josix/agent-flow (7 stars, last pushed 18d ago), licensed MIT. It adds 34 tokens to every session and 2,446 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
foundry-config-setup
Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.
oma-scholar
Scholarly research companion using Knows sidecar spec (.knows.yaml). Generates, validates, reviews, queries, and compares structured research-paper sidecars, and fetches them from knows.academy. Use for academic literature search, survey synthesis, paper authoring assistance, and peer review with token-efficient…
github
Interact with GitHub (issues, PRs, repos, releases) using the gh CLI. Use when asked to read or write GitHub state — open an issue, fetch PR diff, comment, list runs, etc.
agentic-workflow-designer
Conversational skill that interviews users to design new agentic workflows.
creating-skills
Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, update an existing skill, or needs skill creation guidelines. Provides structure, frontmatter fields, naming conventions, and new features like dynamic context…
task-planning
计算任务 gap 并产出下一步可执行子任务 List[TaskSpec];gap 已闭返回空数组。对齐案例剧本 gwqie46v7hzr1w6h(存储行业尽调)确定式分解。.