From accessible-content
Designs accessible data tables with proper headers, captions, and responsive patterns for screen reader and cognitive accessibility. Triggers on table, data grid, or spreadsheet content.
How this skill is triggered — by the user, by Claude, or both
Slash command
/accessible-content:table-accessibilityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design tables that communicate structure and relationships — not just
Design tables that communicate structure and relationships — not just to sighted users scanning rows and columns, but to screen reader users who navigate one cell at a time.
Tables are for data that has relationships across two dimensions (rows and columns). Don't use tables for layout.
npx claudepluginhub owl-listener/inclusive-design-skills --plugin accessible-contentGuides designing data tables with column alignment, sorting, filtering, pagination, and responsive fallbacks for scannable tabular data.
Guides building/reviewing SaaS data tables with alignment rules, pagination vs infinite scroll, DataTable/IndexTable patterns, column defaults, bulk actions, sorting, filtering, row selection, and responsive table-to-card.
Builds content structure that assistive technology can parse and navigate. Covers heading hierarchy, landmarks, alt text, table/forms specs, and reading order.