skills/blog-scaffolder/SKILL.md
Scaffold SEO-optimized blog post systems derived from product specs and competitor research. Use when the user needs a blog section for their startup website, wants to generate blog content from product specs, needs SEO-optimized posts with proper metadata and heading structure, or wants a complete blog infrastructure with RSS, sitemap, and pagination.
npx skillsauth add Cheggin/skill-chain blog-scaffolderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a complete blog post system for a startup website. Topics are derived from the product spec and competitor research. Each post is SEO-optimized with proper metadata, heading structure, and internal linking.
Read the product spec and competitor research to identify content gaps and target keywords. Generate a list of blog topics targeting long-tail keywords relevant to the product category.
When identifying topics, prioritize:
Set up the blog system within the existing site:
/blog route with MDX or markdown support and frontmatter parsingFor each blog post, create a markdown file with:
---
title: "Keyword-optimized title"
description: "Meta description under 160 characters"
user-invocable: true
date: "YYYY-MM-DD"
author: "Author Name"
tags: ["relevant", "keywords"]
image: "/blog/og/post-slug.png"
---
# H1 Title (matches frontmatter title)
## H2 Section (3-5 per post)
### H3 Subsection (as needed)
Each post must include:
/blog/rss.xml containing all published postssitemap.xmlValidate all posts for:
development
Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel better", "feels off", stagger animations, border radius, optical alignment, font smoothing, tabular numbers, image outlines, box shadows.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
documentation
LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)
development
Build production-quality SaaS websites with opinionated design presets. Use when creating any startup website. The user MUST pick a design style before building. Enforces shadcn/ui, Figma design principles, specific CSS values per style, and anti-AI-writing. Load alongside anti-ai-writing skill. LIGHT MODE ONLY.