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

claude-code-dev-stack

v3.7.15

Published

AI-powered development environment with 37 specialized agents, intelligent hooks, and unified tooling

Downloads

30

Readme

Claude Code Dev Stack V3.7.13

AI-powered development environment with 28 specialized agents, intelligent hooks, unified tooling, and real-time statusline.

🚀 Quick Install

From npm (Latest v3.7.13)

npm install -g claude-code-dev-stack@latest

From GitHub (Development)

npm install -g github:KrypticGadget/Claude_Code_Dev_Stack#main

One-line Installers

Linux/Mac:

curl -fsSL https://raw.githubusercontent.com/KrypticGadget/Claude_Code_Dev_Stack/feature/v3-dev/install.sh | bash

Windows:

irm https://raw.githubusercontent.com/KrypticGadget/Claude_Code_Dev_Stack/feature/v3-dev/install.ps1 | iex

✨ What Gets Installed

  • 28 Specialized AI Agents - Architecture, development, DevOps, QA, and more
  • 37 Intelligent Hooks - Automated workflows and orchestration
  • 90+ Audio Files - Rich audio feedback system
  • Real-time Statusline - Live context awareness (v3.7.13)
  • Unified React PWA - Beautiful dashboard interface
  • MCP Servers - code-sandbox, GitHub, Playwright integration
  • Claude Code Integration - Seamless hooks and agent routing

🛠️ Commands

After installation, you'll have access to:

# Main setup command (includes statusline configuration)
ccds-setup

# List and manage agents
ccds-agents list

# List and manage hooks  
ccds-hooks list

# Test statusline
python ~/.claude/hooks/test_statusline.py

# Start the PWA dashboard
cd ~/.claude/ui && npm run dev

🎯 Quick Start

  1. Install the stack:

    npm install -g claude-code-dev-stack@latest
  2. Run setup (configures statusline and hooks):

    ccds-setup
  3. Test the statusline:

    python ~/.claude/hooks/test_statusline.py
  4. View your setup:

    ccds-agents list
    ccds-hooks list
  5. The statusline will appear automatically when you launch Claude Code!

🏗️ Architecture

Claude Code Dev Stack V3/
├── 🤖 28 AI Agents          # Specialized development agents
├── 🪝 37 Smart Hooks        # Automated workflow triggers
├── 🔊 90+ Audio Files       # Rich feedback system
├── 🎨 Unified PWA           # React dashboard interface
├── 🔌 MCP Integration       # External tool connections
└── ⚙️  Claude Code Config   # Seamless integration

📊 Features

  • Real-time Statusline (v3.7.13) - Live display of model, git, phase, agents, tokens
  • Agent Orchestration - Smart routing and task delegation
  • Audio Feedback - Rich audio notifications for all actions
  • Performance Monitoring - Real-time metrics and optimization
  • Security Scanning - Automated security checks and validation
  • Auto-Documentation - Intelligent documentation generation
  • Quality Gates - Automated quality control and validation

🔧 Requirements

  • Node.js 18+
  • npm 8+
  • Claude Code (for full integration)

📚 Documentation

🐛 Issues & Support

📄 License

MIT License - see LICENSE file for details.


Made with ❤️ by the Claude Code Community