Skip to main content
Run any Skill in Manus
with one click

codemap

Stars3
Forks1
UpdatedJuly 12, 2026 at 10:49

Build and maintain a lightweight structural index (file tree + one-line purpose + top-level function/class/route names) of a codebase so you can jump straight to the right file instead of repeatedly running broad find/grep/glob searches or opening files just to see what's in them. Use this whenever you're about to work in a repo with more than a handful of files and don't already know exactly where the relevant code lives — orienting in an unfamiliar or large codebase, tracking down a bug whose location isn't obvious, adding a feature that likely touches multiple files, or any task where you'd otherwise need several exploratory searches before you could even start. Also use it to keep the index current after making edits, so the next search in the same session stays cheap. Skip it for small projects (single-file tools, short scripts) or when you already know exactly which file to open — building an index there costs more than it saves.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
3 files
SKILL.md
readonly