一键导入
repo-map
Fast, deterministic repository orientation: get a compact map of important files and symbols before deep code reading.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fast, deterministic repository orientation: get a compact map of important files and symbols before deep code reading.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this when you need a complete interactive report as a single HTML file with zero install dependencies — covers charts, tables, diagrams, math, KPIs, and prose out of the box.
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
Out-of-band codebase exploration using a cheap/fast model. Keeps your context clean while a cheap model runs 30-80 commands in parallel. Tunable precision and output size - works for broad orientation or precise targeted questions.
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.
Explore a codebase to gather context for coding tasks. Preserves context window and offloads work to cheaper models.
Dynamically generate and execute a specialized agent for any task. Use when the user has an arbitrary task that would benefit from a custom-generated agent.
| name | repo-map |
| description | Fast, deterministic repository orientation: get a compact map of important files and symbols before deep code reading. |
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).