Project Index

Token-efficient codebase navigation via a persistent code index. Use at the START of any work session on a code project (repository, codebase, multi-file project) and for any structural question about code — "where is X defined", "who uses/imports Y", "what breaks if I change Z", "what is the structure of this project". Builds .claude/index/ once, updates incrementally, then answers structural questions with cheap queries instead of grep + reading whole files. Do NOT use for single-file scripts or non-code folders.

iskendernarynbaev-lab Updated

File contents

iskendernarynbaev-lab/claude-skill/tree/main/project-index commit 3e3ac035cc

Frequently asked questions

npx skillmds@latest add iskendernarynbaev-lab/project-index