# Flywheel Status

> Show the flywheel's current state — which principles are in force and how many corrections are logged waiting to distill. Use when the user asks what Claude has learned, asks for flywheel status, or wants to know whether a distill pass is due.

- Skill: `winterddo/flywheel-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add winterddo/flywheel-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/winterddo/flywheel-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: WinterDDo (https://skillmd.com/u/winterddo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/winterddo/flywheel-status

---


# Flywheel status

Read `~/.claude/.flywheel/principles.md` and `~/.claude/.flywheel/corrections.md`.

Report concisely:

- **Principles in force** — the live principles from `principles.md`, as a short list (or "none yet" if empty).
- **Corrections logged** — how many entries are in `corrections.md`, with the titles of the 3 most recent.
- **Is a distill due?** — if there are many corrections but few promoted principles, say so and suggest running `/flywheel:distill`.

Keep it to a few lines. This is a status glance, not an analysis.

