resource: agent-framework
406 resources, primary matches first, then adoption-weighted; health v2 shown.
| Resource | Health v2 | Stars | Maturity |
|---|---|---|---|
| anthropics/skills Anthropic's public repository of Agent Skills for Claude—folders of instructions, scripts, and resources that Claude loads dynamically to p… | 61 | 171833 | active |
| msitarzewski/agency-agents A curated collection of specialized AI agent personalities (markdown definitions) that can be installed into tools like Claude Code, Cursor… | 61 | 148224 | active |
| Shubhamsaboo/awesome-llm-apps A curated collection of 100+ open-source AI agents, agent skills, and RAG applications built in Python, released under Apache-2.0. It serve… | 69 | 134607 | active |
| dair-ai/Prompt-Engineering-Guide A comprehensive open-source guide by DAIR.AI collecting papers, lessons, notebooks, and resources on prompt engineering, context engineerin… | 63 | 77807 | active |
| shareAI-lab/learn-claude-code An educational repository that teaches how to build a minimal Claude Code-like AI agent harness from scratch in Python. It explains that ag… | 63 | 75378 | active |
| datawhalechina/hello-agents Hello-Agents is a free, open-source tutorial from the Datawhale community that teaches how to build AI-native intelligent agents from scrat… | 73 | 75072 | active |
| ComposioHQ/awesome-claude-skills A curated awesome-list of 1000+ Claude Skills, plugins, and resources for customizing Claude AI workflows across Claude.ai, Claude Code, an… | 60 | 73362 | active |
| microsoft/ai-agents-for-beginners An 18-lesson open course from Microsoft teaching how to build AI agents, delivered as Jupyter Notebooks with code samples using frameworks … | 66 | 73281 | active |
| shanraisshan/claude-code-best-practice A curated guide and reference repository of best practices for Claude Code, covering subagents, commands, skills, and agentic workflows. It… | 61 | 65191 | active |
| hesreallyhim/awesome-claude-code A curated awesome-list of resources for Claude Code, Anthropic's AI coding agent, covering skills, plugins, status lines, agent orchestrati… | 64 | 53035 | active |
| VoltAgent/awesome-openclaw-skills A curated awesome-list of 5,400+ community-built OpenClaw agent skills, filtered and categorized from the official ClawHub registry. It ind… | 60 | 52197 | active |
| anthropics/claude-cookbooks A collection of Jupyter notebook recipes and guides from Anthropic demonstrating effective ways to use the Claude API. It covers capabiliti… | 72 | 52173 | active |
| bojieli/ai-agent-book An open-source Chinese-language book, 'AI Agents in Depth: Design Principles and Engineering Practice', covering AI agent design across 10 … | 71 | 42509 | active |
| luongnv89/claude-howto A visual, example-driven open-source guide to mastering Claude Code, covering slash commands, hooks, skills, subagents, plugins, and MCP se… | 79 | 41203 | active |
| deepseek-ai/awesome-deepseek-integration A curated awesome-list cataloging software that integrates the DeepSeek API, spanning applications, agent/RAG frameworks, editor extensions… | 57 | 38971 | active |
| github/awesome-copilot A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot, browsable via a co… | 63 | 38283 | active |
| patchy631/ai-engineering-hub A curated collection of 90+ production-ready tutorial projects on LLMs, RAG, AI agents, and MCP, organized by difficulty from beginner to a… | 66 | 37186 | active |
| ashishpatel26/500-AI-Agents-Projects A curated collection of 500+ AI agent projects and use cases spanning frameworks like LangGraph, CrewAI, AutoGen, and Agno across industrie… | 63 | 37027 | active |
| JCodesMore/ai-website-cloner-template A template repository that lets AI coding agents like Claude Code recreate any website from a URL as a clean Next.js app with one command. … | 80 | 33188 | active |
| VoltAgent/awesome-agent-skills A curated awesome-list of 1000+ agent skills published by official dev teams (Anthropic, Google, Vercel, Stripe, Microsoft, etc.) and vette… | 61 | 32636 | active |
| hesamsheikh/awesome-openclaw-usecases A community-curated awesome list of real-life use cases for OpenClaw (formerly ClawdBot/MoltBot), an AI agent platform. It catalogs 42+ pra… | 48 | 31673 | active |
| huggingface/agents-course A free, open-source course by Hugging Face that teaches how to build AI agents, from fundamentals to a benchmark-based final assignment. It… | 61 | 31400 | active |
| e2b-dev/awesome-ai-agents A curated awesome-list cataloging open-source and closed-source AI autonomous agents, maintained by the E2B team. It includes a browsable w… | 64 | 29690 | active |
| humanlayer/12-factor-agents A guide of twelve principles for building reliable, production-grade LLM-powered agent applications, inspired by 12 Factor Apps. It include… | 39 | 25510 | active |
| enescingoz/awesome-n8n-templates A curated awesome-list collection of 280+ ready-to-use n8n workflow templates covering Gmail, Telegram, Slack, Discord, WhatsApp, Notion, O… | 64 | 24961 | active |
| agentskills/agentskills Agent Skills is an open specification and documentation for a lightweight, portable format that extends AI agent capabilities using folders… | 59 | 24748 | active |
| VoltAgent/awesome-claude-code-subagents A curated awesome-list collection of 150+ specialized Claude Code subagents (markdown agent definitions) across 10 categories, installable … | 62 | 24659 | active |
| NirDiamant/GenAI_Agents A curated collection of 50+ Jupyter notebook tutorials and reference implementations for Generative AI agent techniques, spanning simple co… | 67 | 23996 | active |
| agentsmd/agents.md AGENTS.md is a simple, open markdown format for giving AI coding agents project-specific context and instructions, like a README for agents… | 62 | 23919 | active |
| NirDiamant/agents-towards-production A collection of code-first Jupyter notebook tutorials for building production-grade generative AI agents, covering topics like stateful wor… | 62 | 21334 | active |
| datawhalechina/easy-vibe Easy-Vibe is an open-source introductory course from Datawhale for AI-native product builders, teaching 'vibe coding' — building real produ… | 70 | 19120 | active |
| google-gemini/gemini-fullstack-langgraph-quickstart A quickstart template demonstrating a fullstack AI research agent built with a React frontend and a LangGraph backend powered by Google Gem… | 58 | 18322 | active |
| muratcankoylan/Agent-Skills-for-Context-Engineering A curated collection of Agent Skills (documentation/playbooks) for context engineering and multi-agent architecture, written in Python and … | 73 | 17838 | active |
| google-gemini/cookbook The Gemini API Cookbook is a collection of Jupyter Notebook quickstarts, tutorials, and examples for using Google's Gemini API and its mode… | 70 | 17703 | active |
| anthropics/claude-quickstarts A collection of official Anthropic quickstart projects demonstrating how to build deployable applications with the Claude API, including cu… | 67 | 17525 | active |
| microsoft/mcp-for-beginners An open-source Microsoft curriculum teaching the fundamentals of the Model Context Protocol (MCP) through real-world examples in .NET, Java… | 64 | 17090 | active |
| QwenLM/Qwen3-Coder Qwen3-Coder is a family of open-weight large language models specialized for coding and agentic coding tasks, including the 480B-A35B, 30B-… | 58 | 16810 | active |
| composio-community/awesome-codex-skills A curated awesome-list of practical Codex skills for automating workflows with the Codex CLI and API, including a Python skill installer. I… | 58 | 16056 | active |
| n8n-io/self-hosted-ai-starter-kit A Docker Compose template from n8n that spins up a local, self-hosted AI development environment bundling n8n, Ollama, Qdrant, and PostgreS… | 68 | 15208 | active |
| travisvn/awesome-claude-skills A curated awesome-list of Claude Skills, resources, and tools for customizing Claude AI workflows, particularly Claude Code. It catalogs of… | 52 | 14834 | active |
| walkinglabs/learn-harness-engineering A project-based open course (14 lectures, 8 projects) teaching harness engineering for AI coding agents, covering environment setup, state … | 59 | 14231 | active |
| Arindam200/awesome-ai-apps A curated awesome-list of 131 open-source example projects, tutorials, and recipes for building LLM-powered applications such as agents, RA… | 64 | 13511 | active |
| awesome-dsh-plugin/awesome-dsh-plugin A curated awesome-list of community plugins for DeepSeek Harness (dsh), DeepSeek's open-source coding agent harness where everything is a p… | 57 | 12944 | active |
| contains-studio/agents A curated collection of specialized AI agent definition files (markdown prompts) for Claude Code, organized by department such as design, e… | 33 | 12403 | active |
| sanbuphy/learn-coding-agent A multilingual research and learning repository analyzing the architecture of CLI coding agents, primarily Claude Code. It compiles deep-di… | 48 | 12245 | active |
| EmbraceAGI/awesome-chatgpt-zh A curated Chinese-language guide (awesome list) to ChatGPT and modern large language models, covering prompt engineering, application devel… | 75 | 11660 | active |
| MoonshotAI/Kimi-K2 Kimi K2 is Moonshot AI's open-weight mixture-of-experts large language model series with 1 trillion total parameters (32B activated), optim… | 47 | 11105 | active |
| ConardLi/garden-skills A curated collection of production-ready Agent Skills (SKILL.md format) for AI coding agents like Claude Code, Cursor, and Codex, covering … | 75 | 10912 | active |
| svcvit/Awesome-Dify-Workflow A curated collection of ready-to-import Dify DSL workflow templates for personal use and learning, covering features like task parallelism,… | 57 | 10760 | active |
| alchaincyf/zhangxuefeng-skill An AI agent 'skill' package that encodes the cognitive framework of Zhang Xuefeng, a famous Chinese education and career-planning advisor, … | 59 | 10197 | active |
| BehiSecc/awesome-claude-skills A curated list of Claude Skills—reusable capability modules for Anthropic's Claude agent—organized by category such as documents, code tool… | 59 | 10060 | active |
| diet103/claude-code-infrastructure-showcase A curated reference library of production-tested Claude Code infrastructure patterns, including auto-activating skills via hooks, specializ… | 58 | 10009 | active |
| awesome-opencode/awesome-opencode A curated awesome-list of plugins, themes, agents, projects, and resources for OpenCode, the terminal-based AI coding agent. It serves as a… | 58 | 9928 | active |
| kyrolabs/awesome-langchain A curated awesome list of tools, projects, ports, and learning resources built around the LangChain LLM framework. It tracks the growing La… | 74 | 9508 | active |
| jasontang-ai/Context-Engineering A first-principles handbook and course on context engineering — designing, orchestrating, and optimizing the full information payload given… | 49 | 9228 | active |
| adongwanai/AgentGuide AgentGuide is an open-source, job-oriented learning guide for AI Agent development, covering LangGraph, advanced RAG, fine-tuning, and rein… | 61 | 8836 | active |
| MoonshotAI/Kimi-K3 Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model from Moonshot AI, built on Kimi Delta Attention and Attention Res… | 56 | 8632 | active |
| xindoo/agentic-design-patterns A Chinese translation project of the book 'Agentic Design Patterns', systematically covering 21 core design patterns for building AI agent … | 84 | 7845 | active |
| snarktank/ai-dev-tasks A collection of markdown prompt files that structure feature development workflows with AI coding assistants like Claude Code, Amp, and Win… | 42 | 7790 | active |
| PKU-YuanGroup/ChatLaw ChatLaw is a family of large language models and a multi-agent legal assistant tailored for Chinese legal language processing, built on a M… | 29 | 7588 | active |
| luhengshiwo/LLMForEverybody A curated collection of LLM learning materials including interview question banks, systematic paper walkthroughs (Transformer, GPT, BERT, e… | 67 | 7213 | active |
| ed-donner/llm_engineering A companion repository of Jupyter Notebook exercises and projects for Ed Donner's 'Mastering LLM Engineering' course, an 8-week program cov… | 67 | 7157 | active |
| DataTalksClub/llm-zoomcamp LLM Zoomcamp is a free, open-source 10-week online course by DataTalks.Club on building real-life LLM applications, including RAG, vector s… | 69 | 7125 | active |
| datawhalechina/Agent-Learning-Hub A curated AI Agent learning roadmap and resource collection maintained by Datawhale, organized as an actionable todo list with stages from … | 56 | 7105 | active |
| android/skills A collection of AI-optimized, modular instruction files (SKILL.md) from Google that ground LLM coding agents in Android development best pr… | 82 | 7000 | active |
| Emily2040/seedance-2.0 A production pipeline and 'Skill OS' for directing Seedance 2.0 quad-modal AI video generation (text, image, video, reference-to-video) wit… | 75 | 6928 | active |
| tw93/Waza Waza is a collection of installable skills that turn common engineering habits into slash-command playbooks for AI coding agents like Claud… | 82 | 6916 | active |
| crisxuan/bestJavaer cxuan-ai-labs (formerly bestJavaer) is an open-source personal lab documenting AI-assisted development workflows, Agent experiments, model … | 75 | 6627 | active |
| fr0gger/Awesome-GPT-Agents A curated, community-driven list of GPT agents focused on cybersecurity, covering both offensive and defensive use cases. It catalogs links… | 27 | 6584 | active |
| punkpeye/awesome-mcp-clients A curated awesome list of Model Context Protocol (MCP) clients — applications that connect AI models to MCP servers for tools, resources, a… | 59 | 6556 | active |
| dontriskit/awesome-ai-system-prompts A curated collection of leaked and documented system prompts from popular AI tools like ChatGPT, Claude, Perplexity, Manus, v0, and Claude … | 51 | 6176 | active |
| heilcheng/awesome-agent-skills A community-curated awesome-list cataloging Agent Skills (SKILL.md files) that teach AI assistants like Claude, Codex, and Copilot new capa… | 49 | 6144 | active |
| ed-donner/agents A 6-week course repository teaching how to build and deploy autonomous AI agents using OpenAI Agents SDK, CrewAI, LangGraph, Google ADK, Py… | 64 | 6043 | active |
| VoltAgent/awesome-codex-subagents A curated awesome-list collection of 170+ specialized Codex subagent definitions (TOML files) for OpenAI's Codex CLI, organized into 13 cat… | 56 | 6030 | active |
| deepseek-ai/awesome-deepseek-agent A curated awesome-list of setup guides for integrating DeepSeek models (e.g., DeepSeek-V4-Pro/Flash) into popular AI agent and coding-assis… | 53 | 6005 | active |
| grapeot/devin.cursorrules A configuration template and toolset that turns Cursor, Windsurf, or GitHub Copilot into a Devin-like agentic AI coding assistant via .curs… | 31 | 5970 | active |
| KimYx0207/AI-Coding-Guide-Zh A comprehensive Chinese-language tutorial collection (50 articles plus a cheat sheet) covering AI coding and agent workflow tools: Claude C… | 80 | 5823 | active |
| tvytlx/ai-agent-deep-dive A Chinese-language deep-dive research report (as PDFs) analyzing AI agent source code, plus a minimal teaching-oriented Python agent projec… | 49 | 5821 | active |
| anbeime/skill A curated AI agent skill store aggregating hundreds of packaged skills (for Claude, Gemini, and other agents) covering document processing,… | 60 | 5815 | active |
| ghuntley/how-to-build-a-coding-agent A step-by-step workshop teaching developers to build their own AI coding agent in Go, similar to tools like Cursor or Cline. It progresses … | 62 | 5814 | active |
| coleam00/ottomator-agents A collection of open source AI agent source code and workflow JSONs hosted on the oTTomator Live Agent Studio platform. It serves as both a… | 44 | 5744 | active |
| OpenBMB/ToolBench ToolBench is an open-source platform for training, serving, and evaluating large language models on tool use, built around a large-scale in… | 39 | 5732 | active |
| deusyu/harness-engineering A deep-dive learning guide and study archive for 'Harness Engineering', an agent-first engineering paradigm where engineers design constrai… | 59 | 5669 | active |
| Hammer1/cozeworkflows A curated collection of 200+ ready-to-import workflow JSON files for the Coze (扣子) AI bot-building platform, maintained by an AI blogger an… | 33 | 5507 | active |
| MengTo/Skills A curated collection of portable agent skill folders (SKILL.md playbooks) for designers and builders working with AI coding agents like Cod… | 59 | 5471 | active |
| 0xNyk/awesome-hermes-agent An independently maintained awesome-list directory of skills, plugins, memory providers, tools, surfaces, and guides for Nous Research's op… | 59 | 5464 | active |
| libukai/awesome-agent-skills A curated awesome-list and ultimate guide for Agent Skills, the open specification for packaging domain knowledge and workflows that AI age… | 59 | 5015 | active |
| alchaincyf/hermes-agent-orange-book A bilingual (Chinese/English) open-source guidebook ('Orange Book') for Hermes Agent 2.0, the open-source AI agent framework by Nous Resear… | 59 | 4882 | active |
| zebbern/claude-code-guide A community-maintained guide and reference for Claude Code covering setup, commands, configuration, MCP integration, sub-agents, and skills… | 63 | 4592 | active |
| xianyu110/awesome-openclaw-tutorial A comprehensive Chinese-language open-source tutorial for OpenClaw, an open-source AI agent gateway, covering installation, configuration, … | 56 | 4558 | active |
| pguso/ai-agents-from-scratch An educational repository teaching how to build AI agents from first principles using local LLMs and node-llama-cpp in JavaScript. It provi… | 59 | 4552 | active |
| AlexAnys/awesome-openclaw-usecases-zh A curated Chinese-language awesome list of 50 real-world use cases for OpenClaw, an open-source personal AI agent, covering office automati… | 72 | 4429 | active |
| daveebbelaar/ai-cookbook A collection of examples and tutorials with copy/paste code snippets for building AI systems with LLMs. It covers agents, OpenAI, Anthropic… | 61 | 4392 | active |
| oracle-devrel/oracle-ai-developer-hub A curated collection of technical resources, reference applications, and tutorials for building AI applications, agents, and systems on Ora… | 61 | 4350 | active |
| panaversity/learn-agentic-ai An open-source curriculum teaching Agentic AI development using the Dapr Agentic Cloud Ascent (DACA) design pattern, covering OpenAI Agents… | 45 | 4347 | active |
| ogx-ai/llama-stack-apps A collection of example applications and demo scripts built on top of Llama Stack, showing how to build agentic applications with Llama mod… | 10 | 4302 | active |
| mongodb-developer/GenAI-Showcase MongoDB's official showcase repository of Jupyter notebooks, sample apps, and workshops demonstrating Retrieval-Augmented Generation (RAG),… | 70 | 4260 | active |
| NVIDIA/GenerativeAIExamples A collection of NVIDIA reference workflows, notebooks, and example projects for building generative AI systems on accelerated infrastructur… | 62 | 4160 | active |
| bragai/bRAG-langchain A collection of Jupyter notebooks teaching how to build Retrieval-Augmented Generation (RAG) applications, from basic pipelines to advanced… | 64 | 4149 | active |
| lintsinghua/claude-code-book A 420,000-word Chinese-language book (with English edition) that deeply analyzes the architecture of Claude Code as an AI Agent Harness, co… | 59 | 4142 | active |
page 1 / 5 next →