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

Relational Memory for LLMs: Three-Layer System Models User Relationships
An open-source Python tool that adds relational memory to LLMs by modeling user-AI relationships across seven psychological dimensions, using a three-layer narrative structure instead of flat fact storage.

CLAUDE.md: Drop-in file reduces Claude output tokens by 63%
CLAUDE.md is a single file that cuts Claude output verbosity by approximately 63% without code changes. It targets sycophancy, verbosity, and formatting noise in Claude's responses.

Sylve: A FreeBSD Management Plane for Virtualization, Containers, and Storage
Sylve is a BSD-2 licensed management plane for FreeBSD that provides unified control over Bhyve VMs, FreeBSD Jails, ZFS storage, and networking. It uses a RAFT consensus model for clustering and includes Samba share management with ZFS snapshot automation.

Equibles: Self-Hosted MCP Server for U.S. Financial Data – SEC Filings, 13F, Insider Trades, FRED
Equibles is an open-source MCP server that scrapes public U.S. financial data (SEC filings, 13F, insider/congressional trades, short data, FRED) and exposes it as MCP tools for any local LLM agent.