workspace-init
仓库创建 2026年7月25日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么
把多个相关仓库组织到一个父级工作区里,让一次会话能看到整个系统并自动生成根级 CLAUDE.md 地图。适合跨仓协作、接手不熟悉的系统或当上下文散落在兄弟仓库里时使用。它会自己读每个仓库而不是靠你手动贴上下文,解决信息分散的问题。
▸ 展开 SKILL.md 英文原文
Sets up a multi-repo workspace so one session can see a whole system — sibling repos plus the cross-cutting folders no single repo owns — and generates the root CLAUDE.md map by reading each repo rather than being told. Use when starting work across several related repos, onboarding onto an unfamiliar system, or when Claude keeps missing context that lives in a sibling repo. Trigger: "set up the workspace", "map this project", "I have several repos", "onboard me onto this", "create the root CLAUDE.md".
0
Stars
0
Forks
13
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/workspace-init/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/workspace-init/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Workspace Init — One Boundary Around A Whole System Most real systems are several repositories. Opening one of them means everything else is invisible: the API contract lives next door, the deploy config lives somewhere else, and the agent guesses at both. The fix is a **parent directory** holding the repos as siblings, plus the folders no single repo can own. Open the session at the parent, and one context sees the whole system. ``` <workspace>/ ├── CLAUDE.md ← the map. What exists, where, on which port ├── <repo-a>/ ← real git repos, each with its own remote ├── <repo-b>/ ├── <repo-c>/ ├── server-info/ ← how to reach the machines (GITIGNORED)
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有