← ClaudeAtlas

context-gatherlisted

Gather comprehensive context from Forgetful Memory, Context7 docs, DeepWiki, and web sources before planning or implementation. Follows the exploring-knowledge-graph skill to search across all knowledge tiers and returns a focused summary with a parseable CONTEXT_LOADED marker for downstream skip detection. Use when you say "gather context before planning", "what do we know before I start". Do NOT use for compressing or placing skill text (use context-optimizer).
rjmurillo/ai-agents · ★ 34 · AI & Automation · score 79
Install: claude install-skill rjmurillo/ai-agents
# Context Gather Collect multi-source context before planning or implementation. Searches Forgetful Memory, Serena, Context7, DeepWiki, and web sources, then returns a focused summary that downstream commands can detect and skip redundant fetches. > **Model choice (behavior change from prior `/context-gather` slash command)**: this skill declares `model: claude-sonnet-4-6`, downgraded from the slash command's `opus`. Context retrieval is search-and-synthesis work, not deep reasoning; the cost-appropriate tier per ADR-002 model selection is sonnet. Skill behavior is otherwise unchanged. ## Triggers | Phrase | Context | |--------|---------| | `gather context for` | User requests pre-work context collection | | `context-gather` | Direct skill invocation or programmatic call from build, plan, research commands (SPEC-005) | | `what do we know about` | Exploratory context retrieval | ## Quick Reference | Field | Value | |-------|-------| | Input | Task description or technology topic (free text) | | Output | Focused summary with code snippets, architectural insights, and `CONTEXT_LOADED: <topic>` marker | | Quality Gate | Summary addresses the stated topic; at least one queried tier reconciled (short-circuit and early-stop exempt); marker line present | ## When to Use Use this skill when: - Starting a complex task that needs multi-source context before planning or implementation. - A lifecycle command (`/build`, `/plan`, `/research`) triggers preflight context loading. - Y