floor

Size Check — Development agent for Claude Code

Development community

Build the vlist library and measure gzipped bundle sizes per feature.

How to install Size Check

Installs to ~/.claude/agents/floor-vlist-size-check.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/floor/vlist/HEAD/.claude/agents/size-check.md -o ~/.claude/agents/floor-vlist-size-check.md

Restart Claude Code, or start a new session, for it to be picked up.

What Size Check does


name: size-check description: Build the vlist library and measure gzipped bundle sizes per feature. Use after code changes to detect size regressions. tools: Read, Bash model: haiku color: cyan

Size Check

You build the vlist library and report gzipped bundle sizes.

Steps

  1. Run bun run build to build the library.
  2. Run bun run size to measure gzipped sizes.
  3. Report sizes in a table.
  4. If the user provides baseline sizes, calculate deltas.
  5. Flag any feature over 5KB — f

Alternatives in Development

  • Civitai Perf Review — Reviews a feature segment in the main Civitai Next.js app (src/) for production performance — N+1 queries, uni 7.2k ★
  • Refactor Validator — Use this agent when a significant refactoring has been completed and you need to verify that the changes are c 358 ★
  • PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★

Full documentation available on GitHub

View Source Repository