Repomix — анализ и упаковка кодовой базы
engineering
repomix-explorer is a Claude Code skill that runs the Repomix CLI against a local or remote repository, packs the entire codebase into a single AI-friendly file, and delivers a structured analysis: directory tree, key modules, and detected patterns such as auth, routing, and database layers. Repomix respects `.gitignore` and `.repomixignore` automatically, counts tokens per file, and can compress code via Tree-sitter to preserve structure while reducing context consumption. The skill activates on prompts like "analyze this repo", "find the authorization logic", or "give me a codebase overview", making it well-suited for onboarding into unfamiliar code, auditing a candidate's repository, or pre-refactoring reconnaissance. Unlike raw `cat`/`find` approaches, it maintains cross-file relationships without flooding the context window — ideal for tech leads, code reviewers, and engineers who need a reliable mental model of an unknown project in minutes.
- #engineering
- #research-tool
- #analysis
- #automation
- #cli