whatisgithub

What is fable-skill?

wsbm393/fable-skill — explained in plain English

Analysis updated 2026-05-18

25Audience · developerComplexity · 2/5LicenseSetup · easy

In one sentence

A Claude Code skill that changes how the model decomposes hard tasks, verifies its own work with pasted evidence, and decides what to do next.

Mindmap

mindmap
  root((Fable Skill))
    What it does
      Decomposes hard tasks
      Verifies with evidence
      Decides next action
    Tech stack
      Claude Code
      Agent Skill format
    Use cases
      Risk first planning
      Evidence backed completion
      Debugging failed checkpoints
    Audience
      Claude Code developers
    Design process
      Pressure scenario testing
      Skill TDD
      Adversarial critic review

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

Load the skill so Claude Code tackles the riskiest part of a task first instead of last.

USE CASE 2

Force the model to back up any completion claim with pasted evidence rather than assertion.

USE CASE 3

Get a clear NOT DONE report when verification is incomplete instead of a false success claim.

USE CASE 4

Extend the skill yourself using its test-first process for adding new rules.

What is it built with?

Claude Code

How does it compare?

wsbm393/fable-skill0xpira/sskills8thpark/geode
Stars252525
LanguageJavaScriptTypeScript
Setup difficultyeasyeasymoderate
Complexity2/52/52/5
Audiencedeveloperdevelopervibe coder

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

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires Claude Code to load and trigger the skill automatically.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

Fable Skill is a Claude Code Agent Skill that changes how the model handles hard, multi-step tasks: how it breaks a task down, how it checks its own work, and how it decides what to do next. Instead of writing generic advice about thinking carefully, the author first ran an unguided model through pressure scenarios such as deadline pressure, sunk cost, a tired user, and missing runtime environments, and watched exactly where it failed. The skill was then written to counter only those specific observed failures, tested again until each one stopped recurring, and reviewed by an adversarial critic looking for wording a pressured agent could talk its way around. The skill enforces rules in three phases. When decomposing a task, it requires stating what done actually looks like as something checkable, tackling the riskiest part of the work first instead of saving it for last, and fixing a pasteable checkpoint for each subtask before work begins. When verifying, it sorts claims into three buckets: verified with pasted evidence produced after the last edit, believed but not verified, and not checked at all, and it will not let the model declare a task done unless the done statement itself is in the verified bucket. When deciding what to do next, it tells the model to debug immediately on a failed checkpoint, to question its diagnosis rather than try a third patch after two failed fixes, and to stop and just list follow ups once a verified goal is met. The skill was built and tested using a test driven approach: failing scenarios first, then a minimal rule added only to fix an observed failure, followed by adversarial review to close loopholes. After release, nine pressure scenarios in total were tested against the shipped skill, and none of the candidate rules that failed to catch a new failure were added, keeping the rule set deliberately small. Installing it means copying a single SKILL.md file into the Claude Code skills folder, either with curl or by cloning the repository. It is released under the MIT license.

Copy-paste prompts

Prompt 1
Install the executing-hard-tasks skill from Fable-Skill into my Claude Code skills folder.
Prompt 2
Explain the three verification buckets this skill uses: Verified, Believed, and Not checked.
Prompt 3
Walk me through the skill-TDD process this project used to design its rules.
Prompt 4
Show me how this skill decides what to do next after two failed fixes on one checkpoint.

Frequently asked questions

What is fable-skill?

A Claude Code skill that changes how the model decomposes hard tasks, verifies its own work with pasted evidence, and decides what to do next.

What license does fable-skill use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is fable-skill to set up?

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

Who is fable-skill for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.