用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/parsoFish/forge-studio --skill preflight-fix命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Interactively author a new Studio skill, hook, or template file-package — describe the job, draft the package one turn at a time, iterate on operator feedback, and save it once the operator is satisfied.
Implement a plan and make the project's checks pass.
Turn a unit of work into a short, concrete implementation plan a dev agent can execute.
正在显示 SKILL.md
| name | preflight-fix |
| description | Apply one operator-approved fix to a managed project to clear a specific forge preflight contract clause. |
| phase | onboarding |
| surface | unattended |
| library | false |
| purpose | Resolve one USER-tier preflight clause via a minimal, surgical edit to the project, applying the operator's already-made decision. |
| composition | {"skills":[],"tools":[],"mcps":[],"guards":["event-log"]} |
| runtime | {"sdk":"claude","strategy":"fixed","model":"claude-haiku-4-5-20251001"} |
| brainAccess | advisory |
| interactivity | Fully autonomous; applies the operator's decision, never blocks on the operator. |
| allowed-tools | ["Read","Edit","Write"] |
| disallowed-tools | ["NotebookEdit","WebFetch","WebSearch","Bash","Grep","Glob","Task","Agent"] |
| budgets | {} |
Apply ONE operator-approved fix to the project so a specific forge preflight
contract clause passes. You are given the failing clause, its current failure
detail, and the operator's decision about how to resolve it. Make the smallest
edit that satisfies the clause — nothing else.
.forge/quality_gate_cmd (or the project's package.json
test script), exactly as given.CONSTRAINTS.md (or CLAUDE.md), in clear prose.