← ClaudeAtlas

code-context-finderlisted

Automatically find relevant context from knowledge graph and code relationships while coding. Detects when context would be helpful (new files, unfamiliar code, architectural decisions) and surfaces related entities, prior decisions, and code dependencies.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 85
Install: claude install-skill aiskillstore/marketplace
# Code Context Finder ## Overview Find and surface relevant context while coding by combining knowledge graph search with code relationship analysis. Uses smart detection to identify when additional context would be helpful, then retrieves: - **Knowledge graph entities**: Prior decisions, project context, related concepts - **Code relationships**: Dependencies, imports, function calls, class hierarchies ## When to Use (Smart Detection) This skill activates automatically when detecting: | Trigger | What to Search | |---------|----------------| | Opening unfamiliar file | Knowledge graph for file/module context, code for imports/dependencies | | Working on new feature | Prior decisions, related concepts, similar implementations | | Debugging errors | Related issues, error patterns, affected components | | Refactoring code | Dependent files, callers/callees, test coverage | | Making architectural decisions | Past ADRs, related design docs, established patterns | | Touching config/infra files | Related deployments, environment notes, past issues | For detection triggers reference, load `references/detection_triggers.md`. ## Core Workflow ### 1. Detect Context Need Identify triggers that suggest context would help: ``` Signals to watch: - New/unfamiliar file opened - Error messages mentioning unknown components - Questions about "why" or "how" something works - Changes to shared/core modules - Architectural or design discussions ``` ### 2. Search Knowledge Graph Use M