whatisgithub

What is claude-fable-5-spanking-claude-opus-4.8?

erhantez/claude-fable-5-spanking-claude-opus-4.8 — explained in plain English

Analysis updated 2026-05-18

14Audience · developerComplexity · 2/5LicenseSetup · easy

In one sentence

A Claude Code skill that has an expensive AI model plan and review work while cheaper subscription covered AI subagents do all the actual writing, to cut token costs.

Mindmap

mindmap
  root((cost split skill))
    What it does
      Splits AI work by cost
      Main model reviews only
      Subagents write drafts
    Tech stack
      Claude Code skill
      Claude models
    Use cases
      Reduce token spend
      Set writing policy
      Verify subagent output
    Audience
      AI assisted developers
      Cost conscious teams

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

Cut metered AI usage costs by having a subscription covered model handle all the drafting work.

USE CASE 2

Set a clear policy for which AI model writes code versus which one only reviews it.

USE CASE 3

Apply this cost saving pattern to any project where the main assistant is billed per token.

What is it built with?

Claude CodeClaude Skills

How does it compare?

erhantez/claude-fable-5-spanking-claude-opus-4.80c33/agentic-ai0xbebis/hyperpay
Stars141414
LanguagePythonTypeScript
Setup difficultyeasyhardhard
Complexity2/54/55/5
Audiencedeveloperdeveloperdeveloper

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

How do you get it running?

Difficulty · easy Time to first run · 5min

Just copy one SKILL.md file into your Claude settings folder and invoke it by name.

MIT license: use, copy, modify, and share freely, including commercially, as long as the copyright notice stays attached.

So what is it?

This project is a skill file for Claude Code, the command line coding assistant, that changes how work gets split between two different AI models to save money. It is a set of instructions rather than a running program. The idea comes from a difference in how AI usage gets billed. A frontier model running as the main assistant, in this example called Fable 5, charges for every token it produces against a metered account, while smaller subagent models it spawns to do work are billed instead against a flat subscription plan. Since writing new code, documentation, and tests produces a lot of output tokens, and that is exactly the expensive kind of usage, the skill's rule is that the expensive main model should read, plan, and judge work, but never write it itself. Under this skill, the main assistant keeps four jobs for itself: breaking a task into pieces with clear instructions for each one, checking and approving the work that comes back, making decisions and talking to the user, and making small quick edits where writing out full instructions would take longer than just doing it. Everything else, including first drafts of code or user facing text, goes to subagents running a different, plan covered model, in this example Opus 4.8. Checking the returned work follows a specific order: free checks like linters and tests first, then a close read of only the most sensitive parts, then a full review only for the most important or customer facing code. If a subagent's work does not meet the bar after one round of revisions, the main assistant redoes that piece itself rather than accepting weaker work to save money. Installing it means copying a single file into a folder inside your Claude settings, either for all your projects or just one, then calling it by name at the start of a session. It is released under the MIT license.

Copy-paste prompts

Prompt 1
Install this skill and use it to split my next coding task between a reviewing model and a writing model.
Prompt 2
Explain the billing difference this skill is built around between metered models and subscription plan models.
Prompt 3
Using this skill's policy, decompose my feature request into subagent tasks with clear specs.
Prompt 4
What checks does this skill run before accepting a subagent's returned code?

Frequently asked questions

What is claude-fable-5-spanking-claude-opus-4.8?

A Claude Code skill that has an expensive AI model plan and review work while cheaper subscription covered AI subagents do all the actual writing, to cut token costs.

What license does claude-fable-5-spanking-claude-opus-4.8 use?

MIT license: use, copy, modify, and share freely, including commercially, as long as the copyright notice stays attached.

How hard is claude-fable-5-spanking-claude-opus-4.8 to set up?

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

Who is claude-fable-5-spanking-claude-opus-4.8 for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.