A curated collection of awesome ChatGPT & Claude agents, subagents, and AI-powered development tools for 2025
- ChatGPT Agents
- Claude Code Subagents
- Frameworks & Platforms
- Multi-Agent Systems
- Educational Resources
- Resources & Tutorials
- Contributing
- AutoGPT ⭐ 177k+ - An experimental open-source attempt at making GPT-4 fully autonomous
- GPT-Engineer ⭐ 52k+ - Specify what you want it to build, the AI asks for clarification, and then builds it
- Code Interpreter - A LangChain implementation of the ChatGPT Code Interpreter
- GPT-Code-Clippy - Full line & function code completions
- ChatGPT-Code-Review - A code review bot powered by ChatGPT
- TaskWeaver ⭐ 5k+ - A code-first agent framework for seamlessly planning and executing data analytics tasks
- ChatGPT-Business - Business applications and use cases for ChatGPT
- GPT-Researcher ⭐ 14k+ - GPT based autonomous agent that does online comprehensive research
- ChatGPT-Writer - Browser extension to write emails, messages, and more using ChatGPT
- AI-Commit - Automagically generate conventional commit messages with AI
- Storyteller - Generate stories using GPT models
- GPT Researcher - Autonomous agent for comprehensive online research
- ChatGPT-Academic ⭐ 65k+ - Optimize paper reading/writing experience for researchers
- Paper-QA - LLM Chain for answering questions from documents
- GPT-Security - Curated list of GPT agents for cybersecurity
- ChatGPT-DevOps - No-code platform for building custom LLM agents
- Security-GPT - AI assistant for ethical hackers
- VoltAgent/awesome-claude-code-subagents - Production-ready collection with 100+ specialized AI agents for full-stack development, DevOps, data science, and business operations
- wshobson/agents - 75 specialized subagents that extend Claude Code's capabilities for specific domains
- 0xfurai/claude-code-subagents - Comprehensive collection of 100+ production-ready development subagents
- hesreallyhim/awesome-claude-code-agents - Curated list of specialized subagents with task-specific configurations
- lst97/claude-code-sub-agents - Specialized subagents for the entire software development lifecycle
- vijaythecoder/awesome-claude-agents - 24 specialized agents working together to build production-ready features
- zhsama/claude-sub-agent - AI-driven development workflow system with quality gates and structured development phases
- ML Model Trainer - Specialized agent for training and optimizing machine learning models
- Data Analysis Agent - Expert in data preprocessing, visualization, and statistical analysis
- Research Paper Agent - Specialized in academic research and paper analysis
- CrewAI ⭐ 20k+ - Framework for orchestrating role-playing, autonomous AI agents
- Swarm - Educational framework for lightweight multi-agent orchestration by OpenAI
- Autogen ⭐ 32k+ - Enable Next-Gen Large Language Model Applications
- Lobe Chat ⭐ 63k+ - Open-source UI framework for building ChatGPT/LLM-based chat applications
- OpenDevin ⭐ 61k+ - Open-source initiative replicating autonomous AI software engineer Devin
- E2B - Open platform for AI agents & AI apps
- MetaGPT ⭐ 44k+ - Multi-agent framework that turns one line requirement into PRD, design, tasks, and code
- ChatDev ⭐ 25k+ - Communicative agents for software development
- CAMEL ⭐ 5k+ - Communicative agents for "mind" exploration of large language model society
- Awesome ChatGPT Prompts ⭐ 111k+ - Curated list of ChatGPT prompts
- ChatGPT-Shortcut ⭐ 6k+ - Productivity prompts for ChatGPT
- Awesome AI Agents - Comprehensive list of AI autonomous agents
- Agent Papers - Must-read papers on LLM-based agents
- LLM-Agent-Survey - Survey of LLM-based agents
- Agent-Bench - Evaluating LLMs as agents
- Practical Guide to Building Agents (OpenAI) - Step-by-step guide on tools, guardrails, and agent architecture.
- ChatGPT Agent Explained - Overview of features like web navigation and API access.
- How to Build an AI Agent with ChatGPT - Step-by-step guide with tools and best practices.
- Building AI Agents with Claude 3.7 - Comprehensive guide on components like memory and tool integration.
- Create AI Agents Using Claude - Tutorial on setting up projects, API calls, and custom tools.
- Building AI Agents on Google Cloud with Claude - Video on agent development in Vertex AI.
- Turn Claude into Powerful AI Agents - Automate workflows using MCP and Claude.
- The Ultimate Guide to AI Agents for PMs - Frameworks, tools, and resources for building agents.
- Best AI Agent Resources in 2025 - Includes OpenAgents for data analysis and tool use.
For more, explore Reddit threads like Massive list of 1500+ AI Agent Tools or Claude Custom Sub Agents.
- Awesome GPT Agents (Security) - GPT agents specifically for cybersecurity applications
- CyberGPT - GPT-empowered penetration testing tool
- FinGPT ⭐ 13k+ - Open-source financial large language models
- TradingGPT - AI-powered trading assistant
- Start with basics: Try Awesome ChatGPT Prompts to understand prompt engineering
- Explore frameworks: Check out CrewAI for multi-agent orchestration
- Claude Code users: Install subagents from VoltAgent collection
# Clone your preferred subagent collection
git clone https://github.com/VoltAgent/awesome-claude-code-subagents.git
# Copy agents to your Claude Code directory
cp -r awesome-claude-code-subagents/agents/* ~/.claude/agents/Most agents require minimal configuration. For Claude Code subagents:
# ~/.claude/agents/your-agent/config.yml
name: "Your Agent Name"
description: "What your agent does"
model: "claude-3-5-sonnet-20241022"
tools: ["read", "write", "bash"]- Model Context Protocol (MCP): Standardizing AI model connections with external tools
- Multi-modal agents: Combining text, image, and audio processing
- Autonomous coding: Self-improving and self-correcting code agents
- Domain-specific specialization: Industry-focused AI agents
We welcome contributions! Please read our contributing guidelines before submitting.
- Fork this repository
- Add your awesome agent with proper description and links
- Follow the format:
**[Name](link)** ⭐ stars - Description - Submit a pull request
- ✅ Open source or publicly available
- ✅ Well-documented with clear setup instructions
- ✅ Actively maintained (updated within last 6 months)
- ✅ Significant community adoption or unique functionality
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: August 2025