npx skills add https://github.com/langchain-ai/deepagents --skill blog-post在撰写任何博客文章之前,你必须委派研究任务:
task 工具,并设置 subagent_type: "researcher"task(
subagent_type="researcher",
description="Research [TOPIC]. Save findings to research/[slug].md"
)
示例:
task(
subagent_type="researcher",
description="Research the current state of AI agents in 2025. Save findings to research/ai-agents-2025.md"
)
3. 研究完成后,在开始写作前阅读研究结果文件
每篇博客文章必须同时包含文章和封面图片:
blogs/
└── <slug>/
├── post.md # 博客文章内容
└── hero.png # 必需:生成的封面图片
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
示例:一篇关于"2025年AI智能体"的文章 → blogs/ai-agents-2025/
你必须完成以下两个步骤:
blogs/<slug>/post.mdgenerate_image 生成封面图片并保存到 blogs/<slug>/hero.png没有封面图片的博客文章是不完整的。
每篇博客文章应遵循以下结构:
文章写完后,使用 generate_cover 工具生成封面图片:
generate_cover(prompt="A detailed description of the image...", slug="your-blog-slug")
该工具将图片保存到 blogs/<slug>/hero.png。
使用以下元素构建你的提示:
针对技术博客文章:
Isometric 3D illustration of interconnected glowing cubes representing AI agents, each cube has subtle circuit patterns. Cubes connected by luminous data streams. Deep navy background (#0a192f) with electric blue (#64ffda) and soft purple (#c792ea) accents. Clean minimal style, lots of negative space at top for title. Professional tech aesthetic.
针对教程/操作指南:
Clean flat illustration of hands typing on a keyboard with abstract code symbols floating upward, transforming into lightbulbs and gears. Warm gradient background from soft coral to light peach. Friendly, approachable style. Centered composition with space for text overlay.
针对思想领导力文章:
Abstract visualization of a human silhouette profile merging with geometric neural network patterns. Split composition - organic watercolor texture on left transitioning to clean vector lines on right. Muted sage green and warm terracotta color scheme. Contemplative, forward-thinking mood.
完成前检查:
blogs/<slug>/post.mdblogs/<slug>/hero.png每周安装量
497
代码仓库
GitHub 星标数
17.4K
首次出现
Jan 22, 2026
安全审计
安装于
opencode440
codex427
gemini-cli422
github-copilot404
kimi-cli370
amp369
Before writing any blog post, you MUST delegate research:
task tool with subagent_type: "researcher"task(
subagent_type="researcher",
description="Research [TOPIC]. Save findings to research/[slug].md"
)
Example:
task(
subagent_type="researcher",
description="Research the current state of AI agents in 2025. Save findings to research/ai-agents-2025.md"
)
3. After research completes, read the findings file before writing
Every blog post MUST have both a post AND a cover image:
blogs/
└── <slug>/
├── post.md # The blog post content
└── hero.png # REQUIRED: Generated cover image
Example: A post about "AI Agents in 2025" → blogs/ai-agents-2025/
You MUST complete both steps:
blogs/<slug>/post.mdgenerate_image and save to blogs/<slug>/hero.pngA blog post is NOT complete without its cover image.
Every blog post should follow this structure:
After writing the post, generate a cover image using the generate_cover tool:
generate_cover(prompt="A detailed description of the image...", slug="your-blog-slug")
The tool saves the image to blogs/<slug>/hero.png.
Structure your prompt with these elements:
For a technical blog post:
Isometric 3D illustration of interconnected glowing cubes representing AI agents, each cube has subtle circuit patterns. Cubes connected by luminous data streams. Deep navy background (#0a192f) with electric blue (#64ffda) and soft purple (#c792ea) accents. Clean minimal style, lots of negative space at top for title. Professional tech aesthetic.
For a tutorial/how-to:
Clean flat illustration of hands typing on a keyboard with abstract code symbols floating upward, transforming into lightbulbs and gears. Warm gradient background from soft coral to light peach. Friendly, approachable style. Centered composition with space for text overlay.
For thought leadership:
Abstract visualization of a human silhouette profile merging with geometric neural network patterns. Split composition - organic watercolor texture on left transitioning to clean vector lines on right. Muted sage green and warm terracotta color scheme. Contemplative, forward-thinking mood.
Before finishing:
blogs/<slug>/post.mdblogs/<slug>/hero.pngWeekly Installs
497
Repository
GitHub Stars
17.4K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode440
codex427
gemini-cli422
github-copilot404
kimi-cli370
amp369
AI 代码实施计划编写技能 | 自动化开发任务分解与 TDD 流程规划工具
42,300 周安装