# Enrich Notes Loop

> Enrich every un-enriched note in the vault by running enrich-note over each one. Use to bulk-enrich the vault or auto-tag notes unattended ("while I sleep").

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

---


# Enrich notes loop

Run the [enrich-note](../enrich-note/SKILL.md) process across the whole vault, one note at a time.

**First run only:** if the vault's tag registry (`tags.md` at the vault root) is missing or still the starter seed, skim the existing notes and flesh it out with the real recurring topics first, so tags are consistent from note one.

Then walk every note under `raw/` (and the vault root) whose frontmatter has no `enrichedAt`, and enrich it. Skip notes already stamped — that's how you know what's left.

This runs unattended: keep going until every note is enriched. Don't delete anything.

