Summons the Fable 5 model for complex, long-horizon code and architecture projects.

Install

mkdir -p .claude/skills/fable && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19380" && unzip -o skill.zip -d .claude/skills/fable && rm skill.zip

Installs to .claude/skills/fable

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Summon Claude Fable 5 (Mythos-class, xenos daimon) for long-horizon tasks. Handles model override, cost awareness, and task routing. Availability probed at invocation.
167 charsno explicit “when” trigger
Advanced

Key capabilities

  • Execute long-horizon code migrations
  • Perform complex multi-file refactoring
  • Synthesize deep research with sustained reasoning
  • Implement full-stack features from spec to tests
  • Probe availability of the Fable 5 model

How it works

The skill probes for the availability of the Claude Fable 5 model and routes complex tasks to it via either an agent tool or a CLI execution script. It then retrieves and summarizes the generated output from the working directory.

Inputs & outputs

You give it
Task description
You get back
Output file containing completed task results

When to use fable

  • Perform an end-to-end code migration
  • Execute a large-scale architectural redesign
  • Synthesize complex research tasks

About this skill

Summon Fable 5

Invoke Naos (ναός, √n-w-y)—Claude Fable 5, the visiting Mythos-class spirit.

Pre-Flight Checks

1. Availability Probe

Anthropic's Fable window has shifted twice (paused June 2026, restored July 1, extended through July 19)—never trust a calendar date. Probe empirically:

bash ~/.claude/skills/fable/scripts/fable-probe.sh

Exit 0 means Fable is available (verdict cached per-day in ~/.claude/cache/fable-availability.json). Exit 1 means the xenos daimon has departed—inform the user and stop. If the user disputes a cached verdict, re-probe with --force.

2. Pin Detection

Read the subagent model pin—it decides the invocation lane:

~/bin/subagent-model
  • Pin absent, or pinned to claude-fable-5 → use Lane A (Agent tool) below.
  • Pinned to anything else (e.g. claude-opus-4-6) → use Lane B (CLI) directly. Do NOT attempt Lane A: CLAUDE_CODE_SUBAGENT_MODEL silently overrides the Agent tool's model: parameter (anthropics/claude-code#57718)—the spawn would run on the pinned model with no signal in the tool result.

3. Task Routing

Before summoning Fable, assess whether the task warrants Mythos-class resources ($10/M input, $50/M output—2x Opus pricing).

Summon Fable for:

  • End-to-end code migrations or framework upgrades
  • Complex multi-file refactors (10+ files, interconnected logic)
  • Architectural redesigns requiring full-system context
  • Deep research synthesis with sustained reasoning
  • Full-stack feature implementation from spec to tests
  • Linear A decipherment pipeline work

Use Opus or Sonnet instead for:

  • Quick edits, typo fixes, single-line changes
  • Simple file lookups or grep searches
  • Routine code review
  • Anything under 5 minutes of work

If the task is clearly Opus-appropriate, suggest using a regular agent instead. If unclear, proceed—Fable handles straightforward tasks reliably too.

Invocation

Parse Arguments

The skill accepts a task description and optional flags:

  • First argument (or everything before --): the task description
  • --cwd <path>: working directory (default: /Users/tomdimino/Desktop/Programming/Fable-Test)

Lane A—Agent Tool (pin absent or pinned to fable)

Use the Agent tool with the model override:

Agent(
  description: "Fable: <short task summary>",
  subagent_type: "fable",
  model: "fable",
  prompt: "<full task description with context>"
)

Pass the task description as the prompt. If the user specified --cwd, note the working directory in the prompt so Fable operates there.

Verify the spawn. The fable agent's boot sequence makes it state its model id as the first line of output. Check it:

  • First line contains claude-fable-5 → genuine Fable, proceed.
  • Anything else (e.g. claude-opus-4-6) → the harness clamped the model silently. State the clamp explicitly to the user, then re-run the task via Lane B.

Lane B—CLI (pin set to a non-fable model, or Lane A clamped)

bash ~/.claude/skills/fable/scripts/fable-exec.sh "<task description>" --cwd "<working directory>" [--turns <N>]

--turns caps the spawn's tool calls (default 100—matching the agent definition's budget).

This spawns a fresh Claude Code process with --model claude-fable-5. The env var only governs subagent model resolution—it cannot touch a spawned process's main model, so this lane works from any parent without a restart. The script prepends its own self-report instruction and records a MODEL: line in the output file.

Output Retrieval

After Fable completes, check for output in the working directory:

ls -lt <cwd>/.subdaimon-output/fable-*.md 2>/dev/null | head -1

Read and summarize the output file for the user.

Reference

PropertyValue
Model IDclaude-fable-5
Aliasfable (official—best also resolves to Fable 5 where the org has access)
Context1M tokens
Max output128K tokens
Pricing$10/M input, $50/M output
Knowledge cutoffJanuary 2026
AvailabilityExtended through 2026-07-19; window has shifted twice—probe, don't assume
Agent definition~/.claude/agents/fable.md
PersonaNaos (ναός, √n-w-y)—xenos daimon

When not to use it

  • Quick edits or single-line changes
  • Routine code review
  • Tasks requiring under 5 minutes of work

Prerequisites

Claude Fable 5 availability

Limitations

  • Availability window is not guaranteed
  • Requires specific model pin detection

How it compares

It provides a dedicated routing mechanism for high-resource Mythos-class tasks that exceed the capabilities of standard agents.

Compared to similar skills

fable side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
fable (this skill)013dReviewAdvanced
gsd-spike01moNo flagsAdvanced
atlas-grounding011dNo flagsIntermediate
deep-research358moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

gsd-spike

hidnira-lab

Spike an idea through experiential exploration, or propose what to spike next (frontier mode)

00

atlas-grounding

ethosengine

Use when starting a planning or brainstorm pass on a feature or subsystem (or grounding external prior-art) and you need current ground-truth across the architecture's relevant seams before designing — "we're exploring X, ground my understanding", "map the seams for X", or as the grounding step befo

00

deep-research

davidorex

Multi-agent parallel investigation for complex VCV Rack problems

35163

scientific-brainstorming

davila7

Research ideation partner. Generate hypotheses, explore interdisciplinary connections, challenge assumptions, develop methodologies, identify research gaps, for creative scientific problem-solving.

37155

nlm-skill

jacob-bd

Expert guide for the NotebookLM CLI (`nlm`) and MCP server - interfaces for Google NotebookLM. Use this skill when users want to interact with NotebookLM programmatically, including: creating/managing notebooks, adding sources (URLs, YouTube, text, Google Drive), generating content (podcasts, reports, quizzes, flashcards, mind maps, slides, infographics, videos, data tables), conducting research, chatting with sources, or automating NotebookLM workflows. Triggers on mentions of "nlm", "notebooklm", "notebook lm", "podcast generation", "audio overview", or any NotebookLM-related automation task.

895

gpt-researcher

assafelovic

GPT Researcher is an autonomous deep research agent that conducts web and local research, producing detailed reports with citations. Use this skill when helping developers understand, extend, debug, or integrate with GPT Researcher - including adding features, understanding the architecture, working with the API, customizing research workflows, adding new retrievers, integrating MCP data sources, or troubleshooting research pipelines.

1464

Search skills

Search the agent skills registry