Technical Blog Post

Turns research notes, session logs, and code into a structured technical blog post, LLM-isms stripped.

Works with setup

Test report

Verdict
Works with setup
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 2a611fb

The 'delve/leverage/navigate the landscape' baseline draft turned into a hook-first, number-heavy post ('3 days', '<1% error over 40 samples') once the skill's Phase 2-4 structure and voice checklist were applied - but full effect needs the companion 'sams-voice' skill installed too.

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 8/10
  • Docs & honesty 5/5

What Technical Blog Post does

Converts raw project material (research notes, session logs, drafts, hex dumps, code) into a six-beat technical blog post structure with an explicit LLM-ism checklist and Astro frontmatter output. Triggers when writing a build/decode/reverse-engineer post from existing project data; explicitly skips opinion pieces and short announcements.

How to install Technical Blog Post

git clone https://github.com/sam-dumont/claude-skills
cd claude-skills
mkdir -p ~/.claude/skills
cp -r plugins/technical-blog-post/skills/technical-blog-post ~/.claude/skills/technical-blog-post

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Technical Blog Post

  • /technical-blog-post Turns research notes, session logs, and code into a structured technical blog post, LLM-isms stripped.

It also activates on plain-language prompts like these:

  • Turn my research notes and session logs into a technical blog post.
  • Write a blog post about the format I reverse-engineered this week.
  • Turn this reverse-engineering project into a proper technical post.

Frequently asked questions

Is the Technical Blog Post skill free?
Yes. The skill itself is free from sam-dumont/claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Technical Blog Post work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. The 'delve/leverage/navigate the landscape' baseline draft turned into a hook-first, number-heavy post ('3 days', '<1% error over 40 samples') once the skill's Phase 2-4 structure and voice checklist were applied - but full effect needs the companion 'sams-voice' skill installed too.
What is the Technical Blog Post SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Technical Blog Post?
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 Technical Blog Post 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.