Show HN: Code eXploration Toolkit, scan codebases and inject context to LLM
Category: devtools
Tags: code-analysis, llm-context, static-analysis, developer-tools
Score: 7.0/10 (Innovation: 6, Technical: 7, Documentation: 8, Utility: 7)
cxt is a CLI tool that scans codebases to extract entities (functions, classes, types) and detect code smells, then injects this structured context into Claude Code sessions. It's interesting because it bridges static code analysis with LLM-assisted development, providing automated context injection to improve AI coding assistant accuracy and maintainability awareness.
Target audience: backend devs, full-stack devs, devops
Repository: https://github.com/unohee/cxt · TypeScript · Apache-2.0
View on Hacker News