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

Squeez tool compresses bash output 90%+ to extend Claude Code context window
Squeez is a hook that automatically compresses raw bash output like ps aux, docker logs, and git log before it reaches Claude Code. It reduces token usage by 92.8% on average across 19 common commands, helping sessions last longer.

Using an MCP Server to Optimize React Native Apps with Claude Code
An MCP server streams live runtime data from a React Native app into Claude Code, identifying performance issues like Zustand store thrashing and unnecessary re-renders.

Reseed CLI: Extract Design Systems from Any Site for Claude Code and Cursor
Reseed is a CLI that extracts design tokens (colors, spacing, type scale, radii) from any website and generates a tailwind.config.ts, design-system.md, and reference HTML for Claude Code and Cursor to use.

Team Brain: A Shared Memory Plugin for Claude Code That Stores Team Knowledge in Git
Team Brain is a Claude Code plugin that stores team knowledge in a .team-brain/ folder within your repository. It automatically generates a BRAIN.md file capped at 180 lines for optimal Claude instruction accuracy and works across tools by creating .cursorrules and AGENTS.md files.