Show HN: ContextPack – CLI that maps any codebase into ranked context
Category: devtools
Tags: static-analysis, code-understanding, developer-tool
Score: 7.0/10 (Innovation: 7, Technical: 6, Documentation: 8, Utility: 7)
ContextPack is a static analysis CLI tool that automatically maps and ranks the most important files in a codebase to fit within a token budget, solving the 'cold start' problem for understanding large repositories. It's interesting because it combines import graph analysis, heuristic ranking, and framework detection to provide context for LLMs or developers without requiring prior knowledge of the codebase.
Target audience: backend devs, frontend devs, devops
Repository: https://github.com/Sashank006/Context-Engine · Python
View on Hacker News