technical-writer

Generate structured technical documentation including user guides, tutorials, and architecture docs.

1|Updated Aug 8, 2026
One-click install
npx skills add https://github.com/th-efool/SKILLS --skill technical-writer-th-efool
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: technical-writer
Source: https://github.com/th-efool/SKILLS/tree/main/technical-writer
Command: npx skills add https://github.com/th-efool/SKILLS --skill technical-writer-th-efool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing clear, consistent technical documentation is time-consuming, and teams often produce docs that are unstructured, missing prerequisites, or mismatched to their audience. This Skill provides a repeatable workflow with templates and quality checklists to produce complete documentation for any audience. ## Core Features & Use Cases - Structure Templates: Ready-to-fill markdown templates for user guides, tutorials, and system architecture documentation. - Type-Specific Requirements: Section checklists for READMEs, release notes, troubleshooting guides, onboarding docs, SOPs, and knowledge base articles. - Writing Best Practices: Enforces clarity rules (active voice, short sentences, scannable structure) plus a 16-point output quality checklist. - Use Case: A developer finishing a new feature asks for end-user documentation; the Skill identifies the audience, applies the user guide template, and delivers a complete doc with prerequisites, steps, troubleshooting, and FAQ. ## Quick Start Write a beginner-level user guide for my password reset feature including prerequisites, step-by-step instructions, and a troubleshooting section.

Frequently Asked Questions about technical-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a user guide for a software feature?▼

Start with an overview and prerequisites, then provide a getting-started section with numbered steps, key concepts, common tasks, troubleshooting, and an FAQ. The Skill's user guide template in references/templates.md provides this full structure with placeholders to fill.

What sections should a README file include?▼

A README should include the project name and description, installation instructions, a quick start example, a features list, documentation links, contributing guidelines, and license information. These requirements are defined in the special documentation types reference.

How to structure system architecture documentation?▼

Architecture docs should cover an overview, a diagram, component purposes and interfaces, data flow, technology stack, design decisions with trade-offs, scalability, security, and monitoring. The architecture template provides this complete markdown skeleton.

Can this generate documentation for non-technical audiences?▼

Yes, the workflow begins by determining audience technical level, role, and prior knowledge, then adjusts language accordingly. Best practices enforce short sentences, defined jargon, and active voice suitable for end users.

What makes technical documentation hard to scan?▼

Docs become unscannable when they lack descriptive headings, mix sequences into paragraphs, and omit tables of contents for long content. The best practices reference requires numbered lists for steps, bullet points for unordered items, and visual aids like diagrams and tables.