omgskills Get the Mac app
Skill

blog-post

@langchain-ai 27k stars Updated 2026-07-28 Author match: High

Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image generation. Use when the user asks to write a blog post, article, how-to guide, tutorial, technical writeup, thought leadership piece, or long-form content.

aideepagentslangchainlanggraph

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/langchain-ai/deepagents /tmp/deepagents && ln -s /tmp/deepagents/examples/content-builder-agent/skills/blog-post ~/.claude/skills/blog-post

View on GitHub

From README

Blog Post Writing Skill Research First (Required) Before writing any blog post, you MUST delegate research: Use the task tool with subagenttype: "researcher" In the description, specify BOTH the topic AND where to save: Example: After research completes, read the findings file before writing Output Structure (Required) Every blog post MUST have both a post AND a cover image: Example: A post about "AI Agents in 2025" → blogs/ai-agents-2025/ You MUST complete both steps: Write the post to blogs/ /post.md Generate a cover image using generateimage and save to blogs/ /hero.png A blog post is NOT complete without its cover image.

More from this repo