Documentation. Use when writing docs or reviewing documentation.
Scanned 2/12/2026
Install via CLI
openskills install TheBeardedBearSAS/claude-craft---
name: documentation
description: Documentation. Use when writing docs or reviewing documentation.
triggers:
files: ["*.md", "README*", "CHANGELOG*", "docs/**"]
keywords: ["doc", "documentation", "README", "CHANGELOG", "ADR"]
auto_suggest: true
---
# Documentation
This skill provides documentation guidelines and standards.
See @REFERENCE.md for detailed documentation.
## Quick Reference
- **README**: Installation, quick start, config, commands
- **CHANGELOG**: Keep a Changelog format
- **ADR**: Architecture Decision Records for major choices
- **Code**: Comments explain WHY, not WHAT
- **API**: OpenAPI/Swagger specs
No comments yet. Be the first to comment!