ishandutta0098/outskill — reverse-engineered prompt
Reverse engineered prompt
Build me a workshop style Python repo for learning practical GenAI stuff, not a polished product. I want separate self contained examples that people can run one folder at a time.
Please include an agents track with beginner, intermediate, and advanced examples. The beginner one should be a single agent, then a sequential multi agent version, then a more advanced parallel setup with some custom tools. Use OpenRouter for the agent model calls, and make it work with a simple root .env file for API keys.
Also add a few small RAG experiments, plus a couple of multimodal image and text demos, and a simple image generation sample. Not everything needs one shared dependency file or one big CLI. It is fine if each subproject has its own setup and entrypoint, as long as the instructions are clear in place.
Make the repo feel like teaching material, with easy readmes, runnable scripts or notebooks, and generated outputs saved in sensible folders. Look up current docs online if you need to.
Want more depth? Deep Reverse