with one click
technical-writing
Write technical documentation — API docs, READMEs, guides, JSDoc, architecture docs.
Menu
Write technical documentation — API docs, READMEs, guides, JSDoc, architecture docs.
Split any task into small, reviewable subtasks — atomic units of work that are easy to track, easy to review, and hard to get wrong.
Use the gh CLI to fetch issues, discussions, and linked issues — analyze the problem, find relevant code, and implement a fix with a PR.
Write and manage Architecture Decision Records — ADR format, status lifecycle, tradeoff analysis, templates, and integration with project workflow.
Design effective database schemas — normalization, indexing strategies, relationships, migrations, query optimization, and data modeling patterns for SQL and NoSQL.
Write clear completion criteria before starting work — acceptance criteria formats, quality gates, scope boundaries, and the done checklist pattern.
Design and manage deployments — CI/CD pipelines, Docker, zero-downtime strategies, rollback plans, environment management, and release automation.
| name | Technical Writing |
| description | Write technical documentation — API docs, READMEs, guides, JSDoc, architecture docs. |
Write technical documentation — API docs, READMEs, guides, JSDoc, architecture docs.
Use this skill when you need technical documentation: API docs, setup guides, architecture docs, README improvements, or inline JSDoc.
Each export: what it does, parameters with types and defaults, return values, one concise example.
Project overview, installation, quick start, API reference, configuration, contributing, license.
Walk through a realistic scenario step by step.
Clear description, @param tags with types, @returns tag, @example where helpful.