Skip to main content

enrich-note

Enrich a single note with topic tags, source attribution, and links to related notes. Use when asked to enrich, tag, or add metadata to a note.

Ir a la instalación

Datos de origen

Repositorio
bholmesdev/llm-knowledge-base-skills
Última actividad en el origen
7 de julio de 2026 a las 03:13
Idioma detectado de SKILL.md
inglés
Estrellas
45
Forks
6

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
2 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
enrich-note
description
Enrich a single note with topic tags, source attribution, and links to related notes. Use when asked to enrich, tag, or add metadata to a note.
# Enrich note Enrich one note — the one given by path, or the note in context — with metadata. If the frontmatter already has `enrichedAt`, the note is done — skip it. Do the three steps below, then stamp `enrichedAt` with the current ISO timestamp. ## 1. Tags Read the tag registry at the vault root (`tags.md`) first. If it doesn't exist yet, create it by copying the starter seed from [references/tags.md](references/tags.md). The registry lives in the vault — not this skill — so your tags persist and sync no matter where the skill runs from. Reuse an existing tag whenever one fits. Be **reluctant** to add new tags. Tags should span many notes, not a couple. Only coin a new tag when nothing matches, and when you do, append it to the registry with a one-line description so the next note can reuse it. Write tags as a frontmatter array of kebab-case topics: `tags: [secret-of-our-success, anthropology]`. Capture the source medium as a tag too when there is one (`book`, `podcast`, `video`, `article`). Leave lifecycle tags like `voice-transcription` alone — they aren't topics. ## 2. Source If the note has a real origin — a URL, book, podcast, video, or person — record it in frontmatter as a flat `source:` line, plus a `url:` line if you can find one (web research allowed). Most personal notes (lists, reflections, dev logs) have no source; skip it then rather than inventing one. ## 3. Related notes Find notes elsewhere in the vault that are genuinely related. Use your judgment — grep frontmatter `tags:`, search for key terms, look around. Add the strong matches to a trailing `## Related` section as wikilinks with readable aliases: ```md ## Related - [[raw/2026-01-05-the-secret-of-our-success-alloparenting-917xzs8m.md|Alloparenting]] ``` Link **only to notes that exist** — never invent a target. If nothing is clearly related, **omit the section.**
Ver en GitHub