是小绵羊咩 (@LittleSheepQuQ) 在 GPT-5.4经常性调用using-superpowers解决方法 中发帖
上集
AI分析截图
[image]
[image]
AI总结:
[image]
[image]
人工总结
superpower的skill描述和正文中都有强制使用,然后Claude在使用的时候会扫描所有的Skill,把这个强制规则录进去了,然后5.4在训练的时候强化了Skill执行这一块,导致不复杂的任务也会被强制执行
修改方法
很简单,把对应软件skill中的superpowers的using-superpowers.md文件中的第八行
If you think there is even a 1% chance a skill might apply, you ABSOLUTELY MUST invoke the skill.
改为
Only invoke a skill when the user explicitly asks for it, or w...