Migrate Posts To V2 Frontmatter

Use when migrating every existing post in `content/posts/**/*.md` to the v2 frontmatter schema — adding the new required `summary` field, normalizing `tags` to the controlled vocabulary, converting bare-date `date` strings to ISO 8601 with timezone, and re-validating every post against the v2 schema before the next build runs. Activate this skill whenever the task references migration `0007-frontmatter-v2`, the v2 frontmatter rollout, or asks how to safely change a required-field set across a populated content tree without breaking the build. Do NOT use for unrelated migrations (use a generic content-migration skill or write a fresh one) or for general schema-design questions (use a schema-design skill).

jacob-balslev Updated

File contents

jacob-balslev/skill-graph/tree/main/examples/projects/markdown-static-site/skills/migrate-posts-to-v2-frontmatter commit 6f74df55ca

Frequently asked questions

npx skillmds@latest add jacob-balslev/migrate-posts-to-v2-frontmatter