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

Claude Code v2.1.76 System Prompt Updates: Security Monitor Refinements and New Hook Event
Claude Code v2.1.76 includes updates to system prompts with 43 new tokens, featuring refinements to the security monitor for autonomous agents and the addition of a PostCompact hook event. Changes include clarified sensitive data detection, expanded code deserialization examples, and improved formatting for irreversible local destruction guidance.

Spec-Driven Development Workflow for Claude Code: Decomposition, Context Clearing, and Cost Control
A spec-driven development approach for Claude Code that uses two-dimensional decomposition, context clearing between steps, and specs written to disk to improve agent performance and reduce costs.

Claude Code Voice Mode: Hands-Free AI Conversations for Developers
Claude's voice mode beta lets you speak to the AI and hear responses, with hands-free and push-to-talk options. It works on web and mobile, counts toward regular usage limits, and allows switching between text and voice in the same conversation.

Orkestra: Cost-Aware LLM Routing Layer for OpenClaw Reduces API Costs by 60-80%
Orkestra is a modular routing layer that sits in front of LLM calls in OpenClaw, using semantic classification to route prompts to budget, balanced, or premium model tiers. The approach reduced API costs by 60-80% without prompt rewriting or complex rules.