stacklit
Compact codebase indexes and dependency maps for faster navigation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→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