blog-post-creator
Create new blog posts with proper frontmatter, structure, and ScottInk voice. Use when writing blog posts or starting technical articles.
allowed_tools: Read, Write, Edit, Glob
$ Installieren
git clone https://github.com/spences10/scottspence.com /tmp/scottspence.com && cp -r /tmp/scottspence.com/.claude/skills/blog-post-creator ~/.claude/skills/scottspence-com// tip: Run this command in your terminal to install the skill
SKILL.md
name: blog-post-creator
prettier-ignore
description: Create new blog posts with proper frontmatter, structure, and ScottInk voice. Use when writing blog posts or starting technical articles. allowed-tools: Read, Write, Edit, Glob
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:
---
title: 'Your Post Title Here'
date: YYYY-MM-DD
published: false
---
Always set published: false initially.
Core Structure
Use this flow for all posts:
- Opening - Hook reader, set context (problem/motivation)
- Investigation - Show your process
- Solution - Code-first with working examples
- 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:
Repository

spences10
Author
spences10/scottspence.com/.claude/skills/blog-post-creator
55
Stars
11
Forks
Updated6d ago
Added1w ago