소개
Termdock AST provides an intelligent layer for code navigation by querying a specialized AST API to understand code relationships without relying on brute-force text searching. It allows Claude to precisely identify where classes or functions are defined, who calls them, and what downstream dependencies might be affected by a change. This skill is essential for performing safe refactors and understanding unfamiliar repositories by providing structural insights that standard tools like ripgrep often miss, ensuring edits are made with full context of the system's architecture.