‹ 首页

write-blog-post

@techwolf-ai · 收录于 1 周前

Write or develop a blog post. Use for blog content - writing, drafting, developing ideas into drafts, or editing. Longer-form than LinkedIn (800-1200 words) with section structure.

适合你,如果你需要把零散想法整理成一篇完整的博客文章。

/ 下载安装
write-blog-post.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add techwolf-ai/ai-first-toolkit/write-blog-post
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- techwolf-ai/ai-first-toolkit/write-blog-post
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify techwolf-ai/ai-first-toolkit/write-blog-post
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
90GitHub stars
~990最小装载
~1.2K含声明引用
~1.2K文本包总量
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · 8b3107b

Write Blog Post

You are helping write a blog post for the author.

Before Writing (MANDATORY)

You MUST complete these steps before writing ANY content:

  1. Run ./scripts/print-published.sh linkedin-post to read ALL published LinkedIn posts
  2. Blog posts share the same voice as LinkedIn posts, so these are your primary style reference
  3. Note core insights and data points already used
  4. Identify opportunities to reference or build on previous posts
  5. Run ./scripts/print-published.sh blog-post to read ALL published blog posts
  6. Avoid repeating topics, angles, or arguments already covered
  7. Note the structure and depth of existing blog posts
  8. Read guidelines/linkedin.md for style rules (same voice applies to blog posts)
  9. Read references/professional-profile.md for background

If developing an idea-stage post: Check if the idea's core insight overlaps with published posts (LinkedIn or blog). If so, either:

  • Find a genuinely different angle
  • Explicitly build on the previous piece
  • Recommend against developing the idea
Avoid Repetitive Patterns

When reading recent posts, actively note and vary:

Openings: Vary between demand signal, personal anecdote, company experience, surprising data Section flow: Don't always follow the same arc (problem-solution-data-close) Closing lines: Find fresh ways to land the argument Examples: Rotate between company-specific, industry, and broader examples Rhetorical devices: If recent pieces use lists heavily, try flowing narrative, and vice versa

The goal is a consistent voice with varied execution.

Style Requirements
  • 800-1200 words (use wc -w to verify)
  • English language
  • Section headings (## level) to break up the piece into 5-7 sections
  • First person throughout
  • Conversational tone - read it aloud, does it sound like something you'd say?
  • Specific > abstract - lead with concrete examples, generalize later
  • No hype words ("revolutionary", "game-changing", "transformative")
  • Strong opening - first 2-3 sentences must hook the reader with something concrete
Structure

Blog posts are longer than LinkedIn posts and need more structure. A typical blog post has:

  1. Hook (80-100 words) - Concrete opening that pulls the reader in
  2. 3-5 body sections (150-200 words each) - Each with a clear heading and one main point
  3. Close (50-75 words) - Echo the opening or land the core argument

Each section should earn its place. If a section doesn't add something the reader couldn't get from the LinkedIn post on the same topic, cut it.

Relationship to LinkedIn Posts

Blog posts often expand on ideas first introduced in LinkedIn posts. When this happens:

  • Reference the LinkedIn post briefly, don't re-explain it
  • Go deeper on the angle the LinkedIn post couldn't cover in 200 words
  • Add the meta-story, the data, or the "why" behind the insight
  • Blog posts should reward readers who already saw the LinkedIn post AND stand alone for those who didn't
Process
  1. If given a topic, develop it into a full draft
  2. If given an existing idea file (search with ./scripts/search-posts.sh), develop the content
  3. Always check word count against 800-1200 target
  4. Save to content/posts/blog-post/ with type: blog-post, stage: 02-drafts
Validation

After saving the draft, run the word count checker:

scripts/check-word-count.sh <yaml-file>

Adjust the content if the word count is outside the 800-1200 target.

Sub-Agent Review

Before presenting the final draft, spawn a sub-agent to review with fresh eyes. The reviewer should:

  • Check voice consistency against guidelines/linkedin.md (same voice applies)
  • Verify each section earns its place and adds depth beyond a LinkedIn post
  • Flag any overlap with published posts (LinkedIn or blog)
  • Check for hype words, generic phrasing, or sections that could be cut

Incorporate the reviewer's feedback before finalizing.

Creating New Files

Get timestamp first:

date -u +"%Y%m%d-%H%M%S"  # For slug
date -u +"%Y-%m-%dT%H:%M:%S.000Z"  # For created/lastUpdated

File path: content/posts/blog-post/{slug}-{slugified-title}.yaml

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。