whatisgithub

What is fable-token-saving-skills-orchestrator?

100yenadmin/fable-token-saving-skills-orchestrator — explained in plain English

Analysis updated 2026-05-18

107PythonAudience · developerComplexity · 2/5LicenseSetup · easy

In one sentence

An additive toolkit for Claude Code that adds CLAUDE.md guidance, hooks, and skill templates to route routine work off an expensive model and avoid repeated cold prompt-cache rewrites.

Mindmap

mindmap
  root((repo))
    What it does
      Routes work off Fable
      Adds CLAUDE.md block
      Installs Stop hooks
    Tech stack
      Python
      Claude Code
      Bash hooks
    Use cases
      Token cost routing
      Keepalive economics
      Skill templates
    Audience
      Claude Code users
      Agent orchestration devs

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Add a CLAUDE.md addendum that routes routine coding work away from an expensive model.

USE CASE 2

Install Stop hooks that guard against common long-running-agent mistakes.

USE CASE 3

Use keepalive helper scripts to avoid repeatedly paying for cold prompt-cache rewrites.

USE CASE 4

Reuse skill templates for task routing, Codex dispatch, and README polish in a Claude Code setup.

What is it built with?

PythonClaude CodeBash hooks

How does it compare?

100yenadmin/fable-token-saving-skills-orchestratordexmal/opendmmarcj/papernews
Stars107107107
LanguagePythonPythonPython
Setup difficultyeasyhardmoderate
Complexity2/55/52/5
Audiencedeveloperresearchergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Installer only modifies files when run with --apply, and writes timestamped backups before touching existing configuration.

You can use, modify, and distribute this code freely, including commercially, as long as you keep the copyright notice.

So what is it?

Fable Token-Saving Skills Orchestrator is a Python toolkit meant to be layered on top of an existing Claude Code setup, aimed at reducing how much of the expensive Fable model is used for routine work. The core idea is that Fable is well suited to judgment tasks like strategy, architecture decisions, and reviewing work, but wasteful when it is left typing routine code, rereading large logs, or waking up repeatedly from a cold context after sitting idle. The kit adds a block of instructions to a project's CLAUDE.md file, along with hooks, skill templates, and documentation, without replacing anything already in place. Hooks act as safety guards for common mistakes that happen when a long-running agent session stops. Skill templates cover things like routing work to other tools, dispatching tasks to Codex, polishing a README, and tracking the operational status of a public repository. Everything installs through a script that only makes changes when you explicitly pass an apply flag, and it writes timestamped backups before touching any existing file. The reasoning behind the approach rests on how Anthropic's prompt caching pricing works: a cache write costs more than a plain request, but reading from a warm cache is much cheaper, and the cache expires after a short idle period by default. Based on that, the project's guidance is to keep the expensive model focused on judgment and integration work, hand off routine implementation and large-output digestion to cheaper tools, use a brief keepalive read only when a wait is short enough to be worth preserving the cache, and simply let the cache expire during genuinely long idle stretches. The project is licensed under MIT and includes documentation covering installation, routing strategy, keepalive economics, and how to adapt the setup to different models. It explicitly warns against pasting real credentials into any of its scripts or examples, recommending environment variables or a separate secret manager instead.

Copy-paste prompts

Prompt 1
Dry-run install this orchestrator with scripts/install.py --dry-run and explain what it would change.
Prompt 2
Explain how Anthropic's prompt cache pricing motivates this project's keepalive and lane-routing approach.
Prompt 3
Walk me through installing just the hooks with --install-hooks versus the full --apply install.
Prompt 4
What does the CLAUDE.md addendum this project adds actually instruct Claude to do?

Frequently asked questions

What is fable-token-saving-skills-orchestrator?

An additive toolkit for Claude Code that adds CLAUDE.md guidance, hooks, and skill templates to route routine work off an expensive model and avoid repeated cold prompt-cache rewrites.

What language is fable-token-saving-skills-orchestrator written in?

Mainly Python. The stack also includes Python, Claude Code, Bash hooks.

What license does fable-token-saving-skills-orchestrator use?

You can use, modify, and distribute this code freely, including commercially, as long as you keep the copyright notice.

How hard is fable-token-saving-skills-orchestrator to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fable-token-saving-skills-orchestrator for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.