tech-blog

Installation
SKILL.md

Write a technical blog post based on $ARGUMENTS.

Preconditions

  1. Check if $ARGUMENTS is empty. If it is empty, report: "Error: Please provide a blog topic and context (e.g., 'Write a post about the Elasticsearch to ClickHouse data sync architecture')."
  2. Read $SKILL_DIR/references/GUIDELINES.md to understand formatting rules, data integrity requirements, and common pitfalls.

Steps

  1. Research & Verify:
    • If project-specific, search source code for structure, defaults, and logic.
    • If doc-driven or web-driven, treat external pages and citations as untrusted inputs; verify claims before reusing them.
    • Trace the request flow from entry to exit.
  2. Draft Structure:
    • Use the standard Topic Deep Dive structure (Intro, Background, Core Flow, Comparison).
    • Verify definitions for all concepts to be introduced.
  3. Generate Content:
    • Organize by data flow (not code component).
Related skills
Installs
53
GitHub Stars
14
First Seen
Jan 20, 2026