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-autopm

v3.5.1

Published

Autonomous Project Management Framework for Claude Code - Advanced AI-powered development automation

Readme

ClaudeAutoPM

NPM Version NPM Downloads MIT License GitHub Stars

AI-Powered Project Management Framework for Claude Code

ClaudeAutoPM transforms your development workflow with intelligent automation, 60+ specialized AI agents, and complete GitHub/Azure DevOps integration.


Quick Install

npm install -g claude-autopm
cd your-project
autopm install

Choose your scenario during installation:

  • Minimal - Core features, 3 plugins
  • Docker-only - Modern web development, 6 plugins
  • Full DevOps - Production-ready, 9 plugins (recommended)
  • Performance - All capabilities, 11 plugins

Quick Start

All commands run inside Claude Code (not terminal):

# Initialize PM structure
/pm:init

# Create and decompose a feature
/pm:prd-new "User authentication system"
/pm:prd-parse user-authentication
/pm:epic-decompose user-authentication

# Work on tasks
/pm:next
/pm:issue-start 1
/pm:issue-close 1

# Sync with GitHub/Azure DevOps
/pm:epic-sync user-authentication

Features

Plugin System

11 official plugins with 60+ specialized agents:

  • Core - Framework essentials, code analyzer, test runner
  • Languages - JavaScript, TypeScript, Python, Node.js, Bash
  • Frameworks - React, Vue, Tailwind CSS
  • Testing - E2E, frontend testing, accessibility
  • DevOps - Docker, GitHub Actions, observability
  • Cloud - AWS, Azure, GCP, Kubernetes, Terraform
  • Databases - PostgreSQL, MongoDB, Redis, BigQuery
  • PM - 87 project management commands

Provider Integration

  • GitHub - Issues, PRs, Actions, Projects
  • Azure DevOps - Work Items, Boards, Pipelines
  • Local - Git-based workflow

Execution Strategies

  • Sequential - Safe, predictable, resource-light
  • Adaptive - Intelligent mode selection (default)
  • Hybrid - Maximum parallelization

Documentation

Getting Started

User Guide

Developer Guide

Reference


Why ClaudeAutoPM?

| Feature | ClaudeAutoPM | Traditional Tools | |---------|--------------|-------------------| | AI-native | Built for Claude Code | Adapted/retrofitted | | Modular | 11 plugins, install what you need | Monolithic | | Agents | 60+ specialized experts | Generic or none | | Workflow | PRD to Production | Fragmented | | Integration | GitHub + Azure DevOps | Limited |


Contributing

We welcome contributions! See the Contributing Guide for:

  • Development setup
  • Coding standards
  • Testing requirements
  • Pull request process

License

MIT License - see LICENSE for details.


Links