Notes To Fable Prompt
Description
Claude skill: turn a messy dump of notes into a clean, structured prompt for Claude Fable 5.1 after a short multiple-choice interview.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
notes-to-fable-prompt
A Claude skill that turns any raw dump of notes, ideas, thoughts, or loose instructions into a clean, structured prompt ready to hand off to Claude Fable 5.1.
What it does
- Reads your unstructured input and sorts it into goal, context, constraints, deliverable, audience, open questions, and noise.
- Runs a short mini interview (3 to 5 multiple-choice questions), asking only the questions your notes leave open. Contradictions in your notes are surfaced as questions.
- Builds a prompt using XML-style sections (goal, context, source material, deliverable, audience, instructions, constraints, success criteria, assumptions, working style) following the official Claude Fable 5.1 prompting guidance.
- Returns the prompt as a single paste-ready code block, plus a recommended effort level (low / medium / high / xhigh / max) with a one-line reason.
Baked in: an autonomy and scope-discipline block for agentic tasks, a plain-prose style block (no mannered prose, no em dashes), and a success-criteria section so Fable can self-check before finishing.
Install
Copy the `notes-to-fable-prompt` folder (containing `SKILL.md`) into your skills directory:
- Claude Code:
~/.claude/skills/notes-to-fable-prompt/SKILL.md - Claude Cowork / claude.ai: add the skill from your skills settings, or paste
SKILL.mdinto a new skill.
Use
Paste your notes and say something like "turn this into a prompt", "structure these notes", or "prompt-ify this". Answer the short interview, then copy the resulting code block into a new Claude Fable 5.1 session.
License
MIT
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11