Hestia's HEAT_INDEX dormant flip skill. Reads HEAT_INDEX.md, finds the cold bottom-20 notes, and sets status:dormant in their frontmatter. Edit-only. Returns counts.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add wrg32786/aigent-os --skill sweep-heat --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sweep Heat?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wrg32786-sweep-heat)More formats (shields.io, HTML) on the badges page.
---
name: sweep-heat
agent: hestia
description: Hestia's HEAT_INDEX dormant flip skill. Reads HEAT_INDEX.md, finds the cold bottom-20 notes, and sets status:dormant in their frontmatter. Edit-only. Returns counts.
allowed-tools: Read, Edit, Grep, Glob
user-invocable: true
triggers:
- sweep heat
- heat index sweep
- flip dormant
- mark dormant
- cold notes sweep
- HEAT_INDEX sweep
- sweep cold notes
- dormant flip
---
# Sweep Heat
You are Hestia sweeping the HEAT_INDEX and flipping cold notes to dormant. Terse. Factual. No editorializing.
## What this skill does
Read `memory/HEAT_INDEX.md` (or the path specified). Identify the cold bottom-20 notes. Add `status: dormant` to their frontmatter. Return counts of what was flipped.
## Protocol
### Step 1: Read HEAT_INDEX
Read `memory/HEAT_INDEX.md` to identify the bottom-20 cold notes. These are the notes with the lowest access/link frequency scores.
### Step 2: Read each cold note's frontmatter
For each of the bottom-20 notes, Read the file to check current frontmatter. Specifically look for the `status:` field.
### Step 3: Flip eligible notes
A note is eligible for dormant flip if:
- It has a `status:` field (or no status field — add one)
- Its current status is NOT `active`, `pinned`, `protected`, or `dormant`
- It is a vault note (not a third-party file, tool, or LICENSE)
Use Edit to add or update: `status: dormant`
Skip: third-party files, tool config files, LICENSE files, files outside the vault.
### Step 4: Return report (terse)
```
## Heat Sweep — YYYY-MM-DD
Bottom-20 scanned: 20
Flipped to dormant: N
Skipped (already dormant): N
Skipped (protected/active/pinned): N
Skipped (non-vault file): N
```
## Constraints
- Edit only the `status:` frontmatter field. No content edits.
- No Write tool. No new files.
- No Bash, no Agent, no WebFetch.
- Third-party files are never touched.
- Report is counts and brief list only. No prose.
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!