Scans HOT.md and proposes which rules should graduate to SOUL.md (untouched 30+ days) or be removed entirely. Run weekly via cron, or invoke ad-hoc when HOT.md feels stale. Triggers: "clean up HOT", "graduate rules", "is HOT.md stale", "what HOT rules can I drop".
Scanned 9/11/2026
Install to Claude Code
npx -y skills add netanel-abergel/pa-skills --skill hot-graduator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hot Graduator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/netanel-abergel-hot-graduator)More formats (shields.io, HTML) on the badges page.
---
name: hot-graduator
description: |-
Scans HOT.md and proposes which rules should graduate to SOUL.md (untouched 30+ days)
or be removed entirely. Run weekly via cron, or invoke ad-hoc when HOT.md feels stale.
Triggers: "clean up HOT", "graduate rules", "is HOT.md stale", "what HOT rules can I drop".
---
# HOT Graduator
Enforces the HOT.md self-graduation rule: rules untouched 30+ days move out.
## When to use
- Weekly cron run (or manual invocation when HOT.md feels stale)
- After a SOUL.md update to verify HOT entries are still distinct
## Process
1. Run `python tools/hot_graduator.py` — outputs candidates
2. For each candidate, decide:
- **Graduate** → move the rule into SOUL.md (find the right section)
- **Drop** → delete from HOT.md (the lesson is internalized)
3. Update HOT.md (remove graduated entries; renumber remaining rules)
4. Append a daily-note entry: `[HH:MM IL] Graduated N HOT rules to SOUL §X`
## Output format
- Concise list of decisions
- Diff of HOT.md before/after
- One-line summary to owner DM (only if any rules graduated)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!