AGENTS-COLLECTION: 129 Claude Code Agents Organized in One Repository

AGENTS-COLLECTION is a GitHub repository containing 129 Claude Code agents organized in the standard ~/.claude/agents/ directory format, all ready for immediate use. The collection was created by a developer who had been running Claude Code heavily for months and wanted to consolidate agents scattered across different projects.
What's Included
The repository contains:
- The full agency-agents system with 68 personality-driven agents across engineering, design, marketing, product, testing, and support roles
- The everything-claude-code collection
- Additional agents written by the developer for multi-agent team workflows
Installation
To install the Claude Code agents:
cp AGENTS/CLAUDE-CODE/*.md ~/.claude/agents/
Multi-Tool Support
The repository also includes the same agents converted to formats for:
- Cursor
- OpenCode
- AntiGravity
- GitHub Copilot
This makes the collection useful for developers who work with multiple AI coding tools.
Community Contribution
The developer is actively seeking additional agents to add to the collection, asking: "What agents are you all building that aren't in here? Would love to add more."
📖 Read the full source: r/ClaudeAI
👀 See Also

Why Codex Still Beats Claude Code for Complex Python Monoliths
A senior developer compares Codex vs Claude Code on a production Python monolith with mixed architectural layers. Codex wins for back-end work due to better planning, code reuse, and harness-engineering adherence.

Open-source AI job search system built with Claude Code evaluates offers, generates tailored resumes
A developer open-sourced a Claude Code project that turns your terminal into a job search command center. The system evaluates job offers across 10 dimensions, generates ATS-optimized PDF resumes, scans 45+ company career pages, and includes 14 skill modes.

OpenClaw Skill Server for Indian Market Analysis and Trading
An open-source trading terminal for Indian markets has been integrated as an OpenClaw skill server, allowing agents to pull market data and run multi-agent analysis via HTTP. The system provides structured trade plans with entry prices, stop-losses, and targets across three risk profiles.

Heartbeat-gateway: Event-driven replacement for cron polling in OpenClaw
Heartbeat-gateway is an open-source Python tool that replaces cron-based polling with webhook-driven events for OpenClaw, reducing API costs from ~$86/month to ~$4.50/month and improving latency from up to 30 minutes to under 2 seconds.