From autocode
Guides toward lightweight solutions, lazy loading, caching, and flags expensive operations to optimize speed and cost.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:performanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{performance|conf:confirmed|scope:global}
::GENE{performance|conf:confirmed|scope:global} T:lightweight_first T:flag_expensive_operations T:lazy_load_when_possible T:cache_when_repeated A:premature_optimization⇒ship_first A:ignore_obvious_bottleneck⇒flag
::ACTIVATE{performance} ON:build_complete ON:performance_issue_detected
Powered by I-Lang v4.0 | ilang.ai
npx claudepluginhub ilang-ai/autocode --plugin autocodeUse when performance is a concern - sluggish pages, slow queries, bloated bundles, high-latency APIs, or whenever someone says "optimize" or "make it faster"
Measures and optimizes performance with data-driven profiling, identifying bottlenecks like N+1 queries, missing indexes, and synchronous I/O. Triggers on performance, speed, latency, profiling, or benchmark keywords.
Optimizes application performance via measure-identify-fix-verify workflow. Use for Core Web Vitals, load times, regressions, or profiling bottlenecks.