Agent Skills
› NeverSight/learn-skills.dev
› sa-improve
sa-improve
GitHub针对模拟退火算法的优化技能。接收用户请求后,分析现有代码或日志,整理改进思路并提出具体的下一步实施计划,以优化求解效果。
Trigger Scenarios
焼きなまし法を改善して
SAの改善案を出して
近傍を改善して
状態の持ち方を変更して
simulated annealing improvement
Install
npx skills add NeverSight/learn-skills.dev --skill sa-improve -g -y
SKILL.md
Frontmatter
{
"name": "sa-improve",
"description": "Simulated Annealing improvement skill. Triggers on \"焼きなまし法を改善して\", \"SAの改善案を出して\", \"近傍を改善して\", \"状態の持ち方を変更して”, \"simulated annealing improvement\"などのリクエストで発動する. 焼きなまし法(SA)の改善アイデア整理と、次に実装すべき手の提案を行う。"
}
Simulated Annealing Improve
Given a Simulated Annealing (SA) solver/code snippet and its current score/logs, propose concrete improvements and a small next-step plan.
Instructions
- Read scripts/improve.sh
- Display the message in the user's language
Version History
- e0220ca Current 2026-07-05 21:21


