Fable5 Demos — Development skill for Claude Code
One-shot simulations: real physics & math, each written in a single attempt by Claude Fable 5 — one self-contained HTML file, no frameworks, no fakery.
How to install Fable5 Demos
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open karanb192/fable5-demos and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Fable5 Demos does
One-shot simulations: real physics & math, each written in a single attempt by Claude Fable 5 — one self-contained HTML file, no frameworks, no fakery.
Alternatives in Development
- Claude Code MCP — Claude Code as one-shot MCP server to have an agent in your agent 1.2k ★
- Math Modeling Skill — 数学建模技能 - 面向 CUMCM、MCM/ICM 等数学建模竞赛的三阶段工作流:建模分析、Python/MATLAB 编程与 DOCX 论文生成 902 ★
- 02 One Shot Trade — One-Shot Onboarding Prompt 584 ★
README
One-Shot Simulations · by Claude Fable 5
**Live gallery → https://karanb192.github.io/fable5-demos/**
A collection of **real interactive simulations, each written in a single attempt by [Claude Fable 5](https://www.anthropic.com)** — chaos theory, fluid dynamics, emergent flocking, Fourier analysis, algorithm visualization. One prompt in, one working simulation out.
Every piece follows the same three constraints:
- One shot. The model wrote it in a single attempt — no iterating until it looks right. (An adversarial verifier agent was allowed to fix genuine bugs; that's it.)
- One file. Self-contained HTML — inline CSS/JS, zero external requests, no frameworks, no build step. It runs from a
file://URL, offline. - Real algorithms. If it says Navier-Stokes, there is a pressure solver in the source. Nothing is faked with noise and blur — open view-source and check.
The collection
| Simulation | What you see | What's actually running |
|---|---|---|
| 🦋 The Butterfly Effect | 100 double pendulums released 0.0001° apart agree, then explode into chaos | The exact double-pendulum equations of motion, RK4-integrated at 240Hz in float64 — the divergence you watch is a measured Lyapunov blow-up, not a script |
| 🕊️ Murmuration | A starling flock that reacts to your cursor — the hawk | Reynolds boids: separation / alignment / cohesion computed from actual neighbors over a spatial hash grid — the flock's shapes emerge |
| 🖌️ Ink & Water | Ink you pour into water, swirling like the real thing | Navier-Stokes solved on the GPU in WebGL shaders: advection, vorticity confinement, Jacobi pressure projection |
| ✏️ Circle Scribe | A chain of spinning circles that redraws whatever you sketch | A discrete Fourier transform of |
Related Skills
Fable5 Push Skill
Its a skill which mostly based on anthropics's Claude fable 5.
Math Physics Derivation
数学物理推导标准协议:判型→结构分析→方法选择→推导→校验→物理解读。适用于公式推导、方程变形、ODE/PDE求解、渐近分析、本征值问题、散射问题。
Red Cliffs 3D
赤壁之戰 208 全 3D 戰場重現 — 單一 HTML + Three.js,九幕時間軸、電影運鏡、計策與火攻特效(demo 由 Claude Fable 5 產生)
Gen Gallery
Build a self-contained HTML gallery of all generated media (image/audio/video)
Dnd Sheet
Work on Alex's self-contained D&D 5e character sheet web app (the MPMB replacement, single index.html).
Cc Waste
Scans your local Claude Code session logs and generates a self-contained HTML report of token usage, cost, and
Related Agents
Klein Tutor
TUTORIAL worker for Klein Auto Research — builds report/index.html, the self-contained seven-section teaching
AI Readiness Reporter.Agent
Runs the AgentRC readiness assessment on the current repository and produces a self-contained, static HTML das
Worca Cc Decomposer
Decomposer for the orchestrator pipeline. Breaks an approved plan into independently-grabbable tracer-bullet v