What problem does it solve? Manually adding a column to a large markdown pipe table is error-prone: misaligned pipes, pipes inside code spans, and legend drift corrupt the file. This Skill performs the schema change reliably and then backfills every row with researched values. ## Core Features & Use Cases - Safe DDL: Inserts a header cell, separator, legend row, and pads all data rows using a code-span-aware markdown table parser, with idempotent behavior when the column already exists. - Intelligent backfill: Populates each cell using known fetchers (pricing, funding, last_updated, context_window, offline_capable) or generic homepage/GitHub research, writing "—" and flagging rows when sources are missing instead of hallucinating. - Use Case: Add a Pricing column after License in a 90-row catalog master table, then fill each row with Free / Freemium / Paid / Enterprise values derived from each vendor's public pricing page. ## Quick Start Add a Pricing column after the License column in catalog-master-table.md and populate it for every row from each vendor's pricing page.