From project-toolkit
Gathers context from Forgetful Memory, Context7 docs, knowledge graph, and web sources for tasks or technologies, producing focused summaries with code snippets and insights.
npx claudepluginhub rjmurillo/ai-agents --plugin project-toolkit<task-or-technology>opus# Context Retrieval Command
**Purpose**: Gather relevant context from Forgetful Memory, Context7, and web sources before planning or implementing code.
**Usage**: `/context_gather <detailed task description>`
---
Use the **context-retrieval** subagent to gather context for the following task:
{TASK_DESCRIPTION}
The context-retrieval subagent will:
- Search Forgetful Memory across ALL projects for relevant patterns, decisions, and code
- Read linked code artifacts and documents
- Query Context7 for framework-specific guidance if applicable
- Explore the knowledge graph to find connect.../context_gatherGather comprehensive context from Forgetful Memory, Context7 docs, and web sources before planning or implementation
Purpose: Gather relevant context from Forgetful Memory, Context7, and web sources before planning or implementing code.
Usage: /context_gather <detailed task description>
Use the context-retrieval subagent to gather context for the following task:
{TASK_DESCRIPTION}
The context-retrieval subagent will:
Wait for the subagent to return its findings before proceeding.