Parse C source code into an Abstract Syntax Tree (AST). Use when analyzing C programs, understanding code structure, performing static analysis, or preparing code for further program analysis (e.g., CFG, DFG, vulnerability detection).
$npx -y skills add narwhal-lab/magicskills --skill c_2_astInstalls into the current project.
Run `npx skills use "https://github.com/narwhal-lab/magicskills" --skill "narwhal-lab/magicskills/c_2_ast"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/narwhal-lab/magicskills" that are relevant to the current task. Run `npx skills add "https://github.com/narwhal-lab/magicskills"` and select the relevant skills, then follow their instructions.