agent-fabric

agent-fabric is a skill for Claude Code, Codex from ReyYang/SkillYard. It costs 21 tokens per session (356 once invoked), scanned A, original, MIT.

A routing guide for organising work between multiple AI agents, which are separate helpers with assigned responsibilities. It is used only when the user explicitly calls it.

In plain words
What is it for?
Completing work with configured collaborators, or discovering, recommending, and changing those collaborators.
Why use it?
It helps keep collaboration, permissions, decisions, and results under the control of the main agent.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/reyyang/skillyard/skill
Any agent
npx skills add ReyYang/SkillYard --skill skill
Clone the repo
git clone --depth 1 https://github.com/ReyYang/SkillYard

Made for: Claude Code, Codex.

Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 356 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00021 $0.00356
Opus 5 $0.00010 $0.00178
Sonnet 5 $0.00004 $0.00071
Haiku 4.5 $0.00002 $0.00036

Measured 3d ago against content hash e4acf1f84687, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-fabric 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.

.agent-fabric/skill/SKILL.md · 26 lines

What it actually says

Agent Fabric

这是一个由用户调用的路由 Skill。只有用户明确调用 Agent Fabric 时才运行;项目中存在 .agent-fabric/ 本身不构成调用。

选择分支

每个分支都遵守

  • 用户正在直接使用的当前 Agent 承担 orchestrator,保留用户意图、权限、关键决策、结果复核和最终交付。
  • 其他 Role 只描述职责,具体协作者、模型和调用方式以本机配置为准;不可用时明确停止该路由,不静默替换。
  • 用户指令、批准和修改范围是硬边界。协作者只能在这些边界内行动,不能代替用户授权。
  • 日常协作直接使用当前环境的真实能力,不调用 Rust、agent-run 或中央调度程序。
  • 若当前宿主不能保证本 Skill 只由用户调用,先向用户说明这一限制。

当所选 reference 的完成条件全部满足,或已向用户说明无法继续的准确原因和影响时,本次调用才结束。

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 3d ago First seen · 26 lines · 21 tokens per session scan A e4acf1f84687

Subscribe to this mod's changes

agent-fabric is a skill published in the GitHub repository ReyYang/SkillYard (2 stars, last pushed 7d ago), licensed MIT. It adds 21 tokens to every session and 356 once invoked, about $0.0001 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.