What problem does it solve? Manually deleting a column from a large pipe-delimited markdown table is error-prone: misaligned pipes, off-by-one cell removal, and orphaned legend entries corrupt the document. This Skill removes a column from the catalog master table reliably, updating the header, separator, every data row, and the legend entry, then validating the result. ## Core Features & Use Cases - Code-span aware removal: Uses md-table helpers to split rows correctly even when cells contain escaped pipes or code spans with | characters. - Validation and safety: Checks column count consistency across all rows, supports dry-run previews, timestamped backups, and atomic writes via temp file plus rename. - Legend cleanup: Automatically removes the matching entry from the **Columns** legend table. - Use Case: When columns like acp_launch or trust_bypass are migrated to a CLI Surface Mapping table, remove them from the master table in one validated operation instead of hand-editing hundreds of rows. ## Quick Start Ask the AI to remove the acp_launch column from catalog-master-table.md with backup and validation enabled.