From autocode
Optimizes code for speed and cost by preferring lightweight solutions and flagging expensive operations. Activates on build completion or performance issues detected.
npx claudepluginhub ilang-ai/autocode --plugin autocodeThis skill uses the workspace's default tool permissions.
::GENE{performance|conf:confirmed|scope:global}
Guides performance tuning for slow code, timeouts, OOM errors, high CPU/memory via mandatory profiling, 7-step decision tree, and expensive operations reference.
Guides performance optimization with principles like measure first, find bottlenecks, know when to stop, and evaluate tradeoffs. Useful for slow code, latency, profiling, or benchmarking discussions.
Guides measure-first performance optimization: measure baselines, profile bottlenecks with tools like node --prof or DevTools, fix issues, verify gains, add guards. For proven slowdowns, regressions, Core Web Vitals.
Share bugs, ideas, or general feedback.
::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 v3.0 | ilang.ai