Visualize the semantic topology of your codebase to identify which directories concentrate domain concepts, including entity counts and density, for a quick understanding of codebase layout before detailed analysis.
Provides a ranked, token-capped briefing of the most relevant codebase context to prime understanding at session start, avoiding context window overload.
Create an empty Network Sketcher master file (.nsm) in the working directory. Optionally specify a filename starting with '[MASTER]' and ending with '.nsm'.
Prevents context bloat and the 'Lost in the Middle' phenomenon by distilling action histories into concise summaries while maintaining a clear core objective.
Saves a plain-English codebase summary as a permanent passport after initial raw metadata retrieval. Prevents overwriting existing passports unless explicitly requested.
Obtain a compact structural overview of an unfamiliar codebase at session start without reading files. Returns a plain-English summary or raw metadata.
Scans a codebase to identify SDKs, scripts, and patterns requiring legal disclosure and maps them to policy generation fields. Call before generating or updating policies to base them on actual code.
Find all contracts that implement a given function signature. Identify overrides, interface implementations, and polymorphic patterns in Solidity codebases.
Assess a legacy codebase, detect the optimal migration strategy, and produce a phased migration roadmap with quality gates at 40%, 60%, and 80% completion.
Search multiple codebases in parallel using natural language. Returns results grouped per codebase or a single globally-ranked list across all repositories.
Generate a comprehensive codebase architecture map showing modules, dependencies, frequently changed files, and API endpoints to understand structure before starting development tasks.