Agent skill
obsidian-frontmatter
Aplicar reglas consistentes de YAML frontmatter en Obsidian: un bloque, claves estándar, fechas YYYY-MM-DD, tags en lista, comillas cuando proceda.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/obsidian-frontmatter
SKILL.md
Obsidian Frontmatter (YAML)
Cuándo usar
- Añadir o corregir frontmatter
- Normalizar propiedades para Dataview
- Evitar errores YAML (comillas, duplicados, tipos)
Reglas mÃnimas
- Un único bloque YAML al inicio (
---...---) con una lÃnea en blanco después. - Claves en minúscula y consistentes.
- Fechas:
YYYY-MM-DD(o datetime ISO si la nota ya usa hora). tagssiempre como lista:yamltags: - area - tipo- Valores con
:,#, enlaces[[...]]o números “sospechososâ€: entre comillas.
Procedimiento
- Lee el archivo completo para no duplicar propiedades existentes.
- Identifica el set de propiedades usado en el vault (no inventes si hay estándar previo).
- Aplica cambios mÃnimos:
- evita renombrar claves si rompe Dataview sin confirmación
- Valida YAML:
- sin tabs
- indentación consistente (2 espacios)
- sin duplicados de clave
Salida
- Reporta qué claves se añadieron/cambiaron.
- Si detectas incertidumbre sobre el estándar del vault, detente y pregunta.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?