This handles LaTeX table creation using the tabularray package, a modern LaTeX3 solution that replaces the old tabular, tabularx, longtable, and booktabs mess. It's built for fixed-width columns, proper text wrapping, and troubleshooting overflow issues without fighting ancient syntax. The skill includes installation checks, quick reference patterns for common layouts, and a troubleshooting table that covers the usual problems like missing packages or columns that won't wrap. It's self-evolving, meaning if you hit a real issue the instructions should get updated on the spot. Solid choice if you're tired of wrestling with p{width} column specs or migrating legacy table code.
npx skills add https://github.com/terrylica/cc-skills --skill latex-tables