← Back to list

dive-prep
by open-horizon-labs
Working memory for AI coding assistants
⭐ 3🍴 0📅 Jan 24, 2026
SKILL.md
name: dive-prep description: Prepare a grounded dive session with context from multiple sources
Dive Prep
Prepare working memory context for a focused session by gathering context from multiple sources.
Invocation
/wm:dive-prep [intent or context]
Execution
DO NOT run any bash command. This skill requires an AI agent.
Use the Task tool to spawn the wm:dive-prep agent:
Task(subagent_type: "wm:dive-prep", prompt: "<user's intent or context>")
If the user provides a GitHub issue URL, include it in the prompt:
Task(subagent_type: "wm:dive-prep", prompt: "Prepare dive for https://github.com/org/repo/issues/123")
What the Agent Does
- Detect OH connection and suggest linking endeavors
- Gather local context (CLAUDE.md, git state, etc.)
- Fetch OH context if available
- Write
.wm/dive_context.mdwith curated grounding
Output
Pass through the agent's output to the user. The dive context will be saved to .wm/dive_context.md.
Example
User: /wm:dive-prep fix the auth bug in the login flow
Action: Task(subagent_type: "wm:dive-prep", prompt: "fix the auth bug in the login flow")
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon