About
Leverages Abstract Syntax Trees (AST) to enable structurally aware code manipulation that avoids the pitfalls of text-based search and regex. This skill allows Claude to understand code patterns, apply surgical rewrites, and enforce project-specific linting rules by treating code as a tree structure rather than plain text. It is particularly effective for complex refactoring tasks, security audits, and navigating large-scale codebases in languages like Java, Python, and TypeScript.