Repo compass
Generate dense codebase context for AI-assisted development. Scans source files and writes CODEBASE.ctx — no API calls, pure local compute. Use when user says "scan this codebase", "load codebase context", "give me a project map", "run repo-compass", or invokes /repo-compass.From its SKILL.md
npx -y skills add pietrotommasini2022/repo-compassAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 68 tokens by cl100k_base, as published. Nobody here has run it
Installation
npm install -g repo-compass
Usage
After installation, use the /repo-compass slash command in Claude Code or run:
repo-compass scan
Generates CODEBASE.ctx in the current directory with full source context ready for AI consumption.
What ships with it: 17 files
30.7 KB alongside SKILL.md, 11 of them executable
.claude/
scripts/
- postinstall.cjsruns537 B
src/
- analyzers/entrypoints.tsruns836 B
- analyzers/file-analyzer.tsruns10.1 KB
- analyzers/graph-builder.tsruns748 B
- analyzers/project-type.tsruns897 B
- analyzers/source-dirs.tsruns4.8 KB
- analyzers/source-files.tsruns437 B
- cli.tsruns338 B
- commands/scan.tsruns3.9 KB
- generators/context-compact.tsruns2.5 KB
- types.tsruns619 B
- .gitignore26 B
- package.json1.2 KB
- README.md3.2 KB
- tsconfig.json273 B