senoldogannsenoldogannCommunityยท1 Agent Skills Included

LLM-Context-Manager

Codebase knowledge graphs, call tracing, and impact analysis

Converts any codebase into a queryable knowledge graph with semantic search, call-chain tracing, and blast-radius analysis. Eliminates blind guessing about dependencies, hidden callers, and the impact of edits across large projects. Indexes projects incrementally and serves nine MCP tools so coding assistants answer connected-logic questions fast.
npx skills add senoldogann/LLM-Context-Manager --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’