Agent skill
blog-post-creator
Create new blog posts with proper frontmatter, structure, and ScottInk voice. Use when writing blog posts or starting technical articles.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/blog-post-creator
SKILL.md
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:
- Writing Guidelines
- Examples
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?