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, a Graphviz DOT file, an SVG when graphviz is available, a JSON dump of the parsed graph, and a markdown report listing cycles, hotspots and orphan units.
$npx -y skills add maxidonkey/delphianthropic --skill delphi-uses-graphInstalls into the current project.
Run `npx skills use "https://github.com/maxidonkey/delphianthropic" --skill "maxidonkey/delphianthropic/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/delphianthropic" that are relevant to the current task. Run `npx skills add "https://github.com/maxidonkey/delphianthropic"` and select the relevant skills, then follow their instructions.