blog-post

Installation
Summary

Long-form blog post writing with research delegation, structured content templates, and AI-generated cover images.

  • Delegates research to subagents before writing, storing findings in markdown for reference and context
  • Enforces a five-part post structure: hook, context, main content (3–5 sections), practical application, and conclusion with call-to-action
  • Generates SEO-optimized cover images using detailed prompts covering subject, style, composition, color, and lighting
  • Outputs posts to blogs/<slug>/post.md with matching cover images at blogs/<slug>/hero.png; both are required for completion
  • Includes SEO best practices: keyword placement, meta descriptions, and title length guidelines
SKILL.md

Blog Post Writing Skill

Research First (Required)

Before writing any blog post, you MUST delegate research:

  1. Use the task tool with subagent_type: "researcher"
  2. In the description, specify BOTH the topic AND where to save:
task(
    subagent_type="researcher",
    description="Research [TOPIC]. Save findings to research/[slug].md"
)

Example:

task(
Related skills

More from langchain-ai/deepagents

Installs
1.1K
GitHub Stars
22.7K
First Seen
Jan 22, 2026