Format tabular data as ASCII box tables for Telegram. Stdin-only input eliminates shell injection risks. Handles smart column sizing, text wrapping, and proper padding for monospace display.
- Renamed skill to `telegram-ascii-table`. - Now only accepts table data via stdin (no CLI positional arguments), safer literal input. - Updated documentation to recommend heredoc and pipe usage instead of argument-based invocation. - Clarified input format, options, and added feature comparison between desktop and mobile modes.