code-architecture-map
Build a compact architecture map of a repository using CGC, Semble, rg, and source reads.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build a compact architecture map of a repository using CGC, Semble, rg, and source reads.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Choose the right code intelligence tool before searching, navigating, refactoring, or analyzing a codebase.
Check whether global code intelligence tools are installed and configured consistently.
Safely analyze code impact before refactors, behavior changes, API changes, and cross-module edits.
| name | code-architecture-map |
| description | Build a compact architecture map of a repository using CGC, Semble, rg, and source reads. |
| execution_mode | docs_only |
| supported_agents | ["codex","claude"] |
Creates a compact architecture map with entry points, core domains, adapters, risky files, verification points, and recommended next reads.
Use this when entering a large repo, reviewing architecture, finding high-risk modules, or planning a multi-file change.
AGENTS.md, CLAUDE.md, README.md, and package manifests.rg --files to understand languages and major folders.Commands:
rg --files | sed -n '1,160p'
cgc stats . --context "$(basename "$PWD")"
cgc analyze complexity --limit 25 --context "$(basename "$PWD")"
cgc report --output /tmp/CGC_REPORT.md --context "$(basename "$PWD")"
uvx --from semble==0.2.0 semble search -k 10 "main application flow" .