What problem does it solve? Inconsistent documentation styles across code comments, API docs, READMEs, and changelogs create confusion and maintenance burden. This Skill enforces a single set of writing standards whenever documentation is written or updated. ## Core Features & Use Cases - Emoji Policy Enforcement: Removes emojis from code comments and source files while allowing them in markdown documents. - Comment and JSDoc Standards: Ensures comments explain why rather than what, and that JSDoc blocks document the full contract including params, returns, and throws. - README and Changelog Templates: Structures READMEs with summary, deployment steps, and known issues, and formats changelogs per Keep a Changelog conventions. - Use Case: When writing a new README for a project or updating a changelog after a release, load this Skill so all output follows the established markdown style, heading structure, and formatting rules automatically. ## Quick Start Write a README for this project following the docs skill standards.