Awesome ChatGPT & Claude Agents โœจ

June 19, 2026 ยท View on GitHub

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
  • CreatorSkills - Marketplace of 30+ downloadable AI skills for content creators covering YouTube scripting, sponsorship analysis, and audience growth. Works with Claude and ChatGPT.

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

  • 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
  • toprank - Open-source Claude Code plugin with 9 SEO and Google Ads skills โ€” connects Google Search Console, PageSpeed Insights, and Google Ads API
  • NotFair โญ 2.9k+ - Open-source Claude Code skills for SEO, GEO, Google Ads, and Meta Ads โ€” connects live marketing data via Google Ads MCP, Meta Ads MCP, Google Search Console MCP, and Google Analytics (GA4) MCP

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

  • OpenPaw - Open-source CLI tool (npx pawmode) that turns Claude Code into a personal assistant with 38 skills. No daemon, no cloud, MIT licensed.

  • agency-os - Run your work like an AI agency from a single Notion board. Plan ideas into dependency-sequenced subtasks, dispatch each on the right model, and collect results back in Notion. Pluggable to Claude Code, Cursor, Cline, or any MCP-compatible agent.

  • AutomateLab-tech/publishing-skills - Four composable, platform-agnostic skills that turn an AI agent into a long-tail SEO publishing pipeline: topic research, drafting, SVG figures, and an editorial calendar. Publishes to Ghost, WordPress, or any static-site generator. Install via clawhub or by cloning the repo.

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