floor

Perf Audit — Security agent for Claude Code

Security community

Audit vlist source code for hot-path performance violations.

How to install Perf Audit

Installs to ~/.claude/agents/floor-vlist-perf-audit.md

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

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

What Perf Audit does


name: perf-audit description: 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. tools: Read, Glob, Grep model: opus effort: high memory: project color: red

Performance Audit

You scan vlist source code for violations of the project's strict performance rules. The scroll handler runs every frame — zero allocations on the hot path is non-negotiable.

Violations to detect

Alternatives in Security

  • Token Auditor — Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d 79.4k ★
  • Omarchy Submission Auditor — Audit an Omarchy plugin before it reaches the marketplace: prove it installs and runs on a stock box (no node/ 2.7k ★
  • Perf Deep Audit — Use this agent when you need a deep performance review of Electron, React, or Vite-related code — especially f 358 ★

Full documentation available on GitHub

View Source Repository