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

open-autopm

v3.6.11

Published

Autonomous Project Management Framework for OpenCode - 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, 40 specialized AI agents, and complete GitHub/Azure DevOps integration.


Quick Install

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

Choose your scenario during installation:

  • Minimal - Core features, sequential execution
  • Docker - Container development with Docker
  • Full - All features, adaptive execution (recommended)
  • Performance - Maximum parallelization for power users

Quick Start

All commands run inside Claude Code (not terminal):

# Initialize context and testing
/context:create
/testing:prime

# Azure DevOps integration
/azure:init
/azure:us-new "User authentication"
/azure:task-list

# GitHub integration
/github:workflow-create

# Working with agents
@python-backend-engineer Build FastAPI endpoint
@test-runner execute all tests
@code-analyzer review recent changes

Features

Plugin System

12 official plugins with 269 commands across all domains:

Core (7 commands)

  • Context management (/context:*)
  • Testing framework detection (/testing:*)
  • Configuration (/config:*)
  • MCP server setup (/mcp:*)

PM System (54 commands)

  • PRD and Epic management
  • Issue tracking and decomposition
  • Git workflow integration
  • Progress tracking

Azure DevOps (41 commands)

  • User Story management (/azure:us-*)
  • Task management (/azure:task-*)
  • Feature/Epic management (/azure:feature-*)
  • Sprint planning and status

GitHub (18 commands)

  • Workflow creation
  • Issue and PR management
  • Repository automation

Languages (3 commands)

  • Python backend expert
  • JavaScript frontend expert
  • Node.js backend expert

Frameworks (6 commands)

  • React UI components
  • Tailwind CSS styling
  • UX design analysis

Testing (3 commands)

  • E2E test scaffolding
  • Frontend testing
  • Test execution

DevOps (8 commands)

  • Docker containerization
  • Kubernetes deployment
  • Infrastructure setup
  • SSH operations

Cloud (2 commands)

  • Multi-cloud deployment
  • Infrastructure automation

Databases (4 commands)

  • PostgreSQL expert
  • MongoDB expert
  • Redis expert
  • BigQuery expert

AI/ML (3 commands)

  • LangGraph workflows
  • OpenAI integration
  • Data pipelines

Data (3 commands)

  • Kedro pipelines
  • Airflow orchestration

Agent Registry

40 specialized AI agents organized by domain:

Core Agents (6)

  • agent-manager - Create and manage agents
  • code-analyzer - Code analysis and bug detection
  • test-runner - Test execution and analysis
  • file-analyzer - Large file summarization
  • parallel-worker - Multi-agent coordination
  • mcp-manager - MCP server infrastructure

Language Agents (4)

  • python-backend-engineer - Python architecture and FastAPI
  • javascript-frontend-engineer - Modern JavaScript/TypeScript
  • nodejs-backend-engineer - Express, Fastify, NestJS
  • bash-scripting-expert - Shell automation and scripting

Framework Agents (5)

  • react-frontend-engineer - Full React applications
  • react-ui-expert - UI components (MUI, Chakra, AntD)
  • tailwindcss-expert - Utility-first CSS framework
  • ux-design-expert - UX/UI design and accessibility
  • e2e-test-engineer - Playwright and Cypress E2E tests

Testing Agents (1)

  • frontend-testing-engineer - Component and integration tests

Database Agents (4)

  • postgresql-expert - PostgreSQL design and optimization
  • mongodb-expert - MongoDB schema and aggregation
  • redis-expert - Caching and pub/sub messaging
  • bigquery-expert - Data warehouse and analytics

DevOps Agents (6)

  • docker-containerization-expert - Docker containers and compose
  • kubernetes-orchestrator - K8s deployments and Helm
  • github-operations-specialist - GitHub Actions and workflows
  • observability-engineer - Prometheus, Grafana, ELK
  • traefik-proxy-expert - Reverse proxy configuration
  • ssh-operations-expert - Secure SSH operations

Cloud Agents (5)

  • aws-cloud-architect - AWS infrastructure design
  • azure-cloud-architect - Azure cloud architecture
  • gcp-cloud-architect - GCP cloud design
  • terraform-infrastructure-expert - Infrastructure as Code
  • gcp-cloud-functions-engineer - Serverless functions

Integration Agents (2)

  • message-queue-engineer - Kafka, RabbitMQ, SQS/SNS
  • nats-messaging-expert - NATS pub/sub and queues

Data/ML Agents (3)

  • langgraph-workflow-expert - LangGraph workflows
  • kedro-pipeline-expert - Kedro data pipelines
  • airflow-orchestration-expert - Airflow DAGs

AI API Agents (2)

  • openai-python-expert - OpenAI API integration
  • gemini-api-expert - Google Gemini API

Provider Integration

  • GitHub - Issues, PRs, Actions, Projects, Workflows
  • Azure DevOps - Work Items, Boards, Pipelines, Sprints
  • Local - Git-based workflow with markdown tracking

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 | 12 plugins, install what you need | Monolithic | | Agents | 40 specialized experts | Generic or none | | Workflow | Context to Production | Fragmented | | Integration | GitHub + Azure DevOps | Limited | | Documentation | Context7-verified, always current | Often outdated |


Contributing

We welcome contributions! See Contributing Guide for:

  • Development setup
  • Coding standards (TDD mandatory)
  • Testing requirements
  • Pull request process

License

MIT License - see LICENSE for details.


Links