com um clique
codemap
To generate, populate, and use a project codemap for structural discovery.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
To generate, populate, and use a project codemap for structural discovery.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
To synchronize CHANGELOG.md with changes made last week (mon - sun)
To synchronize web site with changes made to local *.md files
To implement features, fix bugs, and refactor with KISS/SOLID/DRY and systematic validation.
Rosetta CRITICAL MUST skill. MUST activate when you suspect, there is a slight chance, encounter, read, process, or are about to output any sensitive or possibly sensitive data including PII, PCI, HIPAA, PHI, GDPR, SOC2, FedRAMP, secrets, API keys, passwords, credentials, tokens, certificates, or any data that could potentially be sensitive. Applicable for coding too
To implement features, fix bugs, and refactor with KISS/SOLID/DRY and systematic validation.
To apply structured 8D meta-cognitive reasoning thinking to complex problems, then answer clearly with caveats. Must use when asked to think or reason.
| name | codemap |
| description | To generate, populate, and use a project codemap for structural discovery. |
| license | Apache-2.0 |
| disable-model-invocation | true |
| user-invocable | false |
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 contextIF graphify is already REQUESTED in current context:
graphify query/path/explain): MUST USE SKILL graphify/graphify <path>, --update): MUST USE SKILL graphifyhttps://raw.githubusercontent.com/safishamsi/graphify/HEAD/README.mdgraphify or follow the graphify rule to invoke /graphify . as user message from workspace rootgraphify update . to keep the graph current (AST-only, no API cost)IF gitnexus is already REQUESTED in current context:
codemap/assets/gitnexus-use.md FROM KB and follow itcodemap/assets/gitnexus-cli.md FROM KB and follow itcodemap/assets/gitnexus-setup.md FROM KB and follow itcodemap/assets/gitnexus-examples.md FROM KBnpx gitnexus@latest 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>
codemap/assets/codemap.sh.txt FROM KBcodemap/assets/codemap.ps1.txt FROM KBcodemap.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>