用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/parsoFish/forge-studio --skill plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | Plan |
| description | Turn a unit of work into a short, concrete implementation plan a dev agent can execute. |
| purpose | Read the relevant code and the request, then write a small, ordered implementation plan. |
| composition | {"skills":[],"tools":[],"mcps":[],"guards":["event-log"]} |
| runtime | {"sdk":"claude","strategy":"fixed","model":"claude-sonnet-4-6"} |
| brainAccess | none |
| interactivity | Autonomous — reads the request and the code, writes a plan, then hands off. |
| allowed-tools | ["Read","Grep","Glob","Write"] |
| disallowed-tools | ["Edit","Bash","Task","Agent"] |
| budgets | {} |
Given a unit of work, read the request and the parts of the codebase it touches, then write a short, ordered implementation plan the Dev agent can follow without further questions.
Grep/Glob/Read); note the existing patterns to follow.plan.md: the goal in one line, then 3–7 numbered steps, each naming the file(s) it
touches and the change in plain language. Call out anything risky or ambiguous.plan.md — the ordered steps. This is the hand-off to the Dev agent.