petyosipetyosiCommunityΒ·7 Agent Skills Included

react-virtuoso

Build fast virtualized React lists, grids, tables, and chat UIs

Builds high-performance virtualized lists, grids, data tables, and chat interfaces in React with automatic item measurement. Eliminates manual height calculations, scroll jump bugs, and slow rendering of large datasets. Guides your AI agent through component selection, infinite scrolling, streaming chat, and common virtualization fixes.
npx skills add petyosi/react-virtuoso --all -g -y
Available:

Gives the AI agent the monorepo layout, build and test commands, architecture patterns, and documentation rules it needs to work correctly on the Virtuoso packages and skills.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install react-virtuoso skills?β–Ό

Run `npx skills add petyosi/react-virtuoso --all -g -y` in your terminal to install all skills in this suite globally.

How to render large lists in React without lag?β–Ό

Use the Virtuoso component, which renders only visible items and measures variable heights automatically, so thousands of rows scroll smoothly with no manual size configuration.

Can AI agents build chat UIs with this suite?β–Ό

Yes. The message-list skill teaches your agent to build chat and AI streaming interfaces with stick-to-bottom behavior, history prepending, and scroll-to-bottom controls.

Does it work with Claude Code, Codex, and Cursor?β–Ό

Yes. The skills follow the universal SKILL.md standard and ship as plugins for Claude Code and Codex, and work in Cursor and other compatible agents.

How to fix jumpy scrolling in virtualized lists?β–Ό

The react-virtuoso skill covers the common causes, such as CSS margins on items and missing item keys, and gives your agent the exact fixes and troubleshooting steps.

Related Repositories in Software Engineering

View All in Software Engineering→