Delphi Uses Graph

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.

tomevault-io 543d1f1 2 files · 4.8 KB Updated

File contents

tomevault-io/skills-registry/tree/main/maxidonkey--delphianthropic--delphianthropic commit 543d1f1a03

Frequently asked questions

npx skillmds@latest add tomevault-io/delphi-uses-graph