What problem does it solve? Hand-drawn ASCII and Unicode boxes in documentation and code comments are often misaligned, inconsistently styled, or broken by variable-width characters, making documents look unprofessional and hard to maintain. ## Core Features & Use Cases - Box Creation: Wraps any provided text in a centered, padded box using a palette of styles (classic, rounded, double, bold, and more). - File Box Fixing: Reads a file, detects all existing boxes, and rebuilds them with consistent styling, equal padding, and verified alignment. - Programmatic Alignment Verification: Checks that every row's closing box character falls on the same column, catching misalignment that visual inspection misses. - Use Case: You have a README with mismatched boxes made of +---+, ****, and ---- separators. Point the skill at the file and it standardizes every box into a unified, perfectly centered style. ## Quick Start Ask the assistant to box the text "Release v2.0" in a rounded style, or to fix all boxes in docs/README.md.