Borrowing it
Nothing to install: this file belongs to Dynokostya/just-works. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Dynokostya/just-works/main/.claude/skills/fable-5-prompting/SKILL.mdgit clone --depth 1 https://github.com/Dynokostya/just-worksWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dynokostya/just-works/fable-5-prompting)<a href="https://agentmods.dev/skills/dynokostya/just-works/fable-5-prompting"><img src="https://agentmods.dev/badge/skills/dynokostya/just-works/fable-5-prompting/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dynokostya/just-works/fable-5-prompting"><img src="https://agentmods.dev/badge/skills/dynokostya/just-works/fable-5-prompting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00091 | $0.05299 |
| Opus 5 | $0.00046 | $0.02649 |
| Sonnet 5 | $0.00018 | $0.01060 |
| Haiku 4.5 | $0.00009 | $0.00530 |
Grade B, and why
fable-5-prompting scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks the agent to reveal its instructionsmediumSystem prompt leakage
Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.
- **Audit for reasoning-echo instructions.** Prompts, skills, or harness instructions telling the model to echo or explain its internal reasoning as response text trigger the `reasoning_extraction` refusal category and e How it starts
The opening of the file, as written. The whole thing — 346 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fable 5 Prompting
When to Use
- Creating or editing system prompts targeting Claude Fable 5
- Designing long-running autonomous agents, harnesses, or subagent orchestration on Fable 5
- Migrating prompt text from Opus 4.8 or older Claude models
- Diagnosing refusals, fallbacks, early stopping, or fabricated progress reports on Fable 5
Overview
Claude Fable 5 is Anthropic's most powerful model — a new tier above Opus (1M context, 128k max output, $10/$50 per MTok). It takes on problems previously too complex, long-running, or ambiguous for prior models, and is particularly effective at end-to-end work that takes a person hours, days, or weeks. Teams seeing the best outcomes apply it to their hardest unsolved problems; testing it only on simpler workloads undersells its capability range. It also performs reliably on straightforward tasks.
API surface matches Opus 4.7/4.8 (adaptive thinking only, no sampling parameters, no budget_tokens, no last-turn prefills) with one new breaking change: an explicit thinking: {type: "disabled"} returns a 400 — omit the thinking parameter entirely instead. The upstream guide covers Claude Fable 5 and Claude Mythos 5; this skill targets Fable 5 (claude-fable-5).
Capability improvements at this level are a prompt to re-evaluate which instructions, tools, and guardrails are still needed — skills and prompts developed for prior models are often too prescriptive for Fable 5 and can degrade output quality.
- Long-horizon autonomy: Sustains productive output over extended periods — multi-day, goal-directed runs with strong instruction retention.
- Longer turns by default: Individual requests on hard tasks can run many minutes at higher effort; autonomous runs extend for hours. The largest shift teams encounter when migrating.
- First-shot correctness: Single-pass implementations of well-specified complex systems that previously took days of iteration.
- Strong instruction following: A brief instruction steers most behaviors — no need to enumerate each pattern by name.
- Readier subagent dispatch: Dispatches parallel subagents more readily than prior models; dependable at sustaining communication with long-running subagents and peer agents.
- Stronger vision: Interprets dense technical images, web apps, and screenshots with substantially higher accuracy, often using fewer output tokens; trained to use bash and crop tools on flipped, blurry, or noisy images.
- Better code review and debugging: Noticeably higher bug-finding recall than Opus 4.8 (outside safety-classifier domains), including search across codebases and repo history.
- Navigates ambiguity: Performs well on complex, multi-threaded requests when asked to determine next steps.
- Memory leverage: Performs particularly well when it can record lessons from previous runs and reference them.
- Occasional unrequested actions: Can draft an email no one asked for or create defensive git-branch backups — state boundaries explicitly.
- Rare early stopping: Deep into long sessions, can end a turn with a statement of intent without issuing the tool call, or ask permission it doesn't need.
- Rare context-budget anxiety: In very long sessions can suggest a new session or trim its own work — usually triggered by a visible remaining-token countdown.
- Safety classifiers: Targets offensive cybersecurity, biology/life sciences, and extraction of summarized thinking. Benign work in those areas may also trigger refusals.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 346 lines · 91 tokens per session scan B 234123f417bf
fable-5-prompting is a skill published in the GitHub repository Dynokostya/just-works (14 stars, last pushed yesterday), licensed Apache-2.0. It adds 91 tokens to every session and 5,299 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other skills, from other repositories
llm-app-patterns
Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, building agents, or setting up LLM observability.
prompt-optimization
Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers hold. Use when the user asks to optimize or improve a…
enhance-prompt
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
prompt-engineer
Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot…
seedance-vocab-en
This skill should be used when an English Seedance 2.0 prompt needs clearer production wording, less generic prose, or precise vocabulary for camera, lighting, motion, VFX, audio, and constraints. Route blocked prompts through seedance-filter for context and boundary review.
ideogram4
Prompting patterns for Ideogram 4 text-to-image — best-in-class in-image text rendering and exact color/layout control via structured JSON captions. Use when generating images that need legible on-image text (title cards, thumbnails, logos, signage, CTAs), precise brand colors, or controlled spatial layout. Triggers…