glinckerglinckerOfficial·1 Agent Skills Included

stacklit

Compact codebase indexes and dependency maps for faster navigation

Generates a compact JSON index of any codebase, mapping modules, exports, dependencies, and test commands in about 4,000 tokens. Eliminates slow file-by-file exploration and repeated context rebuilding across sessions. Includes a visual dependency map, MCP server, and git hooks to keep the index fresh on every commit.
npx skills add glincker/stacklit --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Stacklit?

Run `npx skills add glincker/stacklit --all -g -y` in your terminal to install this skill globally.

What does Stacklit do?

It scans your codebase and generates a compact stacklit.json index with modules, exports, dependencies, and hints, so coding agents understand your project without reading every file.

How does Stacklit save tokens?

Instead of reading 8-12 files and burning hundreds of thousands of tokens, an agent reads one ~4,000-token index and instantly knows the project structure.

Which languages does Stacklit support?

It parses 11 languages via tree-sitter, including Go, TypeScript, Python, Rust, Java, C#, Ruby, PHP, Kotlin, Swift, and C/C++, with basic support for any other language.

Does Stacklit work with Claude Code and Cursor?

Yes. Run `stacklit setup` to auto-configure Claude Code, Cursor, and Aider, or run `stacklit serve` to expose the index through an MCP server.

Related Repositories in Software Engineering

View All in Software Engineering