Size Check — Development agent for Claude Code
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
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
- Run
bun run buildto build the library. - Run
bun run sizeto measure gzipped sizes. - Report sizes in a table.
- If the user provides baseline sizes, calculate deltas.
- 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 RepositoryRelated Agents
Fresh Reviewer
Use proactively before a commit, after writing a feature, or when the user says "review this" / "look this ove
API Contract Watcher
Use to detect breaking changes to public APIs (HTTP endpoints, library exports, gRPC methods, CLI flags) betwe
Corki Coverage Guardian
Use this agent when you need to analyze, measure, or improve code coverage across repositories. This agent sho
Health Checker
Code health dashboard agent - structured 3-phase methodology (detect, measure, prescribe) with weighted 0-10 s
Performance Optimizer
Expert in performance optimization, profiling, Core Web Vitals, and bundle optimization. Use for improving spe
Perf Specialist
Performance optimization agent. Delegate here for speed, bundle size, Web Vitals, profiling. Measurement-first
Related Skills
Pharn Dev Regress
Detect regressions OUTSIDE the just-built feature: re-run the existing deterministic suite (npm run check's ga
Bundle
Track bundle size, detect heavy dependencies, compare to previous builds
Ccc Audit
Run npm audit + bundle size check + lint scan. Returns vulnerabilities, oversized bundles, and lint errors.