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-subagent-manager

v1.2.0

Published

Interactive installer for Claude Code subagents with CLI and GUI interfaces

Readme

Claude Code Subagent Manager

Interactive installer for Claude Code subagents from the awesome-claude-code-subagents community repository.

🚀 Quick Start

Installation

# Install globally
npm install -g claude-code-subagent-manager

# Or use directly with npx
npx claude-code-subagent-manager

Usage

# Interactive CLI installer
claude-subagents

# Launch GUI interface (cross-platform)
claude-subagents --gui

# Set GitHub token for enhanced rate limits (5,000 requests/hour vs 60)
claude-subagents --token ghp_xxxxxxxxxxxxxxxxxxxx

# Browse all available subagents
claude-subagents --demo

# Show help
claude-subagents --help

GUI Interface

The package now includes a cross-platform GUI that works on Windows, macOS, and Linux:

# Launch the graphical interface
claude-subagents --gui
# or
claude-subagents -g

The GUI provides:

  • ✨ Visual category browser
  • 🔍 Easy agent selection with checkboxes
  • ⚙️ Settings panel for GitHub token configuration
  • 📊 Installation progress tracking
  • 🎯 User-friendly interface for all platforms

GitHub Token (Recommended)

For the best experience, set a GitHub personal access token to increase API rate limits from 60 to 5,000 requests per hour:

  1. Go to GitHub Settings → Developer settings → Personal access tokens → Tokens (classic)
  2. Click "Generate new token (classic)"
  3. Give it a name like "Claude Subagent Manager"
  4. Select "public_repo" scope (read access to public repositories)
  5. Click "Generate token" and copy it
  6. Use it with: claude-subagents --token YOUR_TOKEN

The token is saved locally and used for all future API requests.

✨ Features

  • 126+ Subagents: Access to the entire community collection
  • Cross-Platform GUI: Electron-based interface for Windows, macOS, and Linux
  • Command-Line Interface: Traditional CLI for power users and automation
  • 10 Categories: Core Development, Language Specialists, Infrastructure, Quality & Security, Data & AI, Developer Experience, Specialized Domains, Business & Product, Meta Orchestration, Research & Analysis
  • GitHub Token Support: Enhanced API rate limits (5,000 vs 60 requests/hour)
  • Interactive Selection: Browse by category with checkbox-style selection
  • Smart Installation: Handles conflicts, validates files, prompts for overwrites
  • Live Updates: Fetches the latest subagents from the community repository

📋 Available Categories

| Category | Count | Description | |----------|-------|-------------| | Core Development | 12 | Backend, Frontend, Fullstack developers | | Language Specialists | 24 | Python, JavaScript, TypeScript, etc. experts | | Infrastructure | 13 | DevOps, Cloud, Containerization specialists | | Quality & Security | 13 | Testing, Security, Code review experts | | Data & AI | 13 | AI Engineers, Data Scientists, ML specialists | | Developer Experience | 11 | Tooling and Productivity experts | | Specialized Domains | 12 | Game Dev, Mobile, Embedded systems | | Business & Product | 12 | Product Managers, Business analysts | | Meta & Orchestration | 9 | Multi-agent coordination | | Research & Analysis | 7 | Research and Analysis specialists |

🎯 How It Works

  1. Browse Available Subagents: See all 126+ subagents organized by category
  2. Interactive Selection: Choose individual agents or entire categories
  3. Automatic Installation: Downloads and installs to your .claude/agents/ directory
  4. Conflict Management: Smart handling of existing agents with overwrite prompts

📖 Usage Examples

Browse All Available Subagents

claude-subagents --demo

Interactive Installation

claude-subagents

Check What's Installed

# List installed subagents
ls .claude/agents/

🛠️ Requirements

  • Node.js 14.0.0 or higher
  • Claude Code installed and configured

🤝 Contributing

The subagents are maintained by the community at VoltAgent/awesome-claude-code-subagents.

To contribute new subagents or improvements:

  1. Visit the awesome-claude-code-subagents repository
  2. Follow their contribution guidelines
  3. Submit a pull request

📄 License

MIT

🔗 Links