npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@sibyllinesoft/hydra

v1.0.3

Published

Professional installer for Hydra Claude Code Studio with modern web and terminal interface

Downloads

20

Readme

Hydra Logo

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.

MIT License Claude Compatible 50+ Agents 15+ MCP Servers

⚡ 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 install

2. Install Prerequisites

# Install xmlstarlet (required for Living Blueprint system)
# Ubuntu/Debian
sudo apt install xmlstarlet

# macOS
brew install xmlstarlet

# Windows
choco install xmlstarlet

3. 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 doctor

Living 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.xml

Additional 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 install

Result: 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.xml

The 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 issues

hydra 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 installation

hydra 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 patterns
  • python-backend-developer - Async-first Python (FastAPI, SQLAlchemy 2.0+)
  • rust-backend-developer - Zero-cost abstractions (Axum, SQLx)
  • security-ninja - Penetration testing and vulnerability assessment
  • super-hard-problem-developer - Opus-powered for complex challenges

🎨 Design & UX

  • ui-designer - Interface design and component systems
  • whimsy-injector - Delightful interactions and animations
  • brand-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 retention
  • tiktok-strategist - Viral content strategy

Complete Agent Directory →

🛠️ 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.md with 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-fixer

Crisis 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 deployed

Legacy 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 execution

Project 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, performance
  • database-wizard - Query optimization, schema design, migration strategies
  • security-ninja - Penetration testing, vulnerability assessment, compliance
  • super-hard-problem-developer - Opus-powered for persistent, complex challenges
  • refactoring-specialist - AI-assisted code transformation and technical debt

Development & Quality

  • rapid-prototyper - MVP development, proof-of-concepts, quick validation
  • frontend-developer - React, Vue, modern web frameworks with performance focus
  • mobile-app-builder - Native iOS/Android development with cross-platform expertise
  • ai-engineer - ML/AI integration, LLM workflows, intelligent features
  • test-writer-fixer - Comprehensive testing strategies, bug detection and fixes

Design Specialists

  • ui-designer - Interface design, component systems, design tokens
  • ux-researcher - User research, usability testing, experience optimization
  • whimsy-injector - Delightful interactions, micro-animations, personality
  • brand-guardian - Visual consistency, brand compliance, style guides
  • visual-storyteller - Compelling visuals, graphics, presentation design

Marketing Specialists

  • growth-hacker - Viral growth loops, user acquisition, retention strategies
  • tiktok-strategist - Short-form content, viral trends, engagement optimization
  • app-store-optimizer - ASO, store presence, conversion optimization
  • content-creator - Cross-platform content strategy and creation
  • instagram-curator - Visual content strategy, aesthetic consistency

Coordination Specialists

  • cofounder - Strategic Head for ambiguous goal analysis and Socratic requirement clarification
  • parallel-worker - Technical execution engine with dependency-aware workflows
  • project-shipper - End-to-end delivery management, timeline coordination
  • experiment-tracker - A/B testing, feature flags, validation workflows

Utility Specialists (Mandatory)

  • file-creator - ALL file/directory creation, templates, batch operations
  • git-workflow - ALL git operations with safety protocols and commit standards
  • test-runner - ALL test execution, coverage analysis, and result interpretation
  • context-fetcher - ALL documentation retrieval and internal knowledge access
  • knowledge-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).