sarvan-2187/full-stack-coding-agent — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool called Codrr. I want to run it, type a plain English request like “build a portfolio page for a developer”, and have an AI coding agent create the project files for me in an output folder.
Use CrewAI with OpenRouter, and make it read settings from a .env file, including the API key, model, base URL, and temperature. The agent should act like a senior full stack developer, decide what files are needed, write real files to disk, and then print a clear summary of what it created.
Please include a small file writing tool, the agent setup, the task setup, and a run script that asks me for my requirement. Also add a sample .env file, requirements file, README with setup steps, and basic troubleshooting. Keep it easy to install with Python 3.10 or newer. Look up current docs online if you need to.
Want more depth? Deep Reverse