Data
AI Skills for Reaviz ProjectsFrom the repository description
npx -y skills add reaviz/skills --skill dataAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 215 tokens by cl100k_base, as published. Nobody here has run it
Data
Utility components for formatting, displaying, and managing data presentation. Most are renderless or minimal — they format values and return text.
Components
| Component | Description |
|---|---|
| DataSize | Format byte values into human-readable sizes (B, KiB, MiB, GiB) |
| DateFormat | Format dates with date-fns, relative time, and toggle support |
| Duration | Format milliseconds into human-readable durations (ms, s, min, hr, day) |
| Ellipsis | Truncate text with expandable "..." toggle (character or line based) |
| InfinityList | Progressive "show more" list with useInfinityList hook |
| Pager | Pagination controls with page numbers, arrows, and item range display |
| Pluralize | Pluralize text based on count |
| Redact | Mask sensitive content with click-to-reveal toggle |
| Sort | Sortable column header with animated direction indicator |
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.