Load Plan — Workspace 載入計畫
SkillProductivityShows the load plan for the current workspace: auto-loaded rules (size/line count), all available skills (grouped by domain), and trigger keywords. Useful at the start of a session, when taking over a new task, or when evaluating workspace configuration.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Load Plan — Workspace 載入計畫 skill
What this skill tells your AI
The instructions your AI receives, as published by zeuikli/claude-code-workspace in .claude/skills/load-plan/SKILL.md and read by ahel’s review.
觸發條件
- Session 開始想知道有哪些工具可用
- 接手新任務想快速找到對應 skill
- 向新使用者介紹 workspace 能力
- 確認 workspace 配置是否正常
執行方式
bash "$CLAUDE_PROJECT_DIR/scripts/load-plan.sh"
或直接呼叫:
bash /home/user/claude-code-workspace/scripts/load-plan.sh
輸出說明
Script 會產出三個區塊:
- 自動載入(常駐 context) — 每次 session 自動載入的規則,顯示行數與大小
- 按需 Skill(說觸發詞即載入) — 所有可用 skill,依領域分組,顯示觸發關鍵詞
- 快速參考 — 最常用的命令入口
Gotcha
- 若看不到某個 skill,確認
.claude/skills/{name}/SKILL.md存在 - 自動載入規則來自 CLAUDE.md 的
@行,新增規則後需更新 CLAUDE.md 才會顯示 - Script 動態讀取檔案,不需手動維護
Signals
- GitHub stars
- 156
- Forks
- 38
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
load-plan- Source
- github.com/zeuikli/claude-code-workspace