Install
$ agentstack add skill-100yenadmin-fable-token-saving-skills-orchestrator-codex-dispatch ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Codex Dispatch
Premium tokens buy judgment. Codex or side-worker capacity buys implementation volume when the task is well specified.
Dispatch When
- the task is self-contained
- the spec carries enough context
- acceptance criteria are explicit
- the work can happen on a side branch or bounded file set
- Fable can review the result instead of typing it
Keep With Fable Or A Higher Local Lane When
- the task is architecture, product strategy, or final judgment
- the implementation depends on local-only tools the side worker lacks
- the acceptance criteria are unclear
- the task requires private credentials or live user action
Dispatch Packet
Include:
- objective
- repo/path/branch
- files or areas involved
- constraints and non-goals
- pseudocode for hard parts
- exact validation command or CI gate
- proof boundary
- expected final report shape
Mechanics
Some lanes are reachable through a CLI rather than a workflow model parameter. When a background shell launches a side worker, close stdin explicitly if the tool expects EOF. For Codex CLI, use:
codex exec --cd "" " "$HOME/.codex/skills/"
Name the required skill in the dispatch packet and keep the accepted output bounded. If the side worker lacks a required skill and the work is not self-contained, keep the task with Fable or a local lane.
Review Rule
If the diff or report is large, ask a fast worker for a bounded digest first. Fable reads the digest and flagged hunks, not the whole raw output.
Attribution And Adjacent Tools
This dispatch pattern is inspired in part by blader/arbitrage, which focuses on premium-model judgment plus Codex implementation. Claude Code users who want a slash-command bridge to Codex review and delegation workflows can also look at openai/codex-plugin-cc.
FTSO's own guidance remains tool-agnostic: write the spec first, dispatch only bounded work, review the output before accepting it, keep turns dense while lanes run, and name the proof boundary.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: 100yenadmin
- Source: 100yenadmin/fable-token-saving-skills-orchestrator
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.