Cased Kit
StaleDescription
The toolkit for AI devtools context engineering. Build with codebase mapping, symbol extraction, and many kinds of code search to help AI agents better understand and operate on codebases.
Key Features
- Codebase mapping and symbol extraction for functions, classes, and constructs
- Multiple code search modes: regex (ripgrep), AST pattern matching, and symbol usage tracking
- LLM context preparation with intelligent file chunking for context windows
- AI-powered code summarization and docstring indexing for semantic search
- Dependency analysis with import mapping and LLM-friendly context generation
- Multi-repo support for monorepos, microservices, and cross-repo searches
Use Cases
Categories
Quick Start
Install: uv pip install cased-kit. Or globally: uv tool install cased-kit. Python: from kit import Repository; repo = Repository('/path/to/repo'). CLI: kit file-tree /path/to/repo. Claude Code plugin: /plugin marketplace add cased/claude-code-plugins.