content-blog
Installation
SKILL.md
Blog Post Generation
Before You Start
-
Check for brand voice: Read
brand/VOICE.mdif it exists. This file defines the brand's tone, vocabulary, formality level, and signature patterns. If it does not exist, use sensible defaults (clear, direct, conversational-professional) and suggest the user run the content-setup skill to configure their voice. -
Determine the post type: Ask the user (or infer from their prompt) which format fits best:
- Tutorial -- step-by-step how-to content (
templates/tutorial.md.template) - Opinion -- thought-leadership or contrarian takes (
templates/opinion.md.template) - Case Study -- results-driven narrative (
templates/case-study.md.template) - Listicle -- list-format posts with substance (
templates/listicle.md.template) - Deep Dive -- long-form technical analysis (
templates/deep-dive.md.template)
- Tutorial -- step-by-step how-to content (
-
Gather inputs: Title or topic, target audience, key points the user wants covered, desired word count range, any links or data to reference.