Tilth provides an AST-aware CLI that replaces traditional text tools (grep/cat/find) with structured code queries: smart file views, symbol search, callers, dependency blast-radius, and structural diffs. It supports many languages and returns outlines, inline source snippets, and call graphs to help developers and agents understand code at a glance.
Use Tilth when you need fast, contextual code exploration: finding definitions and usages, tracing callers, producing compact outlines for large files, evaluating change impact before refactors, and generating structural diffs for reviews. Ideal for repo onboarding, code review, and agent-driven code analysis.
tilth <path>), symbol search with --scope, callers with --callers, structural diff, and --budget to cap output size. Example flags and expected output format are described.Tilth is a general-purpose CLI useful to agent toolchains that can invoke shell binaries or CLIs (Copilot-style agents, local CLI-based assistants, or custom agent runtimes). It complements language-model-based tools by returning structured, token-efficient code summaries.
This skill has not been reviewed by our automated audit pipeline yet.