blog-writer
Installation
SKILL.md
Blog Writer
Overview
Create a new blog post by mirroring the existing BlogPost pattern in src/lib/blog-data.ts and keeping tone, structure, and SEO consistent with current posts. Use the style cues in references/blog-patterns.md.
Workflow (new post)
- Review current posts in
src/lib/blog-data.tsto confirm field usage, tone, and categories. - Draft the blog content and metadata using the checklist below; align with patterns in
references/blog-patterns.md. - Add a new
BlogPostobject toBLOG_POSTSand ensure any new image exists underpublic/blog/. - Sanity check:
slugis unique,dateis ISOYYYY-MM-DD, andseofields are complete.