Skip to content

Frontend · Global library

Virtual Scrolling Calibrator

Introduce high-volume list rendering with dynamic height support and smooth scrolling under real data load.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Virtual Scrolling Calibrator when you need to introduce high-volume list rendering with dynamic height support and smooth scrolling under real data load, especially when the work is driven by virtual list and windowing.

Trigger signals

virtual listwindowinglarge list

Validation hooks

audit_render_performance

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show virtual-scrolling-calibrator

Use

orchestrator-mcp skills export virtual-scrolling-calibrator --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/virtual-scrolling-calibrator ./your-agent-skills/virtual-scrolling-calibrator
# or open skills/virtual-scrolling-calibrator/SKILL.md in a markdown-first client

File patterns

**/*.tsx**/*list*.tsx

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudqwen2.5-coder:32b

Related skills

Adjacent packs to compose next.

FrontendGlobal library

@property Animator

Open pack

Creates smooth, performant animations of CSS custom properties using @property to enable transitions on gradients, transforms, and complex values

CodexClaude Code
FrontendGlobal library

3D CSS Specialist

Open pack

Creates immersive 3D experiences using CSS transforms, perspective, and transform-style for depth and dimension without JavaScript

CodexClaude Code
FrontendGlobal library

Accessible Form Builder

Open pack

Creates fully accessible forms with proper labeling, error handling, validation announcements, and keyboard navigation for all users

CodexClaude Code