Dev tools

fable-orchestrator, a Codex skill where Claude Fable 5.1 plans and cheaper models write the code, reached 555 GitHub stars in five days

September 7, 2026 at 4:28 AM PT

codejunkie99/fable-orchestrator repository on GitHub

Image: GitHub

Why it mattersSplitting planning onto an expensive model and implementation onto cheap ones targets the part of an agent bill that grows fastest, and this pattern now ships as an installable skill.

fable-orchestrator, a routing skill for OpenAI's Codex harness that has Claude Fable 5.1 plan work while cheaper models implement it, reached 555 GitHub stars in the five days since developer codejunkie99 created it on 2 September. The counts come from the GitHub REST API, retrieved 7 September: 555 stars and 102 forks, under an MIT licence.

The skill splits an objective across three models from three vendors, each with a fixed job. Fable 5.1 plans and adjudicates, and by design never writes code or owns the workspace. GPT-5.6 Luna handles normal implementation. DeepSeek V4 Flash takes loops, repeated iteration and high-throughput work. When invoked, Fable returns a bounded task graph; Codex validates the graph, starts ready workers in parallel where useful, collects their evidence, verifies the result, and goes back to Fable only when the task needs another decision.

The boundaries are stated as plainly as the roles. The repository ships no proxy, no dashboard, no model catalog and no credential store: it consumes the OpenCode Go agent routes already configured in Codex Router. If neither allowed implementation route is callable, the workflow reports the blocker rather than substituting a model. The installable part is three files, the scripts are shell, and a dependency-light test checks the routing strings and scans the package for credential-shaped strings.

The same division of labour is surfacing in other repositories this week. codex-astra-luna-orchestrator, a skill by developer donvito that uses GPT-6 Astra to orchestrate and Luna to implement within OpenAI's own lineup, was created on 5 September and stood at 262 stars two days later, per the same API. fable-orchestrator is the cross-vendor version of the idea, with the larger traction number.

The economics explain the shape. Planning happens in few tokens and benefits most from the strongest model, while implementation burns the bulk of an agent's tokens and often does not, so pushing the implementation turns onto cheaper models attacks the part of the bill that grows fastest as agent use scales. Keeping the planner out of the workspace also gives the setup a clean audit line: every code change traces to a named implementation model, and every decision to the adjudicator. The cost of adopting it is operational: three vendors means three sets of keys, three rate-limit regimes and three failure modes inside one task graph, and this skill leaves all of that to the router by design. For a team already running Codex, the traction number says enough people want per-role model routing that it arrived as community scaffolding before it arrived as a product feature.

Source

Primary source: codejunkie99/fable-orchestrator on GitHub. Star and fork counts from the GitHub REST API, retrieved 2026-09-07.

Source: GitHub

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

dsh-vision-router, a plugin that gives text-only DeepSeek Harness agents image tools, reached 1,083 GitHub stars in 25 days

dsh-vision-router routes image turns from the text-only DeepSeek model to a vision model and adds fourteen pixel-level tools, with a keyless free fallback, and it has reached 1,083 GitHub stars since 13 August.

Source: GitHubDev tools

dsh-agent-teams, a plugin that turns one DeepSeek Harness session into a coordinated agent team, reached 1,424 GitHub stars in 26 days

dsh-agent-teams turns a DeepSeek Harness session into a captain that assembles durable sub-agents, splits a goal into dependency-aware tasks, and coordinates them through a shared scheduler, and it has reached 1,424 GitHub stars since 12 August.

Source: GitHubDev tools

dsh-routing-suite, a routing and task-protocol add-on for DeepSeek Harness, reached 7,116 GitHub stars in 24 days

dsh-routing-suite bundles a runtime plugin injector, task-aware reasoning-mode routing presets, and a staged task protocol for DeepSeek Harness, and has reached 7,116 GitHub stars since 14 August.

Source: GitHubDev tools