Memory Explore banner
ScottRBK ScottRBK

Memory Explore

Development community

Description

--- description: Deep exploration of the Forgetful knowledge graph --- # Memory Explore Perform deep knowledge graph traversal using a lightweight subagent. **Query**: $ARGUMENTS Use the Task tool to launch a subagent: ``` Task({ subagent_type: "general-purpose", model: "haiku", description: "Explore Forgetful graph", prompt: <see below> }) ``` ## Subagent Prompt Use this prompt, substituting the user's query: ``` Explore the Forgetful knowledge graph for: "{user query}" ## Expl

Installation

Installs to ~/.claude/skills/scottrbk-context-hub-plugin-memory-explore/SKILL.md

Terminal
mkdir -p ~/.claude/skills/scottrbk-context-hub-plugin-memory-explore && curl -fsSL https://raw.githubusercontent.com/ScottRBK/context-hub-plugin/HEAD/commands/memory-explore.md -o ~/.claude/skills/scottrbk-context-hub-plugin-memory-explore/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository