Optimize for speed and cost. Pick lightweight solutions. Flag expensive operations.
npx skills add https://github.com/ilang-ai/autocode --skill performance
::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 v5.0 | ilang.ai
Take ilang-ai/performance from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.