Skip to main content

Examples

Concrete, end-to-end walkthroughs that use Shaktiman's MCP tools against a real repo. Each page shows the task, the tool sequence, what the output tells you, and the token savings versus a naive Grep/Read approach.

When to read which

You want to...Example
Scope a refactor — what breaks if I change this?Refactor impact analysis
Understand a repo you just joinedOnboarding to a new repo
Find out what changed that could've caused a regressionBug triage with diff
Pull budget-fitted context across files for an LLM promptCross-file feature tracing
Measure the blast radius of an API changeAPI change blast radius
note

Tool names below use the MCP names (e.g. mcp__shaktiman__search) that Claude Code sees; the CLI equivalents (shaktiman search) work the same way. Example outputs are illustrative, not literal — numbers depend on your repo. scope:"impl" is the default; flip to "test" or "all" when the task calls for it.