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.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "srcwalk" description: "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." license: "MIT" --- # 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: ```bash 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: ```bash srcwalk --help srcwalk <command> --help ```
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

