experimental/repo-map/SKILL.md
Fast, deterministic repository orientation: get a compact map of important files and symbols before deep code reading.
npx skillsauth add memgrafter/skills-flatagents repo-mapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need quick repo-level context and want a reliable “where to look next” map.
aider install required in your environment.$HOME/.agents/skills/repo-map/run.sh "optional hint" -d <directory> [--map-tokens N] [--json]
./run.sh "auth" -d .
./run.sh "routing and handlers" -d src --map-tokens 3000
./run.sh "" -d /path/to/repo --json
Returns:
repo-map: ranked tree-like map textfile_count: number of scanned source filesmap_tokens: token budget used for map generationrefresh: refresh policy appliederror: non-empty if map generation failedThis skill calls a vendored Aider repomap implementation to build a compact structural map from repository files and optional hint text.
Trade-off: you get fast, broad orientation (benefit) but not full semantic understanding of every code path (cost).
development
Deterministically fixes broken OpenAI Deep Research markdown citations without using an LLM: creates a .bkp backup, rewrites citation markers, rebuilds references, and runs strict regex validation.
tools
Use this as the default toolset for coding sessions when you want faster navigation, search, file inspection, and git workflow execution with lower command overhead: tools: - fzf - ripgrep - bat - delta - lazygit - starship - zoxide - eza - atuin - yazi
development
Turn a URL into a durable knowledge artifact: searchable markdown summary + local raw text archive, so you can recall it later without revisiting the web.
development
Run shell commands and analyze output with validated summaries. Use for build logs, test output, or any command with substantial output. Protects context by returning concise summaries with grep-validated citations.