🔄
AI EngineeringPython

Fable Loop

by Sahir619

Fable Loop is an AI Engineering skill for Claude Code, published by Sahir619 in fable-method.

2.2K stars322 forkson Sahir619/fable-methodAdded 2026/08/18+1% in starsRepository updated 2026/07/15
agent-skillsai-agentsclaudeclaude-codeclaude-mdcoding-agentevaluationfablellm
Install in seconds
Install Fable Loop
Copy Fable Loop into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Sahir619/fable-method/tree/main/skills/fable-loop ~/.claude/skills/fable-loop

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Sahir619/fable-method.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/fable-loop/SKILL.md in Sahir619/fable-method
Installs to
~/.claude/skills/fable-loop
Collection
One of 5 skills cataloged from this repository
Category
AI Engineering2451 skills

What Fable Loop does

Fable Loop orchestrates a task through planning, execution, and adversarial verification using parallel subagents. Use it for non-trivial multi-step tasks when the user invokes '/fable-loop' or asks for work done in the style of Fable.

Fable Loop is cataloged under AI Engineering on DirSkills. Fable Loop comes from a repository tagged agent-skills, ai-agents, claude, claude-code and claude-md.

Documentation

README

The Fable Loop

This skill orchestrates the fable-method: read its SKILL.md first; its rules govern every stage. It is installed alongside this skill (in this plugin's skills/fable-method/ directory, or ~/.claude/skills/fable-method/ for manual installs). The method says WHAT to check; this loop says WHO does the work: what runs in the main thread, what fans out to subagents, and what gets attacked before delivery.

Gate first. Trivial per the method's triviality gate: just do it, verify with the one obvious check, report in two sentences. No stages, no subagents. Everything else runs the four stages below in order.

Stage 1 - PLAN (the first bookend)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Fable Loop

  • What else does Sahir619 publish alongside Fable Loop?

    Fable Loop is one of 5 skills that DirSkills catalogs from Sahir619/fable-method, the repository it ships in. Its siblings there include Fable Domain, Fable Judge and Fable Method. Each one is a separate skill with its own page in this directory, installs the same way Fable Loop does, and is maintained by Sahir619 in that same repository. The rest of the collection is listed on the Sahir619/fable-method page.

  • How does Fable Loop compare to other AI Engineering skills?

    Fable Loop ranks #838 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Fable Loop against them. Open each page to compare what they document and how they install.