fable-orchestration

fable-orchestration is a skill for Codex from avenoxai/avenoxskills. It costs 89 tokens per session (954 once invoked), scanned A, original, MIT.

Rules for assigning work across several AI models, especially when one high-end model is limited or costly and other models handle routine execution.

In plain words
What is it for?
Use it when launching sub-agents or coding-agent workflows, choosing delegate models, and controlling parallel work.
Why use it?
It helps decide which model should perform planning, judgment, or mechanical work without wasting scarce capacity.

Skill for Codex

Written for Codex: runs codex exec. Also seen: mentions subagents; mentions Codex.

Good fit Use it when launching sub-agents or coding-agent workflows, choosing delegate models, and controlling parallel work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/avenoxai/avenoxskills/fable-orchestration
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.

Any agent
npx skills add avenoxai/avenoxskills --skill fable-orchestration
Clone the repo
git clone --depth 1 https://github.com/avenoxai/avenoxskills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fable-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/avenoxai/avenoxskills/fable-orchestration/github.svg)](https://agentmods.dev/skills/avenoxai/avenoxskills/fable-orchestration)
Your own site
<a href="https://agentmods.dev/skills/avenoxai/avenoxskills/fable-orchestration"><img src="https://agentmods.dev/badge/skills/avenoxai/avenoxskills/fable-orchestration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fable-orchestration

Your own site · 80×15
<a href="https://agentmods.dev/skills/avenoxai/avenoxskills/fable-orchestration"><img src="https://agentmods.dev/badge/skills/avenoxai/avenoxskills/fable-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 954 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00089 $0.00954
Opus 5 $0.00044 $0.00477
Sonnet 5 $0.00018 $0.00191
Haiku 4.5 $0.00009 $0.00095

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

Security

Grade A, and why

fable-orchestration 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 9d 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.

skills/fable-orchestration/SKILL.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orchestration & delegation policy (scarce-top-tier stack)

A routing policy for stacks with one scarce, expensive main-loop model and cheaper or unlimited delegate tiers. Written against a Claude Fable main loop with Opus sub-agents and Codex lanes, but the shape transfers to any stack with the same economics.

Core law: the scarce model must not do pleb work, and must not be spawned as a sub-agent. Its tokens buy judgment, not throughput.

The hard rules

  1. Scarce tier as sub-agent: sparingly, never aggressively. Default to an explicit model: 'opus' on every Agent tool / Workflow agent() call and meta.phases entry — never omit-and-inherit when the parent is the scarce tier, or you silently fan out your most expensive model. A rare judgment-heavy delegated task may use it, only when the cheaper tier genuinely can't carry the work. Also prefer the main loop doing work hands-on over reflexive delegation while limits are healthy — delegation has its own overhead.
  2. No mid-tiers. Pick a small number of delegate tiers and stick to them. In this stack: Opus (unlimited) and Codex gpt-5.x (via codex exec). Mixing in more tiers makes routing decisions unauditable.
  3. The main loop keeps the big picture. Architecture, specs, contract-sensitive design, subtle state machines, integration and conflict resolution, final synthesis, judgment calls — all done in the main loop. Mechanical, scoped, parallelizable work gets delegated.

Choosing the delegate

  • Codex (gpt-5.x, xhigh reasoning effort) — the default for most high-level tasks, including substantial implementation lanes. It is an obsessive instruction follower: nearly as capable as the scarce tier, but less creative. It does not improvise well — it executes. Give it a carefully written, detailed, explicit spec and it will grind through it relentlessly and precisely. Use for: implementation lanes, migrations, refactors, test-writing against a defined contract, scenario authoring — anything where the spec is complete and deviation is unwanted.
  • Opus — mainly for context gathering. Exploration, codebase mapping, research sweeps, reviews, verification passes — work where the brief can be loose and the deliverable is understanding, not a diff. Opus copes well with ambiguity: hand it a goal and let it figure out the terrain.

Read the full file on GitHub · 76 lines

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. 9d ago First seen · 76 lines · 89 tokens per session scan A 3bb69bde3d8d

Subscribe to this mod's changes

fable-orchestration is a skill published in the GitHub repository avenoxai/avenoxskills (49 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session and 954 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

pdf

A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.

agentscope-ai/QwenPaw · 95 tokens

make_plan

For external plan request scenarios, guides the Agent to request a clear, actionable, step-by-step plan from a stronger Agent via listagents and chatwithagent, emphasizing that the plan is executed by the requester, not by the consulted Agent.

agentscope-ai/QwenPaw · 51 tokens

hermes-history-ingest

Ingest Hermes agent history into the Obsidian wiki. Use this skill when the user wants to mine their past Hermes sessions for knowledge, import their /.hermes folder, extract insights from previous Hermes conversations, or says things like "process my Hermes history", "add my Hermes memories to the wiki", "ingest…

Ar9av/obsidian-wiki · 108 tokens

wiki-context-pack

Produce a token-bounded, citation-ready context slice from an existing Obsidian vault for a downstream agent or task. Use for "/wiki-context-pack", "use my vault as context", "context slice for X", "pack the wiki for my agent", or "bounded context for Y".

Ar9av/obsidian-wiki · 63 tokens

security-review

Perform a focused security review of pending git changes to identify high-confidence security vulnerabilities with real exploitation potential. Use this skill when the user asks for a security review, security audit, vulnerability scan, or wants to check pending changes on a branch for security issues before merging.…

waybarrios/opencode-power-pack · 64 tokens

huggingface-llm-trainer

Train or fine-tune language models with TRL or Unsloth on Hugging Face Jobs, including SFT, DPO, GRPO, reward models, and GGUF conversion. Use for cloud LLM training; use huggingface-vision-trainer for vision tasks.

waybarrios/opencode-power-pack · 65 tokens