Sign InOpen Brain
GitHubGitHub RepoNeeds Review

Shubhamsaboo/awesome-llm-apps

This Apache-2.0 collection provides runnable agent, skill, MCP, memory, multi-agent, and RAG examples across major model providers, useful for borrowing patterns before choosing a stack.

GitHub
Open Source Open MarkdownOpen JSON
Source Summary

The repository collects **100+ open-source** agents, skills, and RAG apps under **Apache-2.0**. Examples span single-file agents, production-style tool loops, background jobs, multi-agent teams, voice, generative UI, MCP, memory, and retrieval.

Practical Implication

Use it as a pattern library: run the smallest example matching your problem, inspect its tool and state boundaries, then transplant only the useful plumbing. Provider coverage includes Claude, Gemini, GPT, DeepSeek, Llama, and Qwen.

Agent-Ready Context
The repository collects **100+ open-source** agents, skills, and RAG apps under **Apache-2.0**. Examples span single-file agents, production-style tool loops, background jobs, multi-agent teams, voice, generative UI, MCP, memory, and retrieval.

Use it as a pattern library: run the smallest example matching your problem, inspect its tool and state boundaries, then transplant only the useful plumbing. Provider coverage includes Claude, Gemini, GPT, DeepSeek, Llama, and Qwen.

Breadth is not production validation. The material says skills pass a security and eval CI gate, but provides no comparable reliability results for the wider app catalog; sensitive medical, financial, and mental-health examples need independent controls.
Connected Context · Feed7 Judgment

This provides a broad, runnable discovery layer for agent architectures, but the candidates show how quickly useful examples need narrowing into governed systems with durable evidence, bounded roles, and domain-specific verification. Its strongest role is therefore prototyping and comparison: reuse isolated plumbing after inspection, while treating catalog inclusion and skill CI as weaker evidence than workflow-level reliability, especially in sensitive domains.

virgiliojr94/book-to-skillbook-to-skill supplies a specialized progressive-loading pattern that can replace indiscriminate document injection when adapting the catalog’s skill and retrieval examples to stable reference collections.Imbad0202/academic-research-skillsARS narrows the catalog’s research-agent patterns with explicit integrity checks and human gates, while clarifying that structured automation cannot establish experimental authenticity or reproducibility.DIASENTINEL: An Auditable Multi-Agent System for Guideline-Grounded Diabetes Risk ScreeningDIASENTINEL shows the additional staged extraction, provenance, guideline retrieval, and verification boundaries required before adapting broad example architectures to sensitive clinical work.Graphify-Labs/graphifyGraphify adds a provenance-aware project graph that could reduce repeated repository scans in coding examples while keeping inferred relationships distinguishable from extracted facts.
Context Map
agentcodingresearch#skills#multi-agent#retrieval
Uncertainty
Breadth is not production validation. The material says skills pass a security and eval CI gate, but provides no comparable reliability results for the wider app catalog; sensitive medical, financial, and mental-health examples need independent controls.