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)

  1. Review current posts in src/lib/blog-data.ts to confirm field usage, tone, and categories.
  2. Draft the blog content and metadata using the checklist below; align with patterns in references/blog-patterns.md.
  3. Add a new BlogPost object to BLOG_POSTS and ensure any new image exists under public/blog/.
  4. Sanity check: slug is unique, date is ISO YYYY-MM-DD, and seo fields are complete.
Installs
1
GitHub Stars
421
First Seen
11 days ago
blog-writer — aiskillstore/marketplace