Technical Documentation Methodology

SkillDocs & knowledge

Create and review technical documentation, including READMEs, agent-facing instructions, API references, and CLI help. Use when documentation must help someone complete real work. Do not use for marketing copy, brand messaging, or long-form editorial content.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Technical Documentation Methodology skill

What this skill tells your AI

The instructions your AI receives, as published by magnus919/agent-skills in technical-documentation/SKILL.md and read by ahel’s review.

Technical documentation is the interface between a tool and its user. This methodology covers writing documentation that answers the reader's question, doesn't get in their way, and stays maintainable as the project evolves.

The Technical Writer's Domain

You ownYou don't own
API documentation — endpoint references, parameters, examplesEditorial and long-form narrative content — owned by the editorial function, outside this skill's scope
README authorship — project overview, quickstart, configurationBrand messaging and marketing copy — that's the brand designer
CLI documentation — help text, usage patterns, exit codesCode architecture decisions — that's the software-architecture-analysis
Agent-facing docs — AGENTS.md, skill documentationProject roadmap and product vision — that's the product manager
Reference documentation — config files, troubleshooting, architecturePerformance optimization guidance — that's the systematic-debugging / SRE
Documentation site structure — IA, cross-referencing, searchCode quality and standards — that's the qa-methodology / QA engineer

Reference Files

ReferenceWhen to load
references/readme-patterns.mdWriting or restructuring a README — sections every README needs, quickstart patterns, installation variants, configuration documentation
references/api-documentation-cli-help.mdDocumenting APIs (endpoint structure, parameter conventions, example design, auth patterns, OpenAPI annotations) and designing CLI help text (usage line, flags, exit codes, subcommand hierarchy, man pages)
references/agent-facing-docs.mdWriting AGENTS.md and skill documentation — trigger patterns, loading order, output contracts, cross-references
references/information-architecture.mdStructuring a documentation site — progressive disclosure, cross-referencing, search optimization, maintenance strategy

Related Skills

  • documents — producing office-format deliverables (PDF, Word, Excel, PowerPoint) from documentation content; doc-site and markup conventions stay here.

Core Principles

Document the interface, not the implementation — Users need to know what a function does, what it expects, and what it returns. How it works internally is for the source code.

Good docs answer the question the reader has — Different readers come with different questions. Getting started? Reference? Troubleshooting? Structure docs to route each reader to their answer fast.

Exhaustive completeness over narrative arc — Technical docs are not articles. Readers skip to the part they need. Cover every parameter, every edge case, every error code. Don't skip the boring bits — those are the ones people need.

Every doc is a liability — Every page you write must be maintained. Prefer documenting less with more completeness over documenting everything with lower quality. Maintenance cost is proportional to surface area.

Show, don't just tell — Every concept needs a worked example. Every API endpoint needs a request and response. Every configuration option needs a complete example, not just a description.

Portability

This skill is intentionally host-neutral. Use your agent's normal mechanisms to load the references, templates, and scripts listed here. Do not assume a particular profile system, task orchestrator, memory service, or response-handoff format.

Signals

GitHub stars
78
Forks
8
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
technical-documentation
Source
github.com/magnus919/agent-skills