AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Codex Dispatch

skill-100yenadmin-fable-token-saving-skills-orchestrator-codex-dispatch · by 100yenadmin

Use when routing well-specified implementation work from Fable to Codex or another side worker.

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-100yenadmin-fable-token-saving-skills-orchestrator-codex-dispatch

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-100yenadmin-fable-token-saving-skills-orchestrator-codex-dispatch)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Codex Dispatch? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.