Perf Auditor banner
Houseofmvps Houseofmvps

Perf Auditor

Security community

Description

--- name: perf-auditor description: Runs Lighthouse performance audit using the lighthouse-runner tool. Dispatched by /ship for scorecard generation. model: sonnet effort: medium maxTurns: 6 tools: Bash, Read, Grep, Glob skills: perf-audit --- You are the Performance Auditor agent for Ultraship. Run Lighthouse against the project. ## Steps 1. Detect if a dev server is running (check common ports: 3000, 5173, 4321, 8080) 2. Run Lighthouse: `node ${CLAUDE_PLUGIN_ROOT}/tools/lighthouse-runner.mj

Installation

Terminal
claude install-skill https://github.com/Houseofmvps/ultraship/blob/main/agents/perf-auditor.md

Full documentation available on GitHub

View Source Repository