TS Codemap

Build and maintain a persistent structural index of a TypeScript/JavaScript codebase under .codemap/ (graph.json + MAP.md), so other skills explore via the map instead of grep + read loops. Uses ts-morph for high-fidelity TS/JS parsing (tsconfig path aliases, re-export flattening, JSX). Use when the user asks to build, refresh, or update the codemap on a TS/JS repo, when starting work in an unfamiliar TS/JS repo, or before any exploration phase that would otherwise scan source files. For Java/Go/Python/Rust repos, use the language-agnostic `codemap` skill instead.

kenlck 43ebbde 7 files · 42.3 KB Updated

File contents

kenlck/skills/tree/main/ken-swe/skills/ts-codemap commit 43ebbde03c

Frequently asked questions

npx skillmds@latest add kenlck/ts-codemap