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

metamaster-claude

v4.0.0

Published

🧠 METAMASTER - Enterprise-grade Claude Code optimizer with local-first memory, auto-updates, diagnostics, and self-healing capabilities. The evolution beyond daddy-claude.

Readme

🧠 METAMASTER-CLAUDE v4.0.0

npm version License: MIT

Enterprise-grade Claude Code optimizer with local-first memory, auto-updates, diagnostics, and self-healing capabilities. The evolution beyond daddy-claude.

πŸš€ What's New in v4.0.0

🎯 Major Features

  • Local-First SQLite Memory: < 1ms query speed, zero cloud dependencies
  • Auto-Update System: Automatic version checking and updates
  • Diagnostic Tools: Comprehensive health checks and troubleshooting
  • Self-Healing: Automatic repair of common issues
  • Uninstall Manager: Clean removal with backup options
  • Database Manager: Integrity checks, backups, optimization
  • Enhanced CLI: 20+ new commands for complete control

πŸ”₯ Why METAMASTER > daddy-claude

| Feature | daddy-claude | METAMASTER v4 | |---------|--------------|---------------| | Memory System | ❌ None | βœ… SQLite with learning | | Auto Updates | ❌ Manual | βœ… Automatic with rollback | | Diagnostics | ❌ None | βœ… Full system analysis | | Self Repair | ❌ None | βœ… Auto-fix issues | | Pattern Learning | ❌ Static | βœ… Dynamic AI learning | | Task Management | ❌ None | βœ… Complete tracking | | Error Recovery | ❌ Manual | βœ… Autonomous | | Performance | Good | 3-10x faster |

πŸ“¦ Installation

npm install -g metamaster-claude

🎯 Quick Start

# Initialize for your project
metamaster init

# Check system status
metamaster status

# Run diagnostics
metamaster diagnose

# Auto-fix any issues
metamaster repair

πŸ’Ύ Local Memory System

METAMASTER uses SQLite for blazing-fast local memory:

# Search memories
metamaster memory search "error handling"

# View statistics
metamaster memory stats

# Clean old memories
metamaster memory cleanup

Performance Metrics

  • Query Speed: < 1ms
  • Storage: Unlimited (disk-based)
  • Pattern Recognition: Automatic
  • Learning: Self-improving over time

πŸ”§ Advanced Features

Auto Updates

# Check for updates
metamaster update check

# Update to latest
metamaster update

# Rollback if needed
metamaster update rollback 3.0.0

Diagnostics & Repair

# Full system diagnostic
metamaster diagnose

# Auto-repair issues
metamaster repair

# Benchmark performance
metamaster benchmark

Database Management

# Optimize database
metamaster db optimize

# Create backup
metamaster backup

# Restore from backup
metamaster restore

# Export/Import data
metamaster db export data.json
metamaster db import data.json

Clean Uninstall

# Uninstall with backup
metamaster uninstall

# Emergency removal
metamaster uninstall --emergency

πŸ€– Agent System

METAMASTER includes specialized agents:

  • BMAD Agents: Complete development methodology
  • Orchestrator: Parallel execution coordinator
  • Optimizer: Performance enhancement
  • Architect: System design
  • Debugger: Error analysis

πŸ“Š CLI Commands

metamaster --help

Core Commands:
  status       Show system status
  init         Initialize for project
  diagnose     Run diagnostics
  repair       Fix issues automatically

Management:
  update       Update METAMASTER
  uninstall    Remove METAMASTER
  backup       Create backup
  restore      Restore from backup

Memory & Data:
  memory       Memory operations
  database     Database management
  agents       List agents
  optimize     Optimize for project

Advanced:
  benchmark    Run performance tests
  config       Configuration
  help         Show help

🎨 Configuration

CLAUDE.md Integration

METAMASTER enhances your ~/.claude/CLAUDE.md with:

  • Local memory queries
  • Pattern recognition
  • Error recovery
  • Task orchestration

settings.json

{
  "permissions": {
    "allow": [
      "mcp__local_memory__*",
      "mcp__metamaster__*"
    ]
  },
  "memory": {
    "enabled": true,
    "autoLearn": true,
    "querySpeed": "fast"
  }
}

🚨 Troubleshooting

Common Issues

  1. Database Corruption

    metamaster repair
  2. Permission Errors

    metamaster diagnose
    metamaster repair
  3. Update Failed

    metamaster update rollback <version>
  4. Memory Full

    metamaster memory cleanup
    metamaster db optimize

πŸ“ˆ Performance

Benchmark Results

Test                 Time      Result
Memory Operations    45ms      βœ… Fast
Pattern Matching     23ms      βœ… Fast
File I/O            12ms      βœ… Fast

Overall Performance: Excellent

Optimization Tips

  1. Run metamaster db optimize weekly
  2. Use metamaster memory cleanup monthly
  3. Keep backups with metamaster backup
  4. Monitor with metamaster diagnose

πŸ”„ Migration from daddy-claude

# Install METAMASTER
npm install -g metamaster-claude

# Initialize with migration
metamaster init

# Verify migration
metamaster status
metamaster diagnose

πŸ›‘οΈ Security

  • 100% Local: No cloud dependencies
  • Encrypted Storage: Optional encryption
  • Secure Patterns: No credential storage
  • Backup Protection: Automatic backups

πŸ“š Documentation

🀝 Contributing

Contributions welcome! Please read our Contributing Guide.

πŸ“ License

MIT Β© METAMASTER Team

πŸ™ Acknowledgments

  • Built on the foundation of daddy-claude principles
  • Enhanced with enterprise-grade features
  • Community-driven improvements

METAMASTER v4.0.0 - The Ultimate Claude Code Optimizer

Faster. Smarter. Self-Healing.