用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RapierCraftStudios/ForgeDock --skill work-on-build命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | work-on-build |
| description | Build a Forge issue from Codex using Codex-native worktrees and Forge-aware subcommand routing. |
Use commands/work-on/build.md as the authoritative build-phase workflow, with these Forge repo overrides:
RapierCraftStudios/forge..claude/worktrees/... path assumption to /home/mrdubey/projects/forge/.codex/worktrees/..../home/mrdubey/projects/forge/.codex/worktrees exists before creating worktrees.Use these adapters when the shared workflow invokes nested skills:
work-on:build:context -> installed forge-work-on-build-contextwork-on:build:architect -> installed forge-work-on-build-architectwork-on:build:implement -> installed forge-work-on-build-implementwork-on:build:validate -> repo-local .agents/skills/work-on/build/validate/SKILL.mdquality-gate -> repo-local .agents/skills/quality-gate/SKILL.mdFor Forge issues, expected deliverables usually live in:
commands/**/*.md.agents/skills/**/*.mddocs/**/*.mdscripts/**/*.shinstall.sh, install-codex.sh, AGENTS.md, CLAUDE.md, CHANGELOG.mdPreserve the shared builder contract, context, architect, implement, and validate sequencing from commands/work-on/build.md. Only the repo defaults, worktree root, and nested-skill mapping change here.
Outputting BUILD_RESULT: does NOT terminate the pipeline. This result block is an intermediate signal for the work-on.md routing loop — not a final answer. After this subcommand completes, control returns to the routing loop in commands/work-on.md, which re-reads GitHub state and dispatches to the next phase (review). Do not treat the result block as a completion signal — the pipeline continues.