Skip to main content

← All sources

fable-method skills

The Fable Workflow: how Claude Fable 5 worked, distilled into skills any model can run, with the eval that keeps it honest. Think / act / prove. 4 skills. skills-hub.ai mirrors 4 skills from fable-method daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/Sahir619/fable-method

Installing a fable-method skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a fable-method skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all fable-method skills via API
curl https://skills-hub.ai/api/v1/skills?source=fable-method

# Browse all sources
open https://skills-hub.ai/sources

Top fable-method skills

See all →

The most-installed skills from fable-method, ranked by adoption.

  1. 01fable-loop

    End-to-end orchestrated workflow that runs a task the way Fable ran sessions - parallel evidence subagents, one committed plan, surgical execution with an intent gate, adversarial verification agents, honest outcome-first report. Use for non-trivial multi-step tasks when the user says "/fable-loop", "run the fable loop", or "do this the way Fable would". For the rules alone without orchestration, use fable-method; for large multi-phase projects, prefer the GSD workflow and use this inside phases.

    Buildfrom fable-method
  2. 02fable-domain

    Discuss a domain with the user, research it from real sources, then generate a trusted skill bundle for it - a step-by-step workflow with a flowchart, a domain adapter, a trap fixture, and a smoke eval. Use when the user says "/fable-domain <sector>", "make a skill for <domain>", "add a domain to the fable method", or "give a lesser model Fable's workflow for <domain>". The bundle is the deliverable; a workflow without its flowchart, sources, and trap is not done.

    Buildfrom fable-method
  3. 03fable-judge

    Adversarial verification of finished work. Treats any "done" as a set of claims, then re-runs the claimed verifications, diffs what actually changed, detects weakened tests and false completion claims, and delivers an evidence-based verdict (VERIFIED / VERIFIED WITH CAVEATS / REFUTED). Use after any agent or model claims work is complete - "/fable-judge", "judge this work", "verify what it did", "did that actually work?". Also runs the fable-method trap suite against a skill or model via "/fable-judge suite <target>".

    Buildfrom fable-method
  4. 04fable-method

    A step-by-step problem-solving loop (classify the ask, define done, gather evidence, decide, act surgically, verify by observation, report outcome-first). Use when the user says "/fable-method", "use the fable method", or "approach this like Fable", or proactively when starting any multi-step task that no task-specific skill covers. Subcommands - plan (stop after the plan), audit (grade finished work against the loop), report (rewrite an answer outcome-first).

    Buildfrom fable-method

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 24, 2026, 6:42 PM (success).

fable-method skills, frequently asked

What are fable-method skills?

fable-method skills are AI coding skills published by fable-method (The Fable Workflow: how Claude Fable 5 worked, distilled into skills any model can run, with the eval that keeps it honest. Think / act / prove. 4 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many fable-method skills are available?

skills-hub.ai indexes 4 skills from fable-method, synced daily from the upstream GitHub repository (https://github.com/Sahir619/fable-method).

How do I install a fable-method skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official fable-method skills?

Yes. Every skill from this source is mirrored from fable-method's own GitHub repository (https://github.com/Sahir619/fable-method). Each skill page links back to the upstream source of truth, so you can verify the original.

fable-method skills, 4 official AI coding skills, skills-hub.ai