Analyzes a Delphi / Object Pascal codebase to extract unit-level uses dependencies. Use when the user uploads a zip / archive of a Delphi project, or a folder of .pas / .dpr / .dpk files, and asks for a dependency graph, architecture map, cycle detection, fan-in / fan-out coupling analysis, or wants to know how units relate. Produces a Mermaid diagram, Graphviz DOT, optional SVG, JSON dependency dump, and markdown report.
$npx -y skills add maxidonkey/delphigenai --skill delphi-uses-graphInstalls into the current project.
Run `npx skills use "https://github.com/maxidonkey/delphigenai" --skill "maxidonkey/delphigenai/delphi-uses-graph"` 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/maxidonkey/delphigenai" that are relevant to the current task. Run `npx skills add "https://github.com/maxidonkey/delphigenai"` and select the relevant skills, then follow their instructions.