100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
npx skills add https://github.com/shubhamsaboo/awesome-llm-apps --skill editorInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文
100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
AI Agents · Multi-agent Teams · MCP Agents · RAG · Voice Agents · Agent Skills · Fine-tuning
Free step-by-step tutorials on Unwind AI
Works with Claude · Gemini · OpenAI · xAI · Qwen · Llama
🚀 Quick Start 📂 Browse Templates 📚 Step-by-Step Tutorials
You shouldn't have to rebuild the same RAG pipeline, agent loop, or MCP integration from scratch every time you start a new LLM project.
Awesome LLM Apps is a cookbook of ready-to-run templates - starter code you can fork, customize, and ship as a production LLM app. Every template here is self-contained with full source code, not collected from elsewhere.
requirements.txt, no "figure it out yourself" scaffolding.⭐ If this saves you time, star the repo - that's how the next developer discovers it.
Run your first agent in 30 seconds:
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd awesome-llm-apps/starter_ai_agents/ai_travel_agent
pip install -r requirements.txt
streamlit run travel_agent.py
| Template | What it does | Stack |
|---|---|---|
| 🧠 DevPulse AI | Multi-agent signal intelligence for dev teams | Multi-agent |
| 🏠 Home Renovation Agent | Photo → AI redesign with Nano Banana Pro | Vision + Multi-agent |
| ♾️ Self-Improving Agent Skills | Automatically optimize agent skills using Gemini and ADK | Agent Skills + ADK |
📬 Subscribe on Unwind AI to get new template drops + tutorials in your inbox.
Single-file agents that run with just an API key - a great place to start.
Production-style agents with tools, memory, and multi-step reasoning.
Agents that play games end-to-end - reasoning, strategy, and action.
Multiple agents collaborating to accomplish complex, cross-domain tasks.
Speech-in, speech-out agents using real-time voice APIs.
Agents that connect to external tools and data via Model Context Protocol.
Retrieval pipelines - from simple chains to agentic and multi-source.
Ready-to-use agent skill files you can plug into any AI agent or LLM workflow.
| Skill | Description |
|---|---|
| 🎓 Academic Researcher | Literature reviews, paper analysis, citation management |
| 🔍 Code Reviewer | Automated code review with best-practice checks |
| ✍️ Content Creator | Blog posts, social media, marketing copy |
| 📊 Data Analyst | Data exploration, statistical analysis, insights |
| 🐛 Debugger | Systematic bug hunting and root-cause analysis |
| 🤔 Decision Helper | Structured decision frameworks and trade-off analysis |
| 🔬 Deep Research | Multi-source research with synthesis |
| 📝 Editor | Proofreading, style, and clarity improvements |
| 📧 Email Drafter | Professional email composition |
| ✅ Fact Checker | Claim verification and source validation |
| 💻 Fullstack Developer | End-to-end web app development |
| 📋 Meeting Notes | Meeting summaries, action items, follow-ups |
| 📅 Project Planner | Roadmaps, milestones, resource planning |
| 🐍 Python Expert | Pythonic code, packaging, performance |
| 🏃 Sprint Planner | Agile sprint planning and backlog grooming |
| 🧭 Strategy Advisor | Business strategy and competitive analysis |
| 📖 Technical Writer | Documentation, API docs, guides |
| 🎨 UX Designer | UI/UX design feedback and wireframes |
| 📈 Visualization Expert | Charts, dashboards, data storytelling |
Agents and chatbots that remember conversations and user state across sessions.
Turn any data source into a chat interface.
Reduce token usage, context size, and API cost without losing quality.
End-to-end fine-tuning recipes for open-source models.
Deep-dive tutorials on the major agent frameworks.
OpenAI Agents SDK Crash Course
Created and maintained by Shubham Saboo with contributions from the amazing community members.
🌟 Don't miss future drops - star the repo to get notified when new templates ship.
Apache-2.0. See LICENSE. Fork it, ship it, sell it.