npx claudepluginhub open-horizon-labs/bottle --plugin wmThis skill uses the workspace's default tool permissions.
Prepare working memory context for a focused session by gathering context from multiple sources.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Prepare working memory context for a focused session by gathering context from multiple sources.
/wm:dive-prep [intent or context]
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")
.wm/dive_context.md with curated groundingPass through the agent's output to the user. The dive context will be saved to .wm/dive_context.md.
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")