by avivl
🤖 A unified AI agent orchestration system featuring 10's of specialized agents across 14 categories for modern software development. Built with advanced coordination intelligence, resilience engineering, and structured logging capabilities.
# Add to your Claude Code skills
git clone https://github.com/avivl/claude-007-agentsGuides for using ai agents skills like claude-007-agents.
No comments yet. Be the first to share your thoughts!

Enhance your development workflow with specialized AI agents that help deliver quality code through orchestration, resilience engineering, and organizational memory.
Open-source AI agents for enhanced development workflows
Reduce context switching between documentation, Stack Overflow, and your IDE. Get access to specialized agents covering major frameworks, languages, and domains.
# Instead of spending hours researching...
claude "Build a resilient authentication system with circuit breakers and structured logging"
# → @rails-expert + @resilience-engineer + @security-specialist work in perfect coordination
These agents can remember and learn from projects when configured with Basic Memory MCP, helping build institutional knowledge over time.
The system includes coordination features that can help with agent selection and workflow management for complex tasks.
# Just describe what you want - the system handles everything automatically:
claude "Build an e-commerce platform"
# → Vibe Coding Coordinator: 15-20 minute preparation phase, analyzes requirements
# → Exponential Planner: Strategic planning with capability scaling awareness
# → Parallel Coordinator: Coordinates (@react-expert + @rails-expert + @payment-specialist + @security-specialist)
# → Session Manager: Maintains context across extended development sessions
# → Safety Specialists: Pre-deployment validation and architectural analysis
⚡ ONE-TIME SETUP: Every project needs bootstrapping before using Claude 007 Agents!
# After installing agents, bootstrap each project once:
claude "Use @bootstrap-orchestrator to analyze and setup this project"
Why Bootstrap?
Skip this step and agents won't work properly in your project!
Every agent prioritizes production-grade quality:
Built on insights from Anthropic's "Code with Claude" conference:
Revolutionary codebase-aware autonomous development ecosystem:
Direct access to live systems and real-time data:
| Team Size | Use Case | Key Benefits | |---------------|--------------|-----------------| | Solo Developers | Full-stack development, learning new technologies | Instant expertise, quality assurance, best practices | | Small Teams (2-10) | Startup MVPs, rapid prototyping, scaling challenges | Coordinated development, knowledge sharing, quality consistency | | Enterprise Teams | Complex systems, compliance, technical debt | Orchestrated workflows, organizational memory, standardized practices | | Open Source | Community projects, documentation, code reviews | Automated quality, contributor onboarding, pattern consistency |
IMPORTANT: You must bootstrap the agent system once for every new repo/project before using Claude 007 Agents.
# 1. Clone the system
git clone https://github.com/avivl/claude-007-agents.git
cd claude-007-agents
# 2. Copy to your project (any project)
cp -r .claude/agents /path/to/your/project/.claude/
cp agents.json /path/to/your/project/
# 3. BOOTSTRAP your project (REQUIRED - once per project)
cd /path/to/your/project
claude "Use @bootstrap-orchestrator to analyze and setup this project"
# 4. Start development immediately
claude "Use @software-engineering-expert to begin development"
# Essential: Claude Code CLI (required)
# Visit: https://docs.anthropic.com/en/docs/claude-code
# Essential: Node.js for bootstrap system and advanced features
node --version # v18+ REQUIRED for bootstrap engine and Task Master integration
npm --version # npm v6+ required for package management
# Task Master integration (for codebase-aware development)
npm install -g task-master-ai
# Basic Memory MCP (for organizational learning)
npm install -g @modelcontextprotocol/server-memory
# Context7 MCP (for live documentation)
npm install -g @upstash/context7-mcp
# Bootstrap System Dependencies (automatically handled)
# These are included when you clone the repo - no separate installation needed
# API keys (add to your ~/.bashrc or ~/.zshrc)
export ANTHROPIC_API_KEY="your_anthropic_key_here"
export PERPLEXITY_API_KEY="your_perplexity_key_here" # For research features
export OPENAI_API_KEY="your_openai_key_here" # Optional
export GOOGLE_API_KEY="your_gemini_key_here" # Optional (for Zen MCP)
# Or create .env file in your project directory
echo "ANTHROPIC_API_KEY=your_key_here" > .env
echo "PERPLEXITY_API_KEY=your_key_here" >> .env
# Install to standard Claude Code directory