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.zipInstalls 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.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
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_MODELsilently overrides the Agent tool'smodel: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
| Property | Value |
|---|---|
| Model ID | claude-fable-5 |
| Alias | fable (official—best also resolves to Fable 5 where the org has access) |
| Context | 1M tokens |
| Max output | 128K tokens |
| Pricing | $10/M input, $50/M output |
| Knowledge cutoff | January 2026 |
| Availability | Extended through 2026-07-19; window has shifted twice—probe, don't assume |
| Agent definition | ~/.claude/agents/fable.md |
| Persona | Naos (ναός, √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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| fable (this skill) | 0 | 13d | Review | Advanced |
| gsd-spike | 0 | 1mo | No flags | Advanced |
| atlas-grounding | 0 | 11d | No flags | Intermediate |
| deep-research | 35 | 8mo | Review | Advanced |
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)
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
deep-research
davidorex
Multi-agent parallel investigation for complex VCV Rack problems
scientific-brainstorming
davila7
Research ideation partner. Generate hypotheses, explore interdisciplinary connections, challenge assumptions, develop methodologies, identify research gaps, for creative scientific problem-solving.
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.
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.