From copilot-cli-toolkit
Gathers context from Forgetful Memory across projects, Context7 docs, knowledge graph, and web sources before planning complex coding tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/copilot-cli-toolkit:context_gatheropusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Purpose**: Gather relevant context from Forgetful Memory, Context7, and web sources before planning or implementing code.
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.
npx claudepluginhub rjmurillo/ai-agentsChecks memory before code exploration when answering questions about code, architecture, or patterns. Saves time by recalling past knowledge.
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.
Guides efficient use of context-mem MCP tools: compress large outputs, search before re-reading files, persist knowledge across sessions, and manage token budget.