What problem does it solve? Data tables and lists often fail at their core job of letting users scan, compare, and act on data, suffering from decoration over data, missing sorting and filtering, and poor density choices. This Skill provides decision rules for designing or reviewing tables and lists that follow practitioner-grade UX judgment. ## Core Features & Use Cases - Alignment and formatting rules: Enforces left-aligned text, right-aligned numbers in tabular figures, and one consistent format per column. - Interaction requirements: Specifies sorting on meaningful columns, hover and selected row states, bulk-action checkboxes, and toolbars for search, filter, and export. - Context-dependent guidance: Surfaces trade-offs for row density, pagination vs. infinite scroll, zebra striping, and column customization rather than auto-applying them. - Use Case: When asked to design an admin dashboard table showing thousands of orders, the Skill gates on data volume and user tasks, then produces a sortable, paginated table with proper alignment and hands off to accessibility and heuristics audits. ## Quick Start Ask the assistant to design or review a data table for your admin dashboard using the ux-tables skill.