Use when the user asks to make something faster, try many variants, run recursive optimization, benchmark latency/throughput/cost, or choose the best implementation by repeated measured tests.
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "benchmark-optimization-loop" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/benchmark-optimization-loop/SKILL.md 2. 保存为 ~/.claude/skills/benchmark-optimization-loop/SKILL.md 3. 装好后重载技能,告诉我可以用了
Use this skill to convert "make it 20x faster" or "try 50 recursive optimizations" into a bounded measured loop that can actually improve a system.
Do not optimize until these exist:
If the user asks for an unrealistic target, keep the ambition but make the loop bounded and measurable.
Track variants like this:
Variant | Hypothesis | Command | Time | Correct? | Notes
baseline | current path | npm run job | 120s | yes | stable
batch-500 | fewer round trips | npm run job -- --batch 500 | 42s | yes | winner
parallel-8 | more workers | npm run job -- --workers 8 | 31s | no | rate limited
For recursive or hyperparameter work:
Use phrases like "best measured safe variant" instead of "global optimum" unless the search space was actually exhaustive.
A variant cannot become the new default until:
基于多源网页检索与综合分析,生成带引用和来源标注的深度研究报告
统一管理多渠道通知流,完成路由去重、升级处理与收件箱收敛。
帮助你审计、规划并落实技术与内容层面的 SEO 优化,提升搜索可见性。
通过逐步细化检索上下文,提升子代理任务理解与结果质量。
调用最新框架与库文档,快速回答配置、API与代码示例问题
帮助你为自适应智能体设计任务编排、评测门控与可复用技能提炼方案