Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/jjilli/fable-flow/fable-promptingnpx skills add jjilli/fable-flow --skill fable-promptinggit clone --depth 1 https://github.com/jjilli/fable-flowWrote 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/jjilli/fable-flow/fable-prompting)<a href="https://agentmods.dev/skills/jjilli/fable-flow/fable-prompting"><img src="https://agentmods.dev/badge/skills/jjilli/fable-flow/fable-prompting.svg" alt="Measured on agentmods" 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 | $0.00089 | $0.02276 |
| Opus 5 | $0.00044 | $0.01138 |
| Sonnet 5 | $0.00018 | $0.00455 |
| Haiku 4.5 | $0.00009 | $0.00228 |
Grade A, and why
fable-prompting scanned grade A with 0 findings 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 3d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Prompting Claude Fable 5
Distilled from the official guide: https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/prompting-claude-fable-5 (Consult it for updates; this file is the working reference for prompts in this plugin.)
The one-line summary
Fable 5 is steered with brief goal-and-constraint instructions, not step-by-step scaffolding. Prompts written for Opus/Sonnet-era models are usually too prescriptive for Fable 5 and actively degrade its output. State the goal, the constraints, and the boundaries — then let it work.
How Fable prompting differs from past models
- De-prescribe. Enumerated step lists, "CRITICAL: YOU MUST" language, and forced-cadence scaffolding ("summarize after every 3 tool calls") that older models needed now reduce quality. Prefer stating the goal and constraints over enumerating the steps. Review inherited prompts and delete instructions whose default behavior is already good.
- One brief instruction beats an enumerated list. Instruction-following is strong enough that a single sentence steers a whole class of behavior. You do not need to name every bad pattern.
- Give the full task specification up front. Fable 5 excels at long-horizon work when the first turn carries the complete spec — goal, constraints, definition of done. Ambiguous, drip-fed specs waste tokens and reduce quality.
- Give the reason, not only the request. Template:
I'm working on [the larger task] for [who it's for]. They need [what the output enables]. With that in mind: [request]. - Expect longer turns. Single requests on hard tasks can run many minutes; autonomous runs for hours. Design harnesses to check in asynchronously rather than blocking, and set timeouts accordingly.
- Delegate freely — asynchronously. Fable 5 dispatches and manages parallel subagents dependably. Don't suppress delegation (a prior-model guardrail); instead say when delegation is appropriate. Prefer long-lived subagents that keep context over spawn-and-block.
- Fresh-context verifiers beat self-critique. For verification, spawn separate verifier subagents with clean context rather than asking the worker to critique its own output.
- Give it a memory surface. Even a plain Markdown file. Fable 5 performs notably better when it can record and consult lessons across runs.
- Never ask it to echo its reasoning in the response. "Show your thinking / explain your reasoning verbatim" instructions can trigger the
reasoning_extractionrefusal category. Readthinkingblocks (API) instead, or have it report conclusions. - Don't surface context-budget countdowns. Remaining-token counters trigger premature wrap-up behavior. If unavoidable, add the ample-context reassurance snippet.
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.
- 3d ago First seen · 96 lines · 89 tokens per session scan A dcfde71885d8
fable-prompting is a skill published in the GitHub repository jjilli/fable-flow (2 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session and 2,276 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
cjk-structured-llm-output-truncates-json-needs-2x-tokens
When generating LONG Chinese/Japanese/Korean (CJK) STRUCTURED output (a big JSON report, a multi-section document) from an LLM chat API, the response truncates mid-JSON and your parser throws "no parseable JSON" / "Expecting ',' delimiter" / JSONDecodeError — even though the SAME prompt in English worked. Root cause…
prompt-template-guide
查看、创建、修改、删除或排查 DeterminFlow Prompt Template 与 system prompt section 时必须加载此技能;也适用于 section 顺序、workflowonly/chatonly、cache break、自定义 templatevariables、系统变量渲染以及 Agent Definition 的 prompttemplate 绑定。.
pm
Project manager for GitHub issues: brainstorm design approaches, create structured issues optimized for LLM agent teams, triage and recommend what to work on next, audit and clean up stale issues, or deep-validate a single issue against the codebase. Triggers: create issue, plan work, new task, project manager, write…
security
Security scan: dependency audits, SAST analysis, and secret detection. Detects project type, runs available security tools, classifies findings by severity, and creates a structured GitHub issue.
stitch-ued-guide
Visual vocabulary, design terminology, and prompt engineering strategy for Stitch. Reference this when you need layout pattern names, aesthetic style terms, color structure formulas, or device guidelines.
pi-prompting
Internal guidance for composing prompts that Pi runs (DeepSeek by default) handle reliably for coding, review, diagnosis, and research tasks.