technical-blog-writing

Installation
Summary

Structured technical blog writing for developers with templates, code examples, and distribution guidance.

  • Covers five post types: tutorials, deep dives, postmortems, benchmarks, and architecture posts, each with specific structure and word count targets
  • Includes detailed rules for developer-friendly voice, code formatting, explanation depth, and what to avoid (filler language, dismissive tone, broken examples)
  • Provides templates for ideal post structure, diagram generation via CLI, and visual guidance on when to use diagrams versus text
  • Offers distribution strategy across platforms (Dev.to, Hacker News, Reddit, Twitter) with cross-posting and canonical URL handling
SKILL.md

Technical Blog Writing

Write developer-focused technical blog posts via inference.sh CLI.

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

# Research topic depth
belt app run exa/search --input '{
  "query": "building REST API Node.js best practices 2024 tutorial"
}'

# Generate header image
belt app run infsh/html-to-image --input '{
  "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;align-items:center;padding:60px;font-family:ui-monospace,monospace;color:white\"><div><p style=\"font-size:18px;color:#38bdf8;margin:0\">// engineering blog</p><h1 style=\"font-size:48px;margin:16px 0;font-weight:800;font-family:system-ui;line-height:1.2\">How We Reduced API Latency by 90% with Edge Caching</h1><p style=\"font-size:20px;opacity:0.6;font-family:system-ui\">A deep dive into our CDN architecture</p></div></div>"
Installs
GitHub Stars
431
First Seen