LLM-Context-Manager
Codebase knowledge graphs, call tracing, and impact analysis
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install LLM-Context-Manager?โผ
Run `npx skills add senoldogann/LLM-Context-Manager --all -g -y` in your terminal to install this skill globally.
How to find who calls a function in a large codebase?โผ
Index the project once, then use the find_usages tool with the function's node ID to list every caller across all files.
How to check what breaks before editing a file?โผ
Run the impact_of_change tool on the file path to see its full blast radius, including all transitive dependents.
Does it work with Cursor and Claude Desktop?โผ
Yes. It runs as a standard MCP server and auto-configures Codex, Cursor, Claude Desktop, and Antigravity during setup.
Which programming languages are supported?โผ
It parses 13 languages via Tree-sitter, including Rust, Python, TypeScript, JavaScript, Go, Java, C#, C, C++, Ruby, PHP, and Swift.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core