From copilot-cli-toolkit
Gathers context from Forgetful Memory across projects, Context7 docs, knowledge graph, and web sources before planning complex coding tasks.
npx claudepluginhub rjmurillo/ai-agentsThis skill is limited to using the following tools:
**Purpose**: Gather relevant context from Forgetful Memory, Context7, and web sources before planning or implementing code.
Enforces querying memory (decisions, architecture, conventions) before code exploration when answering questions about code, architecture, or patterns. Ensures consistency and saves time.
PROACTIVELY query Forgetful MCP (mcp__forgetful__* tools) when starting work on any project, when user references past decisions or patterns, when implementing features that may have been solved before, or when needing context about preferences. Save important decisions, patterns, and architectural insights to memory.
Auto-routes pre-implementation context gathering: detects codebase vs external research needs and dispatches workflows. Triggers on 'get context', 'how does X work', architecture queries, or setup-before-coding requests.
Share bugs, ideas, or general feedback.
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.