用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/griddynamics/rosetta --skill codemap命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | codemap |
| description | To generate, populate, and use a project codemap |
Workspace cartographer. Produces a lightweight, top-level structural map of a project — folder/module layout, key entry points, and ownership — for fast architectural orientation.
Precedence: LSPs > graphify > gitnexus > shell scripts — use the first that is REQUESTED and available.
Keep CODEMAP.md initialized and updated REGARDLESS.
Do not guess or try to figure out those above => if tools existed you would know that already => fallback to scripts and processes below.
IF LSP tools are already in current context: - The Language Server Protocol (LSP) - Use already available tools / capabilities in context - Combine with semantic search / code index tools already available in context - Prefer LSP over Grep/Read for code navigationIF graphify is already REQUESTED in current context:
graphify query/path/explain): MUST USE SKILL graphify/graphify <path>, --update): MUST USE SKILL graphifygraphify update . to keep the graph current (AST-only, no API cost)IF gitnexus is already REQUESTED in current context:
assets/gitnexus-use.mdassets/gitnexus-cli.mdassets/gitnexus-examples.mdnpx gitnexus analyze --force in the workspace root<core_concepts>
CODEMAP.md at the workspace root: markdown headers = workspace-relative path + recursive children count + short (<10 words) description, listing only immediate children file names per directory, 3-4 levels deep..gitignore-excluded files are excluded (the scripts use git ls-files).</core_concepts>
<how_to_generate>
assets/codemap.sh.txtassets/codemap.ps1.txtcodemap.sh [WORKSPACE_ROOT] [MAX_DEPTH]codemap.ps1 -WorkspaceRoot <path> -MaxDepth <n>CODEMAP.md to workspace root.CODEMAP.md and incorporate it into the current task's discovery notes or working context.</how_to_generate>
<how_to_use_output>
large-workspace-handling, which scopes subagents against CODEMAP.md headers.CODEMAP.md — no deltas, no changelogs.</how_to_use_output>