floor/vlist

Accessible, batteries-included ultra efficient virtual list for every framework. Zero deps, 9.7 KB

16Stars on the repository
16Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-review

01

floor/vlist

Agent Claude Code

Review code against vlist project rules and conventions. Use proactively after writing or editing code to catch violations before committing.

16 1mo ago A 26 tokens MIT

dev

02

floor/vlist

Agent Claude Code

Implement features, fix bugs, and iterate until all quality checks pass. Use for autonomous development tasks that benefit from worktree isolation and self-correction.

16 1mo ago A 32 tokens MIT

perf-audit

03

floor/vlist

Agent Claude Code

Audit vlist source code for hot-path performance violations. Use when changes touch scroll handling, rendering, range calculations, or any code that runs per-frame.

16 1mo ago A 35 tokens MIT

feature-scaffold

04

floor/vlist

Agent Claude Code

Scaffold a new vlist feature with all required files following project conventions. Use when creating a new feature plugin.

16 1mo ago A 27 tokens MIT

pre-commit

05

floor/vlist

Agent Claude Code

Run the full quality pipeline before committing — typecheck, tests, build, and size measurement. Use before any commit to validate all changes.

16 1mo ago A 32 tokens MIT

size-check

06

floor/vlist

Agent Claude Code

Build the vlist library and measure gzipped bundle sizes per feature. Use after code changes to detect size regressions.

16 1mo ago A 27 tokens MIT

test-runner

07

floor/vlist

Agent Claude Code

Run tests for the vlist project. Use proactively after code changes to validate correctness. Handles scoped tests, full suite, coverage analysis, and failure diagnosis.

16 1mo ago A 35 tokens MIT

typecheck

08

floor/vlist

Agent Claude Code

Run TypeScript strict-mode type checking for vlist and diagnose any errors. Use proactively after code changes.

16 1mo ago A 24 tokens MIT