git404hub

what is scoperoute fr?

botable-dev/scoperoute — explained in plain English

Analysis updated 2026-05-18

3PythonAudience · developerLicenseSetup · easy

tl;dr

A tool that tests your repos against Claude Fable 5 to tell you which ones it will actually build versus quietly fall back to the pricier Opus model.

vibe map

mindmap
  root((scoperoute))
    What it does
      Probes Fable per repo
      Detects Opus fallback
      Prices the run
    Tech stack
      Python
      Claude Fable 5
      Claude Opus
    Use cases
      Model routing
      Cost estimation
      Free architecture review
    Audience
      Claude Code developers
      Multi repo 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 make with this?

VIBE 1

Check which of your repositories Fable 5 will actually cooperate on before spending your usage quota.

VIBE 2

Get a cost estimate in dollars and percent of your Claude plan before running an analysis across many repos.

VIBE 3

Receive a free architecture review of each scanned repository as a side effect of the check.

VIBE 4

Decide per component whether to route work to Fable or to the more capable Opus model.

what's the stack?

PythonClaude CodeClaude Fable 5Claude Opus

how it stacks up fr

botable-dev/scoperoute0marildo/imago0xdfi/glm-5.2-1m-4x-dgx-spark
Stars333
LanguagePythonPythonPython
Setup difficultyeasyeasyhard
Complexity2/55/5
Audiencedevelopergeneralresearcher

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

how do i run it?

Difficulty · easy time til it works · 5min

Fable probing requires an account with at least 30 day data retention or requests fail.

in plain english

Scoperoute is a command line tool and Claude Code skill that helps you figure out which of your code repositories can actually be built using the Claude Fable 5 model, and which ones should be routed to the more expensive Opus model instead. The problem it solves is that Fable 5 sometimes quietly refuses certain repos based on their real code, silently falling back to Opus, so you might think you are using the cheaper or free model when you are not. When you run it against your projects, scoperoute reads through each repository's files, summarizes its components, and then actually tries asking Fable to work on the real code, not just a description of it. Based on how Fable responds to each part, it gives you a verdict per project, such as fully Fable friendly, partially blocked on a sensitive component, or genuinely sensitive across the board. It also estimates the cost of running this check in tokens, dollars, and as a percentage of your Claude subscription plan, so you know what you are spending before you commit to it. As a side benefit, every scan leaves behind a short architecture review of each scanned repository, written by Fable, so the money and time spent on the check also produces something useful for your project. It installs with a single script that sets up both a terminal command and a Claude Code skill, and does not require any separate API key beyond your existing Claude access. It only reads metadata and verdicts about your code for its reports, and does not include your actual source code in the output. This tool is meant for developers who already use Claude Code across multiple repositories and want to know in advance which model to use on each one before spending their usage quota.

prompts (copy fr)

prompt 1
Clone github.com/botable-dev/scoperoute, run its install.sh, then run scoperoute --root ~/dev --estimate
prompt 2
Install scoperoute and evaluate the tokens and dollar cost per part, then show my spend as a percent of my Claude plan
prompt 3
Explain what a fable_friendly versus code_overtrigger verdict means in scoperoute's output
prompt 4
Run scoperoute in arch probe mode to get a cheaper prose-only cost estimate
prompt 5
Show me the fable-architecture-review.md that scoperoute generated for my repo

Frequently asked questions

what is scoperoute fr?

A tool that tests your repos against Claude Fable 5 to tell you which ones it will actually build versus quietly fall back to the pricier Opus model.

What language is scoperoute written in?

Mainly Python. The stack also includes Python, Claude Code, Claude Fable 5.

How hard is scoperoute to set up?

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

Who is scoperoute for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.