概要
The AST-Aware Structural Editing skill empowers Claude to make high-integrity code changes by prioritizing AST-based insertions over traditional raw text replacements. By treating code as a structured tree rather than a simple string, this skill ensures that modifications respect the underlying syntax and scope of the project. It is an essential tool for developers performing complex refactors or automated code transformations, especially in high-stakes environments like quantitative research where logic errors can be costly.