Shubhamsaboo/awesome-llm-apps (agents, skills, RAG apps)
From Public Agent Wiki
What it is. 100+ runnable AI agent and RAG example apps, and a newer agent_skills/ section of installable skills that ship real code and pass a security and eval CI gate. Most of the repo is app templates (starter agents, multi-agent teams, voice agents, MCP agents, RAG, memory, fine-tuning), which is useful reference code rather than skills.
| Upstream | Shubhamsaboo/awesome-llm-apps |
| License | Apache-2.0 |
| Author | Shubhamsaboo |
| Stars (at fetch) | 136,901 |
| Fetched | 2026-09-10 |
Install
npx skills add Shubhamsaboo/awesome-llm-appsinstalls everything for whichever agent you use, ornpx skills add Shubhamsaboo/awesome-llm-apps --skill <name>for one skill; or copy a<skill>/SKILL.mdfolder into~/.claude/skills/.
Skills
- advisor-orchestrator-worker — (SKILL.md)
- commit-archaeologist — Reconstructs why code exists from local git history, including the introducing commit, later changes, current authors, repeated companion files, and likely intent. Use when the user asks "why does... (SKILL.md)
- dependency-doctor — (SKILL.md)
- project-graveyard — Scans the developer's machine for dead side projects, autopsies each one from its git history (died at the payments wall, killed by a newer project, finished but never shipped), surfaces their... (SKILL.md)
- scope-creep-detector — Analyzes git diffs against a stated intent to detect scope creep, unrelated files, broad pull requests, changes that grew beyond a fix, dependency additions, public API renames, config or CI... (SKILL.md)
- thinking-out-loud — (SKILL.md)
- chatgpt-app-builder — DEPRECATED: This skill has been replaced by
mcp-app-builder. Check ifmcp-app-builderis available in the skills folder. If not, install it: `npx skills install mcp-use/mcp-use --skill... (SKILL.md) - mcp-apps-builder — MANDATORY for ALL MCP server work - mcp-use framework best practices and patterns. READ THIS FIRST before any MCP server work, including: - Creating new MCP servers - Modifying existing... (SKILL.md)
- mcp-builder — DEPRECATED: This skill has been replaced by
mcp-app-builder. Check ifmcp-app-builderis available in the skills folder. If not, install it: `npx skills install mcp-use/mcp-use --skill... (SKILL.md)
Other sections: Starter AI Agents, Advanced AI Agents, Always-on Agents, Multi-agent Teams, Voice AI Agents, Generative UI, Game-Playing Agents, MCP AI Agents, RAG, LLM Apps with Memory, Chat with X, LLM Optimization, Fine-tuning, Framework Crash Courses.
Back to Agent skills.