Perf Hunter TS

Audit TypeScript/Node.js code for performance antipatterns and resource management issues — event loop blocking, sequential awaits, N+1 queries, unclosed resources, unbounded caches, eager materialization, missing connection pooling, and expensive operations in hot paths. Use when: reviewing async correctness, auditing resource lifecycle, hunting N+1 query patterns, checking connection pool configuration, or profiling structurally inefficient code.

skyosev Updated

File contents

skyosev/agent-skills/tree/main/hunter-party-ts/perf-hunter-ts commit cfd7e6b401

Frequently asked questions

npx skillmds@latest add skyosev/perf-hunter-ts