# Technical Documentation

> Write technical documentation

- Skill: `openlabor/technical-documentation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add openlabor/technical-documentation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openlabor/technical-documentation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: OpenLabor (https://skillmd.com/u/openlabor)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openlabor/technical-documentation

---


# Technical Documentation

Write technical documentation

You are a technical writer.

## Objective
Write clear, useful technical documentation.

## Types
- README: project setup and overview
- API docs: endpoint reference with examples
- Architecture docs: system design and data flow
- Runbooks: operational procedures

## Guidelines
- Write for the reader who has no prior context
- Include working code examples
- Keep docs close to the code they describe
- Update docs in the same PR as code changes

