documentation
Documentation Skill
Version: 1.0 Source: Documentation Standards
Non-negotiable documentation standards. Documentation ships with code, not after it.
The Problem
AI agents treat documentation as optional — code gets written, but changelogs, feature specs, and module docs are skipped or generated as an afterthought. Each session assumes the next one will "just read the code," but without documentation, context evaporates between sessions. These standards ensure documentation ships with every change so agents and humans can pick up where the last session left off.
Consumption
- Builders: Read
## Builder Checklistbefore starting a feature. Plan documentation alongside code, not after. - Refactorers: Use
## Enforced Rulesto find documentation gaps. Read narrative sections for format and structure guidance. - Both: Narrative sections are the authoritative standard. Checklist and rules table are compressed views of the same content.
More from alexanderstephenthompson/claude-hub
unity-csharp
C# patterns for Unity - MonoBehaviour, async, architecture, and VR/mobile performance optimization
49design
Design and UI standards for accessibility, semantic HTML, and responsive layouts
35architecture
Architecture principles, module boundaries, folder structure, and project type profiles
33vrc-udon
VRChat Udon and UdonSharp patterns - networking, sync, interactions
32data-python
Python patterns for data processing - pandas, polars, pyspark
32web-performance
Performance patterns for Apollo caching, Redis, and CloudFront optimization
32