Blog Outline Generator
SERP-informed H2/H3 outline generator; skeleton only, not a full content brief.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 4aa80df
Live-tested on 'best project management software for remote teams': real SERP research surfaced the market's dominant 'best-for-X' comparison-table-plus-FAQ pattern (confirmed by fetching a competitor's actual H2/H3 structure), which the skill folded straight into the outline's content-gap section. A generic outline written without that research never would have known the pattern existed. (Listed here under our older name; the skill's own name is "Blog Outline Generator".)
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Blog Outline Generator does
Runs live SERP research on the target keyword (WebSearch, plus WebFetch on top results for detailed heading structure), then outputs title options, an H2/H3 outline with per-section word-count and chart/image markers, FAQ questions, content-gap notes, and internal-linking zones. Deliberately skeleton-only — for full statistics research and competitive analysis the card in this repo points to a separate blog-brief skill instead. Requires WebSearch/WebFetch to be enabled.
How to install Blog Outline Generator
git clone https://github.com/AgriciDaniel/claude-blog.git
cd claude-blog
mkdir -p ~/.claude/skills
cp -r skills/blog-outline ~/.claude/skills/blog-outliner
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Blog Outline Generator
-
/blog-outlinerSERP-informed H2/H3 outline generator; skeleton only, not a full content brief.
It also activates on plain-language prompts like these:
-
Build a blog outline for 'best CRM for freelancers' -
Map this article's sections to search intent -
Outline a long-form post around this target keyword
Frequently asked questions
- Is the Blog Outline Generator skill free?
- Yes. The skill itself is free from AgriciDaniel/claude-blog. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Blog Outline Generator work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Live-tested on 'best project management software for remote teams': real SERP research surfaced the market's dominant 'best-for-X' comparison-table-plus-FAQ pattern (confirmed by fetching a competitor's actual H2/H3 structure), which the skill folded straight into the outline's content-gap section. A generic outline written without that research never would have known the pattern existed. (Listed here under our older name; the skill's own name is "Blog Outline Generator".)
- What is the Blog Outline Generator SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Blog Outline Generator?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Blog Outline Generator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.