AgentStack
SKILL verified MIT Self-run

Distill

skill-winterddo-claude-skill-flywheel-distill · by WinterDDo

Run the flywheel distillation pass — review logged corrections and promote repeated lessons into durable principles, then prune stale ones. Use when corrections have accumulated, during a weekly review, or when the user says "distill" or asks Claude to consolidate what it has learned.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-winterddo-claude-skill-flywheel-distill

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Distill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Distill the flywheel

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

For each recurring theme across the corrections, test it against the three promotion gates:

  1. Seen 3+ times in genuinely different situations (not the same task replayed).
  2. Holds across 3 domains (for example coding, writing, decisions) — not a one-off quirk.
  3. Deletion test: removing the principle would cause an observable regression.

For every theme that passes all three:

  • Append a one-line principle to the In force section of principles.md, using the format [date] | domains: [d1, d2] | the principle in one or two sentences.
  • Note which corrections it subsumes so they can be thinned from the log.

Then maintain the rest:

  • Demote any in-force principle whose violations have recurred (it was stated wrong); remove it from In force so it stops re-entering sessions.
  • Prune pool entries with no recurrence in 60 days.

Be ruthless: maturity is fewer principles, not more. If "In force" only ever grows, you are collecting scenarios instead of finding root causes.

Finish by reporting what you promoted, demoted, and pruned, and how many corrections remain unconsolidated.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.