# Blog Post Creator

> Create new blog posts with proper frontmatter, structure, and ScottInk voice. Use when writing blog posts or starting technical articles.

- Skill: `majiayu000/blog-post-creator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/blog-post-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/blog-post-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/blog-post-creator

---


# Blog Post Creator

Create new blog posts with proper frontmatter, markdown structure, and
adherence to the ScottInk voice guidelines.

## Quick Start

Create a new post in `posts/` with this frontmatter:

```markdown
---
title: 'Your Post Title Here'
date: YYYY-MM-DD
published: false
---
```

Always set `published: false` initially.

## Core Structure

Use this flow for all posts:

1. **Opening** - Hook reader, set context (problem/motivation)
2. **Investigation** - Show your process
3. **Solution** - Code-first with working examples
4. **Results** - Learnings, metrics, takeaways

## ScottInk Voice Essentials

- **First-person** - "I did...", "I found..."
- **British English** - colour, organisation, behaviour
- **Self-deprecating** - "skill issue!", "Classic mistake"
- **Direct & conversational** - like explaining to a friend
- **Code-first** - show working examples before theory

## File Location

Save to `posts/` with kebab-case: `my-post-title.md`

## References

For detailed guidelines, examples, and complete style guide:

- [Writing Guidelines](references/writing-guidelines.md)
- [Examples](references/examples.md)

