code-context-finder

Installation
SKILL.md

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
Related skills
Installs
28
Repository
89jobrien/steve
GitHub Stars
4
First Seen
Jan 24, 2026