Alexashok99/mytools ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool called MyTools for managing everyday developer chores in one place.
I want it to let me clean out all __pycache__ folders and show how much space was freed, open an interactive menu for Django work like creating projects and apps, running migrations, and starting the server, and help with virtual environments and .env files. It should also handle simple file tasks like listing, copying, moving, deleting, and creating files and folders, plus show basic project stats like file counts by type and folder totals.
Please make the commands feel easy to use and friendly, with good output and clear confirmations before anything destructive. Include a command that can generate a useful project context summary for AI assistants by picking important files and respecting size limits. If anything is unclear, look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit