@sibyllinesoft/hydra
v1.0.3
Published
Professional installer for Hydra Claude Code Studio with modern web and terminal interface
Downloads
20
Maintainers
Readme

Stop hitting Claude's context limits every 50 messages. Start building unlimited development sessions.
Hydra transforms Claude Code into a mythical beast with 50+ specialized agent heads that work independently while preserving your conversation forever. Each agent spawns with fresh context, delivers expert results, and returns only actionable outputs to your main thread.
⚡ The Problem & Solution
Before Hydra: Build a TypeScript API → 50 messages later → "Sorry, I've lost context, can you remind me what we're building?"
With Hydra: typescript-node-developer agent builds your entire API with modern patterns, tests, and documentation using 0% of your conversation context. You still have all 300+ messages for your next feature.
The Numbers That Matter
| Before Hydra | With Hydra | Improvement | |------------------|----------------|-----------------| | 50-100 message limit | 300+ messages | 6x longer sessions | | Context bloat kills productivity | Context Firewall isolation | 0% pollution | | Restart every 2 hours | All-day marathons | 8+ hour sessions | | Repeat explanations constantly | Agent memory retention | 90% reduction | | Generic responses | 50+ domain experts | Specialized expertise |
💡 Key Benefits: Context Firewall Technology preserves 300+ message conversations • 50+ specialized experts deliver production-ready code • Living Blueprint system captures all project knowledge • Zero context pollution through agent isolation
📋 Prerequisites
Before installing Hydra, ensure you have these dependencies:
- Node.js >= 16.0.0
- npm (comes with Node.js)
- Git (for version control operations)
- Claude Code CLI (install from claude.ai/code)
- xmlstarlet (required for Living Blueprint system)
# Ubuntu/Debian sudo apt install xmlstarlet # macOS brew install xmlstarlet # Windows choco install xmlstarlet # or: scoop install xmlstarlet # Other systems: see xmlstarlet.sourceforge.net - GitHub CLI (optional, for enhanced git operations)
# Install GitHub CLI for enhanced features # See: https://cli.github.com/
🛠️ Installation
1. Install Hydra
# Method 1: NPM Global Installation (Recommended)
npm install -g @sibyllinesoft/hydra
# Method 2: Run installer directly
npx @sibyllinesoft/hydra
# Method 3: Clone and install from source
git clone https://github.com/sibyllinesoft/hydra.git
cd hydra
npm install2. Install Prerequisites
# Install xmlstarlet (required for Living Blueprint system)
# Ubuntu/Debian
sudo apt install xmlstarlet
# macOS
brew install xmlstarlet
# Windows
choco install xmlstarlet3. Verify Installation
# Check all dependencies and configuration
hydra doctor
# Auto-fix issues where possible
hydra doctor --auto-fix🚀 Quick Start
After installation, you can start using Hydra immediately:
# Install hydra globally
npm install -g @sibyllinesoft/hydra
# Verify installation
hydra doctorLiving Blueprint Workflow Experience
# 1. Strategic analysis for ambiguous goals
hydra new "user authentication system"
# → cofounder agent creates Product Requirement Prompt (PRP)
# 2. Transform strategy into detailed execution plan
hydra plan auth-epic
# → plan-generator creates genesis.xml with task DAG
# 3. Autonomous parallel execution
hydra run auth-epic
# → parallel-worker coordinates specialists via genesis.xml
# 4. Real-time project visibility
hydra pm-view auth-epic
# → Human-readable status from genesis.xml
# 5. Comprehensive project recap
hydra recap auth-epic
# → project-shipper generates documentation from genesis.xmlAdditional Commands:
# Enhance existing codebases (brownfield development)
hydra enhance "add payment processing to existing e-commerce app"
# Start autonomous project management daemon
hydra orchestrate auth-epic --daemon
# Run comprehensive installer
hydra installResult: Seamless handoff to Claude Code with structured planning, then autonomous execution using 0% of your conversation context.
🎮 How It Works
Traditional Workflow:
You: "Build a user authentication system"
Claude: "I'll help..." [45 messages later]
Claude: "I've lost context, can you remind me what we were building?"
You: 😤 [Start over]Hydra Living Blueprint Workflow:
You: hydra new "authentication system"
Hydra: cofounder agent → strategic-brief.md [Socratic analysis + clear requirements]
You: hydra plan auth-epic
Hydra: plan-generator → genesis.xml [Detailed DAG + agent assignments]
You: hydra run auth-epic
Hydra: parallel-worker → reads genesis.xml → coordinates specialists in parallel
You: hydra pm view auth-epic
Hydra: xmlstarlet + bash → real-time status from genesis.xml
You: hydra recap auth-epic
Hydra: project-shipper → comprehensive documentation from completed genesis.xmlThe Breakthrough: Master Workflow Prompts™ provide Claude Code with structured planning frameworks, then Context Firewall Technology™ enables unlimited autonomous execution while preserving your conversation forever.
📋 CLI Command Reference
hydra new <feature-name>
Purpose: Start strategic analysis for any feature, project, or task
What happens: Invokes cofounder agent through Claude Code for Socratic questioning and creates Product Requirement Prompt (PRP)
hydra new "user authentication"
hydra new "payment integration"
hydra new "refactor legacy API"hydra plan <epic-name>
Purpose: Generate detailed execution plan from PRP
What happens: Invokes plan-generator agent to transform PRP into genesis.xml with task DAG
hydra plan "auth-epic"
hydra plan "payment-epic"
hydra plan "refactor-epic"hydra run <epic-name>
Purpose: Execute autonomous development based on genesis.xml plan
What happens: Triggers execution workflow with parallel-worker coordination and specialized agent execution
hydra run "auth-epic"
hydra run "payment-epic"
hydra run "refactor-epic"hydra pm-view <epic-name>
Purpose: View comprehensive project status from genesis.xml
What happens: Parses genesis.xml to display real-time project status, progress metrics, and task breakdown
hydra pm-view "auth-epic"hydra enhance <feature-description>
Purpose: Analyze existing codebase and generate enhancement plan for brownfield development
What happens: Invokes code-analyzer agent to understand current codebase and generate synthetic PRP
hydra enhance "add payment processing to existing e-commerce app"
hydra enhance "migrate from REST to GraphQL"hydra doctor
Purpose: System health check and diagnostics
What happens: Validates xmlstarlet, Living Blueprints integrity, agent YAML frontmatter, and file integrity
hydra doctor # Full system check
hydra doctor --auto-fix # Automatically fix detected issueshydra orchestrate <epic-name>
Purpose: Start autonomous project management daemon for continuous execution
What happens: Monitors genesis.xml and automatically coordinates agent execution
hydra orchestrate "auth-epic" # Run in foreground
hydra orchestrate "auth-epic" --daemon # Run as background daemon
hydra orchestrate "auth-epic" --status # Check daemon status
hydra orchestrate "auth-epic" --stop # Stop daemon
hydra orchestrate "auth-epic" --interval 10 # Set scanning interval (minutes)hydra install
Purpose: Run the comprehensive Hydra installer
What happens: Executes the smart installer with environment detection and setup
hydra install # Run installer with smart defaults
hydra install --global # Force global installation
hydra install --project # Force project-specific installationhydra recap <epic-name>
Purpose: Generate comprehensive project documentation
What happens: Invokes project-shipper agent to create detailed post-flight summary from genesis.xml
hydra recap "auth-epic"🧠 Your Expert Agents
🔧 Language Masters
typescript-node-developer- Modern TypeScript/Node.js with 2024 patternspython-backend-developer- Async-first Python (FastAPI, SQLAlchemy 2.0+)rust-backend-developer- Zero-cost abstractions (Axum, SQLx)security-ninja- Penetration testing and vulnerability assessmentsuper-hard-problem-developer- Opus-powered for complex challenges
🎨 Design & UX
ui-designer- Interface design and component systemswhimsy-injector- Delightful interactions and animationsbrand-guardian- Visual consistency and style guides
⚡ Essential Utilities
file-creator- File/directory operations (replaces Write tool)git-workflow- Version control (replaces git commands)test-runner- Test execution (replaces manual testing)
📊 Growth & Marketing
growth-hacker- User acquisition and retentiontiktok-strategist- Viral content strategy
🛠️ Key Integrations
🧠 Advanced Analysis - Serena (code analysis), Sequential Thinking (complex reasoning), IDE Integration
📚 Knowledge Access - Context7 (docs), Readwise (knowledge), Web Search (real-time info)
🧪 Testing & Quality - Playwright (browser automation), Performance Benchmarking
🚀 Why Choose Hydra?
vs. Plain Claude Code
| Plain Claude | Hydra | |------------------|-----------| | Context dies at 50-100 messages | 300+ message conversations | | Restart every 2 hours | All-day development sessions | | Generic responses | 50+ specialized experts | | Manual context management | Automatic context firewall |
vs. AI Coding Tools
| Feature | Copilot/Cursor | Hydra | |-------------|--------------------|-----------| | Context persistence | ❌/⚠️ Limited | ✅ Unlimited | | Specialized agents | ❌ | ✅ 50+ experts | | Full-stack workflows | ❌/⚠️ Partial | ✅ Complete | | Autonomous iteration | ❌ | ✅ Multi-hour sessions |
Perfect For
Individual Developers - No more context anxiety, unlimited sessions
Development Teams - Consistent quality, parallel workflows
Complex Projects - Architectural guidance, production-ready code
Legacy Modernization - AI-assisted refactoring with safety protocols
🏗️ Architecture & Customization
Context Firewall Technology™ - The breakthrough enabling unlimited conversations:
- Main conversation stays clean forever
- Agents spawn with fresh context → work in isolation → return only results
- Multiple agents execute in parallel without interference
Master Workflow Prompts™ - XML state machines that provide Claude Code with structured planning frameworks:
- Planning Workflows: Socratic questioning for requirement analysis
- Execution Workflows: Orchestrated specialist coordination
- Quality Workflows: Validation and delivery management
E-H-A-E-D-R Methodology - Every agent follows this cycle: Examine → Hypothesize → Act → Evaluate → Decide → Repeat
Customize Your Setup:
- Edit
CONTEXT.mdwith your environment and preferences - Add custom agents to
AGENTS.md - Configure MCP servers in
MCP.md
📚 Documentation & Examples
System Guides
- Agents - 50+ specialized agents and creation guide
- Commands - Workflow automation and integration
- Scripts - Project management automation
- Rules - Quality standards and patterns
Production Examples
Full-Stack Development (AI Development Studio in action)
hydra new "real-time chat application"
# → Claude Code planning with Socratic methodology
# → Epic breakdown: auth, websockets, UI, deployment
hydra run "chat-epic"
# → Autonomous execution: typescript-node-developer → frontend-developer → test-writer-fixerCrisis Resolution (Emergency response workflow)
hydra new "critical payment processing failure"
# → Immediate triage and parallel investigation plan
hydra run "payment-hotfix"
# → Multiple agents investigate in parallel → Hot fix deployedLegacy Modernization (Systematic transformation)
hydra new "PHP monolith to TypeScript microservices migration"
# → Comprehensive migration strategy with risk assessment
hydra run "modernization-epic"
# → refactoring-specialist → typescript-node-developer → systematic executionProject Structure
hydra/
├── Core Framework/
│ ├── CONTEXT.md # Your environment (customize!)
│ ├── AGENTS.md # 50+ agent definitions
│ ├── MCP.md # Tool integrations
│ ├── RULES.md # Safety protocols
│ └── PRINCIPLES.md # Development philosophy
├── agents/ # 50+ specialized agents
│ ├── utilities/ # file-creator, git-workflow, context-fetcher
│ ├── engineering/ # Language & architecture specialists
│ ├── design/ # UI/UX specialists
│ ├── marketing/ # Growth & content specialists
│ ├── project-management/ # studio-producer, cofounder, parallel-worker
│ └── testing/ # Quality assurance specialists
├── bin/ # CLI executables
│ ├── hydra.mjs # Main CLI
│ └── hydra-installer.mjs # Installer
├── installer/ # Installation system
│ ├── install.js # Terminal installer
│ └── install-enhanced.js # Web installer
├── prompts/ # Master workflow templates
│ ├── strategic-analysis.md
│ ├── plan-generation.md
│ └── execution-workflow.md
├── scripts/ # Automation scripts
└── standards/ # Engineering standards🤝 Community & Contributing
Support & Discussion
- 💬 Discord community for users and contributors
- 📚 Documentation with guides and examples
- 🐛 GitHub Issues for bugs and features
How to Contribute
- 🤖 Agents - Create new domain specialists
- ⚡ Integrations - Connect new MCP tools
- 📖 Documentation - Improve guides and examples
- 🛠️ Features - Enhance core framework
Contributors & Credits
- Contains Studio - 50+ agent ecosystem
- Agent OS - Workflow patterns
- Anthropic - The AI platform powering this
- Community - Everyone making AI development better
MIT License - Free for personal and commercial use
🐉 Ready to Unleash Unlimited Conversations?
Transform your AI development from 50-message sprints to 300+ message marathons
🚀 Get Started • 🧠 Explore Agents • 🤝 Join Community
Context Firewall Technology™ • 50+ Expert Agents • Parallel Execution • Autonomous Excellence
Where context limits are slain, and mythical productivity becomes reality.
📚 Complete Agent Reference
Language Masters (2024-2025)
typescript-node-developer- Modern TypeScript (Hono, Vitest, Bun runtime)python-backend-developer- Async-first Python (FastAPI, SQLAlchemy 2.0+, Pydantic v2)rust-backend-developer- Zero-cost Rust (Axum, SQLx, compile-time optimization)go-backend-developer- Concurrency-focused Go (Gin, Fiber, goroutines)nodejs-backend-developer- Pure JavaScript (ES2024, streams, clustering)
Architecture Specialists
backend-architect- Scalable API design, system architecture, performancedatabase-wizard- Query optimization, schema design, migration strategiessecurity-ninja- Penetration testing, vulnerability assessment, compliancesuper-hard-problem-developer- Opus-powered for persistent, complex challengesrefactoring-specialist- AI-assisted code transformation and technical debt
Development & Quality
rapid-prototyper- MVP development, proof-of-concepts, quick validationfrontend-developer- React, Vue, modern web frameworks with performance focusmobile-app-builder- Native iOS/Android development with cross-platform expertiseai-engineer- ML/AI integration, LLM workflows, intelligent featurestest-writer-fixer- Comprehensive testing strategies, bug detection and fixes
Design Specialists
ui-designer- Interface design, component systems, design tokensux-researcher- User research, usability testing, experience optimizationwhimsy-injector- Delightful interactions, micro-animations, personalitybrand-guardian- Visual consistency, brand compliance, style guidesvisual-storyteller- Compelling visuals, graphics, presentation design
Marketing Specialists
growth-hacker- Viral growth loops, user acquisition, retention strategiestiktok-strategist- Short-form content, viral trends, engagement optimizationapp-store-optimizer- ASO, store presence, conversion optimizationcontent-creator- Cross-platform content strategy and creationinstagram-curator- Visual content strategy, aesthetic consistency
Coordination Specialists
cofounder- Strategic Head for ambiguous goal analysis and Socratic requirement clarificationparallel-worker- Technical execution engine with dependency-aware workflowsproject-shipper- End-to-end delivery management, timeline coordinationexperiment-tracker- A/B testing, feature flags, validation workflows
Utility Specialists (Mandatory)
file-creator- ALL file/directory creation, templates, batch operationsgit-workflow- ALL git operations with safety protocols and commit standardstest-runner- ALL test execution, coverage analysis, and result interpretationcontext-fetcher- ALL documentation retrieval and internal knowledge accessknowledge-fetcher- ALL external research, web search, and knowledge synthesis
Built on proven agent-based AI development methodologies from claude-code-studio and CCPM (Claude Code Project Management).
