Agent skill · Content & Marketing

blog-write

Write new blog articles from scratch optimized for Google rankings and AI citations. Generates full articles with template selection, answer-first formatting, Key Takeaways summary box, information gain markers, evidence-backed explanations, sourced statistics, Pixabay/Unsplash images, built-in SVG chart generation, optional FAQ sections, internal linking zones, and proper heading hierarchy. Supports MDX, markdown, and HTML output. Use when user says "write blog", "new blog post", "create article", "write about", "draft blog", "generate blog post".

AgriciDanielgithub.com/AgriciDanielGitHub ↗
claude-codeMIT
Install
npx skills add AgriciDaniel/claude-blog --skill blog-write --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 22 KB
Bundled scripts: none
Path: skills/blog-write/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,566
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Writes complete blog articles from a topic, brief, or outline. Every article follows the 6 pillars of dual optimization (Google rankings + AI citations).

How it works

  • Phase 1 (Topic Understanding): Determine topic details such as target audience, primary keyword, and word count; load brief if present.
  • Phase 1.5 (Template Selection): Choose a content template from skills/blog/templates/ based on content type detected from topic/search intent; load the matching template and adapt outline accordingly.
  • Phase 2 (Research): Spawn a blog-researcher or perform inline research to gather 8-12 statistics (2025-2026 preferred), find a cover image via stock APIs or generate SVG cover with blog-chart, locate 3-5 inline images, plan 2-4 data visualizations, optionally perform AI image generation, and optionally query NotebookLM and YouTube videos with quality checks.
  • Phase 3 (Outline Generation): Create a structured outline aligned to the loaded template, with an initial Title as Question and sections such as Introduction, multiple H2s, a CTA, optional FAQ, and Conclusion. Visual markers are inserted every 300-500 words and CTA rules are followed.
  • Phase 4 (Chart Generation): When data warrants, generate charts using blog-chart and embed SVGs in a <figure> wrapper, targeting 2-4 charts per ~2000-word post.
  • Phase 5 (Content Writing): Produce full article with frontmatter, a Key Takeaways box immediately after the Introduction, and Purpose-First Formatting in each section. Include evidence-backed explanations, information-gain markers when applicable, internal-link placeholders, and comply with the project's frontmatter naming conventions. Insert visual markers for images, charts, videos, or callouts at the specified cadence. Present the outline to the user for approval before writing.

When to use it

Use when the user requests actions like "write blog", "new blog post", "create article", "write about", "draft blog", or "generate blog post".

What it can touch

Not applicable in this summary; the skill references tools such as claude-code for execution within the workflow when needed.

Caveats

Licensed under MIT. The workflow relies on external research sources and template-driven structure; verify model outputs against current data and templates. The skill outlines a lengthy, multi-phase process with conditional steps (research, template selection, outline approval, chart generation, and final writing).

From the SKILL.md

# Blog Writer: New Article Generation Writes complete blog articles from a topic, brief, or outline. Every article follows the 6 pillars of dual optimization (Google rankings + AI citations). **Key references** (paths relative to repo root; references live in the main `blog` skill's references directory, not in `blog-write/`): - `skills/blog/references/synthesis-contract.md`: 6 LAWs for synthesis output (v1.8.0; applies whenever the article embeds research-synthesis prose) - `skills/blog/references/content-templates.md`: Template selection guide and usage - `skills/blog/references/quality-scoring.md`: 5-category scoring (Content 30, SEO 25, E-E-A-T 15, Technical 15, AI Citation 15) - `skills/blog/references/eeat-signals.md`: Experience, expertise, authority, trust markers - `skills/blog/references/internal-linking.md`: Linking strategy and anchor text rules - `skills/blog/references/visual-media.md`: Image sourcing and chart styling - `skills/blog-write/references/delivery.md`: delivery contract steps and summary template for this sub-skill ## Workflow ### Phase 0: Surface Targeting (do this BEFORE research) Decide which of the FLOW 5 surfaces this post is meant to win. The choice

What's inside
Steps it walks through
  1. Workflow
  2. Phase 0: Surface Targeting (do this BEFORE research)
  3. Phase 1: Topic Understanding
  4. Phase 1.5: Template Selection
  5. Phase 2: Research
  6. Phase 3: Outline Generation
  7. Phase 4: Chart Generation (Built-In)
  8. Phase 5: Content Writing
  9. Phase 6: Quality Check
  10. Phase 6.5: Delivery Contract Enforcement (v1.9.0)
  11. Phase 7: Delivery
Ships with 1 file
  • references/delivery.md
More from claude-blog
All skills →
About this skill
What does the blog-write skill do?

Write new blog articles from scratch optimized for Google rankings and AI citations. Generates full articles with template selection, answer-first formatting, Key Takeaways summary box, information gain markers, evidence-backed explanations, sourced statistics, Pixabay/Unsplash images, built-in SVG chart generation, optional FAQ sections, internal linking zones, and proper heading hierarchy. Supports MDX, markdown, and HTML output. Use when user says "write blog", "new blog post", "create article", "write about", "draft blog", "generate blog post".

How do I install it?

Run `npx skills add AgriciDaniel/claude-blog --skill blog-write --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From AgriciDaniel/claude-blog, a repository with 1,566 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going