From common-tools
按固定清单快速克隆 GitHub 用户 ruan-cat 的常用仓库(及 tocque/h5mota-web)到约定目录名, 支持浅克隆与多分支抓取等参数组合。在用户提及「克隆 ruan-cat 仓库」「拉常用仓库」 「clone-ruan-cat」「初始化本地多仓」「同步阮喵喵 GitHub 仓库」或需要一键复现本机仓库存量时使用。 命令清单以 references/clone-commands.md 为唯一真实来源。
How this skill is triggered — by the user, by Claude, or both
Slash command
/common-tools:clone-ruancat-repoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
将维护者约定的 GitHub 仓库克隆到本地,目录名已在命令中写死(如 `01s-11comm`、`monorepo`)。
将维护者约定的 GitHub 仓库克隆到本地,目录名已在命令中写死(如 01s-11comm、monorepo)。
[references/clone-commands.md](references/clone-commands.md) 中的 git clone 行,禁止凭记忆改写 URL、depth 或目录名。cd 到该父目录再运行命令。git clone 会失败。应先与用户确认是否跳过、换父目录,或删除/改名旧目录后再执行。~/code 或用户指定的盘符路径)。references/clone-commands.md,按文件中的顺序执行每一条 git clone。清单中部分仓库使用 --depth=N 与 --no-single-branch,意在减小体积且保留拉取其它远程分支的能力。
若克隆后仍出现「看不到远程分支」类问题,再按需使用 get-git-branch 技能诊断本地 remote.origin.fetch。
references/clone-commands.md。npx claudepluginhub ruan-cat/monorepo --plugin common-toolsLocates dwmkerr's personal and McKinsey GitHub repositories locally or clones via git/gh CLI. Preserves git state for inspection, searching, and branch viewing.
Executes GitHub operations via the gh CLI for inspecting repos, files, issues, PRs, releases, Actions, and cloning for deep analysis. Activates on github.com URLs or repo paths.
Copies patterns, setup, or structure from another project into the current session. Also supports fix-and-PR mode to submit bug fixes to referenced projects.