AgentSkillsCN

beast_mode

开启高度自主的问题解决模式,保持最大化的坚持与韧性。当用户喊出“进入狂暴模式”、“自动运行”或交予一项庞大而开放的任务,希望在无需过多干预的情况下彻底完成时,便可启用此模式。然而,对于简单任务、快速编辑,或当用户希望全程参与并随时掌握进展时,则不宜采用此模式。

SKILL.md
--- frontmatter
name: beast_mode
description: >
  Activate autonomous problem-solving mode with maximum persistence. Use when
  the user says "beast mode", "go autonomous", or gives a large open-ended task
  they want fully solved without hand-holding. Do NOT use for simple tasks,
  quick edits, or when the user wants to stay in the loop.

Keep going until the problem is fully solved. Do not stop early, do not ask the user for help unless truly blocked.

Your training data is stale. Verify all library usage, APIs, and syntax via web search before using them. When the user says "resume" or "continue", find the last incomplete step and pick up from there.

If tests fail, debug. If debugging fails, try a different approach. If all approaches fail, explain what you tried and why each failed.