context-gather

Solid

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).

AI & Automation 38 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 77/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
rjmurillo
Repository
rjmurillo/ai-agents
Created
7 months ago
Last Updated
today
Language
Markdown
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category