What problem does it solve? Teams waste time hunting through docs for the right CLI command for their platform, and README command tables quickly become stale, misaligned, or missing Windows variants. This Skill produces portable, fixed-width ASCII cheat-sheet panels for tools like gh, git, kubectl, and deploy scripts that embed cleanly in READMEs, PR descriptions, and terminal help output. ## Core Features & Use Cases - Cross-platform command grids: One row per action with side-by-side macOS/Linux (bash/zsh) and Windows (PowerShell/CMD) columns, left-aligned and fixed-width. - Safety and structure conventions: Destructive commands are starred with footnote caveats, placeholders use <...> brackets with a legend, and multi-workflow command sets are split into per-category sections. - Mandatory validation gate: Every panel must pass amw-validate-ascii.py before delivery, enforcing the 100-column README / 80-column terminal width ceilings and exact column alignment. - Use Case: Ask for an ASCII cheat sheet for your team's gh workflow, and receive validated panels split into Setup, Daily Workflow, and Deploy sections with a last-tested footer, ready to paste into your README. ## Quick Start Ask the assistant to create an ASCII cheat sheet for the gh CLI covering setup, daily workflow, and deploy commands with macOS and Windows variants.