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, citation capsules, sourced statistics, Pixabay/Unsplash images, built-in SVG chart generation, FAQ schema, 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".

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill blog-write --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 23 KB
Bundled scripts: none
Path: .claude/skills/blog-write/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
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, following dual optimization for Google rankings and AI citations. Produces articles with template selection, answer-first formatting, Key Takeaways summary box, information gain markers, citation capsules, sourced statistics, Pixabay/Unsplash images, built-in SVG chart generation, FAQ schema, internal linking zones, and proper heading hierarchy. Supports MDX, markdown, and HTML output. Trigger phrases include: "write blog", "new blog post", "create article", "write about", "draft blog", and "generate blog post".

How it works

  • Phase 0/1: Surface targeting and topic understanding to determine audience, primary keyword, and word count, then template selection from 12 templates in skills/blog/templates/ and loading the matching template from skills/blog/templates/<type>.md. If none fits, use a generic outline and inform the user which template was selected.
  • Phase 2: Research via a blog-researcher agent or inline WebSearch to collect 8-12 current statistics (2025-2026 preferred), acquire a cover image from Pixabay/Unsplash/Pexels or generate an SVG cover via blog-chart or an AI image via blog-image sub-skill, and collect 3-5 inline images. Plan 2-4 data visualizations and optional NotebookLM data if configured. Retrieve 2-3 YouTube videos per post with quality criteria.
  • Phase 3: Outline generation using the loaded template’s structure, adapting headings and sections accordingly. Present the outline to the user for approval before writing.
  • Phase 4: Chart generation (built-in). When data is chart-worthy, invoke blog-chart with chart type, title, data values, source, and platform format, embedding SVG within a <figure> wrapper (2-4 charts per 2,000-word post).
  • Phase 5: Content writing with frontmatter, a Key Takeaways box immediately after the introduction, and 5c (Answer-First Formatting) for each H2 header. Include FLOW-compliant statistical statements with year anchoring, inline publisher/source citations, and a bottom source block. Add 5d Information Gain Markers and 5e Citation Capsules within each major H2 section. Use 5f Internal Linking Zones throughout the article and ensure the outline/sections align with the selected template. Visual markers should appear every 300-500 words and CTA rules referenced in the content rules.

When to use it

Use when the user says: "write blog", "new blog post", "create article", "write about", "draft blog", or "generate blog post".

What it can touch

  • Tools: claude-code (as declared in the skill to perform tasks)
  • Outputs include: frontmatter YAML, Markdown/MDX/HTML content, SVG charts, image references, and internal link placeholders like [INTERNAL-LINK: anchor text → target description].

Caveats

  • License: MIT
  • The process requires external data sources and templates; all statistics must be verifiable with inline citations following the FLOW drafting requirements. If a statistic cannot be verified, it should be dropped.
  • The agent must present the article outline for approval before proceeding to full 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 ## Workflow ### Phase 0: Surface Targeting (do this BEFORE research) Decide which of the FLOW 5 surfaces this post is meant to win. The choice shapes structure, length, citation density, and call-to-action. The 5 surfaces in 2026: 1. Owned site (organic

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
  11. Phase 7: Delivery
More from dev-gtm-claude-skills
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, citation capsules, sourced statistics, Pixabay/Unsplash images, built-in SVG chart generation, FAQ schema, 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 Infrasity-Labs/dev-gtm-claude-skills --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 Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 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