一键导入
ghwc-worktrees
Clone GitHub repos on this machine with ghwc: canonical owner/repo casing, shared bare clone, branch-named sibling worktrees under ~/Projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Clone GitHub repos on this machine with ghwc: canonical owner/repo casing, shared bare clone, branch-named sibling worktrees under ~/Projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants to run a long or resource-heavy task on another computer so their local machine stays free, the work continues if they close their laptop or lose connection, and the result returns as a reviewable branch in their project. Use this skill also when no offload target exists yet and the user needs help setting one up.
Use for dispatching a command from the current git repo to a remote machine in order to offload work for execution.
Use this skill for any task involving the ambit CLI: creating or destroying private networks, deploying apps to a private network, checking network or router health, listing routers, diagnosing connectivity problems, managing app secrets, or streaming app logs. Trigger phrases include "create a network", "set up ambit", "deploy with ambit", "ambit create", "ambit deploy", "ambit doctor", "check router status", "destroy a network", "managing app secrets", "streaming app logs", and similar.
Use when inspecting state, output, completion, or worktree activity for Codex goal runs launched by Boondoggle.
Use when launching a persistent Codex goal run with `boondoggle` from a prompt on stdin.
Use this to check or configure auth and config state on a remote device via a Foolfad transport -- this is `foolfad-configure`.
| name | ghwc-worktrees |
| description | Clone GitHub repos on this machine with ghwc: canonical owner/repo casing, shared bare clone, branch-named sibling worktrees under ~/Projects. |
Use ghwc whenever cloning an existing GitHub repo or adding a worktree.
Layout:
~/Projects/gh/CanonicalOwner/canonical-repo/
├── .bare/
├── main/
└── feature-branch/
Rules:
Owner/repo casing, not the casing typed by the user.ghwc REPO creates/checks out the default branch worktree.ghwc REPO branch-name checks out that existing branch into ./branch-name.ghwc REPO branch-name -b branch-name.ghwc REPO branch-name -B branch-name.GHWC_ROOT overrides ~/Projects.Examples:
ghwc ToxicPine/tissloolly
ghwc ToxicPine/tissloolly main
ghwc ToxicPine/tissloolly feature-x -b feature-x
ghwc ToxicPine/tissloolly opinionated
Report the resulting local path after running it.