100yenadmin GitHub avatar

fable-token-saving-skills-orchestrator

100yenadmin

An additive toolkit that wraps Claude Code (Fable) with hooks, skills, and routing patterns to minimize token costs by exploiting prompt caching economics and offloading mechanical work to cheaper lanes.

Stars

107

7-day growth

No data

Forks

4

Open issues

0

License

MIT

Last updated

2026-07-04

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It directly addresses the high token cost of reasoning-focused models like Claude Code by providing a practical, evidence-based orchestration layer that keeps expensive models on judgment tasks while routing routine work to cheaper alternatives, all grounded in official Anthropic pricing and caching documentation.

Who it is for

  • Claude Code power users seeking to reduce API spend
  • Developers building agentic workflows with Claude
  • Teams integrating AI code assistants into CI/CD pipelines
  • Engineers exploring token-arbitrage and multi-model orchestration

Use cases

  • Route code implementation and testing tasks to cheaper models while Claude handles architecture and review
  • Digest large log outputs into concise summaries before passing them to Claude to avoid costly re-reading
  • Use self-extinguishing keepalive pings to preserve prompt cache during short idle periods instead of rebuilding cold context
  • Safely install the additive configuration with a dry-run mode that backs up existing files

Strengths

  • Grounded in official Anthropic prompt caching pricing (5-minute cache, 1.25x write, 0.1x read) with actionable economics
  • Additive, non-destructive installer that timestamps backups and does nothing without --apply
  • Includes focused tests for installer, hooks, and documentation safety to ensure public reuse safety
  • Provides ready-to-use skill templates, lane routing, and keepalive scripts validated by a real team

Considerations

  • Tied to Claude Code (Fable) and its specific model naming; adaptation docs are provided but may require manual configuration
  • No guarantee of universal savings – patterns are documented as 'what worked for us' and assume understanding of caching trade-offs
  • Requires familiarity with agent orchestration concepts and prompt caching to fully leverage the kit

README quick start

Quick Start

Description

🧚 Fable-first Claude orchestration kit for token-saving lane routing, dense turns, and cache-preserving wait discipline.

Related repositories

Similar projects matched by category, topics, and programming language.

lopopolo
Featured
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI & Machine LearningAI Agents
2,390
slvDev
Featured
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI & Machine LearningLarge Language Models
1,960
littledivy
Featured
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI & Machine Learning
1,482