code-context-finder
SolidAutomatically 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.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- aiskillstore
- Repository
- aiskillstore/marketplace
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- None
Similar Skills
Semantically similar based on skill content — not just same category
code-search-navigation
Orchestrate code intelligence — semantic search, symbol lookup, call graphs, dependency graphs, code ownership, and context packs. Use when finding code definitions, understanding call chains, mapping dependencies, identifying code owners, or building context for changes.
ln-020-codegraph
Builds and queries code knowledge graph for dependency analysis, references, implementations, and architecture overview. Use when starting work on unfamiliar codebase or before refactoring.
gather_context
Use this skill before working on any task that touches existing code — to pull the relevant code chunks, project rules, and known facts before writing or reasoning. Triggers on: any implementation or debugging task where you haven't yet read the relevant files, "make a change to", "fix", "add to", "update", or any task where missing context could lead you to contradict existing patterns. Do NOT use for pure explanation questions or tasks where you already have the full relevant code in context.
codebase-search
Search and navigate large codebases efficiently. Use when finding specific code patterns, tracing function calls, understanding code structure, or locating bugs. Handles semantic search, grep patterns, AST analysis.
investigating-codebases
Automatically activated when user asks how something works, wants to understand unfamiliar code, needs to explore a new codebase, or asks questions like "where is X implemented?", "how does Y work?", or "explain the Z component"