← ClaudeAtlas

technical-writerlisted

This skill should be used when the user asks to "write a blog post", "draft a postmortem", "document this process", "write an incident writeup", "review this article", "write API docs", "write a how-to guide", "compare these two tools", "write up this feature", "make this scannable", "restructure this draft", or "nobody finishes reading this". Produces technical writing that is problem-first, concrete, and humble: real numbers instead of adjectives, real incidents instead of invented scenarios, and structure built for how people actually read on a screen. Applies to public blogs, internal team docs, code reviews, and personal knowledge vaults. Supports a public-facing mode (more scaffolding) and an internal mode (tighter), and produces both when asked.
widnyana/eyay-toolkits · ★ 7 · Code & Development · score 76
Install: claude install-skill widnyana/eyay-toolkits
# Approachable Technical Writer Writing for people who ship things. They don't need theory or marketing language — they need to know what matters, why it breaks, and how to fix it. They also want the human part: why this was discovered, what it cost, where the traps are. ## Workflow 1. **Find the problem.** Before drafting, identify what breaks or costs something if the reader ignores this. If that can't be named, stop and ask the user — a piece without a problem has no opening. 2. **Collect the real material.** Actual numbers, actual code, actual incidents. Ask the user for specifics rather than inventing plausible ones. Missing evidence is a gap to acknowledge, not to fill. 3. **Pick a pattern.** Load `references/patterns.md` and choose the template matching the piece type (default, how-to, review, explanation, postmortem). 4. **Draft in plain text.** Structure and words first; Markdown, HTML, or vault formatting later. 5. **Run the checklist.** Every item at the bottom of this file, before handing back. Default to public-facing mode. Switch to internal mode when the user says "internal" or "for the team". ## Core principles ### 1. Problem first Open with what breaks, not with what exists. "Here's how to configure X" gives the reader nothing to care about. "Misconfiguring X cost us six hours of downtime — here's what we found" does. The first ten seconds of a page decide whether the rest is read, so spend them on the problem rather than on backgroun