Srcwalk

Srcwalk is the agent's code navigator: one tree-sitter CLI for repo maps, token-aware large-file reads, symbol search, callers/callees, deps, impact checks, and precise drill-ins. Use it before raw reads or grep for code-structure work. Run `srcwalk guide` first. Must use! It is the installed binary's source of truth.

sting8k b55e581 2 files · 15.0 KB Updated

File contents

srcwalk — bootstrap entry

Default to srcwalk for code navigation, large-file reading, repo maps, symbols, callers/callees, deps, and impact checks. Use raw reads or broad grep first only for pure text/path matching.

Before non-trivial use, you must run:

srcwalk guide

Do not pipe, truncate, summarize, or sample srcwalk guide; later sections contain important routing rules and caveats.

Use root/command help only for flags:

srcwalk --help
srcwalk <command> --help

sting8k/srcwalk/tree/main/skills/srcwalk commit b55e581c00

Frequently asked questions

npx skillmds@latest add sting8k/srcwalk