Scale Canary

Performance complexity and resource allocation canary — checks for O(N^2) loops, database N+1 query patterns, memory leaks (unbounded collections), and blocking calls in main event loop. Triggers on keywords: "/scale-canary", "scale-canary", "performance audit", "scale audit". Use when writing loops over growing data, DB queries, caches, or async/event-loop code.

TheColliery Updated

File contents

TheColliery/CoalMine/tree/main/plugin/skills/scale-canary commit 394a7b978c

Frequently asked questions

npx skillmds@latest add thecolliery/scale-canary