--- name: doc-formatter description: Format documentation with emojis, status bars, and versioning matrix. Use when creating or updating README files, documentation, specs, or any markdown files. --- # Documentation Formatter Ensures all documentation has consistent formatting with emojis, status indicators, and version tracking. ## Required Elements ### 1. Emojis for Section Headers Use these emojis consistently: | Section | Emoji | |---------|-------| | Overview/About | ๐ | | Features | โจ | | Installation | ๐ฆ | | Quick Start | ๐ | | Usage | ๐ก | | Configuration | โ๏ธ | | API/Reference | ๐ | | Examples | ๐ | | Testing | ๐งช | | Deployment | ๐ | | Contributing | ๐ค | | Changelog | ๐ | | License | ๐ | | Warning/Caution | โ ๏ธ | | Important | โ | | Tip/Note | ๐ก | | Success | โ | | Error/Fail | โ | | In Progress | ๐ | | Deprecated | โ | ### 2. Status Bars (Shields.io Badges) Include at the top of every README: ```markdown    ``` #### Status Options - `Active` (green/success) - `Maintenance` (yellow/warning) - `Deprecated` (red/critical) - `Beta` (blue/informational) - `Alpha` (purple) ### 3. Versioning Matrix Include a compatibility/version matrix table: ```markdown ## ๐ Version Matrix | Version | Status | Release Date | Node | Python | Notes | |---------|--------|--------------|------|--------|-------| | 3.0.0 | โ Current | Dec 2025 | 18+ | 3.9+ | Major refactor | | 2.1.0 | ๐ Maintained | Nov 2025 | 16+ | 3.8+ | Security fixes only | | 1.x.x | โ Deprecated | Oct 2024 | 14+ | 3.7+ | No longer supported | ``` Adapt columns based on project type (languages, frameworks, APIs, etc.) ## Template ```markdown