Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Write long-form blog posts from research to final draft with SEO
claude install community/blog-writerEnd-to-end blog production: research the topic, create an outline, write the draft, optimize for SEO, add internal links, and format for publishing.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: blog-writer
description: |
Trigger when the user asks to write a blog post, article, or long-form
content. Phrases: "write a blog post", "draft an article", "create content",
"write about", "blog post on".
allowed-tools:
- Bash(command *)
- Read
- Write
- Edit
- Glob
---
# Blog Writer
Write long-form blog posts from research to final draft with SEO
optimization and internal linking.
## Prerequisites
- Target topic or outline from the user
- Knowledge of the target blog/site structure (for internal links)
## Steps
1. **Research the topic:**
- Identify key subtopics and questions to answer
- Note any statistics, quotes, or data points to include
- Understand the target audience's knowledge level
2. **Create an outline:**
```markdown
# Title (include primary keyword)
## Introduction (hook + what they'll learn)
## [H2 Section 1] (address first key question)
### [H3 Subsection if needed]
## [H2 Section 2]
## [H2 Section 3]
## Conclusion (summary + CTA)
```
3. **Write the draft following these rules:**
- Lead with value, not throat-clearing
- One idea per paragraph
- Use short sentences (aim for 15-20 words average)
- Include code examples for technical posts
- Add subheadings every 200-300 words
- Use bullet points and numbered lists to break up walls of text
4. **SEO optimization:**
- Primary keyword in title, first paragraph, and one H2
- Meta description: 150-160 characters summarizing the post
- Alt text for all images
- Internal links to 2-3 related posts
- External links to 1-2 authoritative sources
5. **Add frontmatter:**
```yaml
---
title: "Your Title Here"
description: "Meta description for search engines"
date: YYYY-MM-DD
tags: [tag1, tag2]
---
```
6. **Final review:**
- Read aloud for flow
- Check for jargon that needs explanation
- Verify all links work
- Ensure code examples are correct and runnable
mkdir -p ~/.claude/skills/blog-writer~/.claude/skills/blog-writer/SKILL.mdResulting file structure:
~/.claude/
skills/
blog-writer/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Blog Writer
Check content for reading level, jargon, and inclusive language
Both used by Content Creator, Marketing Manager
Write data-backed white papers that generate leads
Both used by Content Creator, Marketing Manager
Write structured case studies with metrics and pull quotes
Both used by Content Creator, Marketing Manager
Turn release notes into platform-specific social posts automatically
Both used by Content Creator, Marketing Manager
Transform one piece of content into posts for every platform
Both used by Content Creator, Marketing Manager
Produce newsletters with curated links and consistent voice
Both used by Content Creator, Marketing Manager
Blog Writer