Skip to content

milisp/awesome-chatgpt-claude-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Awesome ChatGPT & Claude Agents ✨

Awesome Stars License: MIT PRs Welcome

A curated collection of awesome ChatGPT & Claude agents, subagents, and AI-powered development tools for 2025

📋 Contents

🤖 ChatGPT Agents

Development & Coding

  • 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

Business & Productivity

  • 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

Creative & Content

  • 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

Research & Analysis

  • 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

Security & DevOps

🔹 Claude Code Subagents

Production-Ready Collections

Specialized Development

Full-Stack & DevOps

  • zhsama/claude-sub-agent - AI-driven development workflow system with quality gates and structured development phases

Data Science & ML

  • 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

🛠️ Frameworks & Platforms

Multi-Agent Orchestration

  • 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

Development Platforms

  • 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

🔄 Multi-Agent Systems

  • 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

📚 Educational Resources

Learning & Tutorials

Research & Papers

Resources and Tutorials

For more, explore Reddit threads like Massive list of 1500+ AI Agent Tools or Claude Custom Sub Agents.

🎯 Specialized Use Cases

Cybersecurity

Finance & Trading

  • FinGPT ⭐ 13k+ - Open-source financial large language models
  • TradingGPT - AI-powered trading assistant

🚀 Getting Started

For Beginners

  1. Start with basics: Try Awesome ChatGPT Prompts to understand prompt engineering
  2. Explore frameworks: Check out CrewAI for multi-agent orchestration
  3. Claude Code users: Install subagents from VoltAgent collection

Installation (Claude Code Subagents)

# 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/

Configuration

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"]

📈 Trending in 2025

  • 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

🤝 Contributing

We welcome contributions! Please read our contributing guidelines before submitting.

How to contribute:

  1. Fork this repository
  2. Add your awesome agent with proper description and links
  3. Follow the format: **[Name](link)** ⭐ stars - Description
  4. Submit a pull request

Criteria for inclusion:

  • ✅ Open source or publicly available
  • ✅ Well-documented with clear setup instructions
  • ✅ Actively maintained (updated within last 6 months)
  • ✅ Significant community adoption or unique functionality

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

⭐ Star History

Star History Chart


⬆ Back to Top

Last updated: August 2025