adityarazzz/Skeletor — reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool called Skeletor that helps me understand a codebase fast. I want to point it at any project folder and have it statically scan the code, figure out the files, classes, functions, imports, and how everything connects, then generate a polished dark themed HTML dashboard I can open in a browser. It should also export Mermaid architecture diagrams, a readable markdown report, and raw graph data for anything else I want to do later.
Please include useful architecture insights like detected layers such as controllers, services, repositories, and models, plus code health signals like dead code, hotspots, and circular dependencies. Make it ignore gitignored files and obvious secret files, and support multiple programming languages if possible. I also want a simple command line flow so I can run it against a folder and get a clear output directory with all the generated artifacts. If it fits the project, add a small MCP server entry point so AI coding agents can use it as a codebase understanding tool too. Look up current docs online if you need to.
Want more depth? Deep Reverse