What problem does it solve?
This Skill solves inconsistent documentation that slows down onboarding, confuses contributors, and makes maintenance harder.
Core Features & Use Cases
- README Structure Templates: Provides a priority-ordered README outline for projects, including Quick Start, Features, Configuration, API Reference, Contributing, and License.
- API Documentation Templates: Supplies per-endpoint documentation formatting with parameters, responses, and examples.
- Code Comment & AI-Friendly Documentation Guidance: Offers JSDoc/TSDoc comment templates and guidance for llms.txt and MCP-ready, RAG-indexable structure.
- Changelog and ADR Templates: Standardizes changelogs using Keep a Changelog style and records architectural decisions with ADR structure.
- Documentation Mandate (IPPD Shadow-Logging): Requires every execution to generate a SELT Shadow Log under the canonical UIP-V15 header for provenance consistency.
Quick Start
Ask an AI to generate a new project README, API docs skeleton, and code comment examples using the documentation-templates guidelines for a repository that already has an existing codebase.