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

@crewpilot/agent-mcp

v1.0.0

Published

CrewPilot — Your AI engineering crew that plans, architects, builds, tests, and ships software autonomously. 68+ MCP tools & 25 domain skills.

Readme

@crewpilot/agent-mcp

Your AI dev crew — plans, architects, builds, tests, and ships software autonomously. 68+ MCP tools and 25 domain skills for every phase of software development.

Install

npm install @crewpilot/agent-mcp

On install, CrewPilot automatically creates .github/ files in your project so the @CrewPilot agent appears in Copilot Chat's agent dropdown.

Usage

As an MCP Server (VS Code, Cursor, Claude Desktop)

Add to .vscode/mcp.json:

{
  "servers": {
    "crewpilot": {
      "command": "npx",
      "args": ["@crewpilot/agent-mcp"]
    }
  }
}

For Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "crewpilot": {
      "command": "npx",
      "args": ["@crewpilot/agent-mcp"]
    }
  }
}

CLI Commands

npx @crewpilot/agent-mcp          # Start MCP server (stdio)
npx @crewpilot/agent-mcp init     # Create .github/ files in current directory
npx @crewpilot/agent-mcp --help   # Show usage

Global Install

npm install -g @crewpilot/agent-mcp
crewpilot          # Start MCP server
crewpilot init     # Setup .github/ files

What Gets Created

On npm install (or crewpilot init), these files are created in your project:

| File | Purpose | |---|---| | .github/agents/crewpilot.md | Agent definition — enables @CrewPilot in Copilot Chat | | .github/copilot-instructions.md | Project-level Copilot instructions | | .github/crewpilot.config.json | Platform configuration (thresholds, board settings) | | .github/skills/*/SKILL.md | 19 domain skill files for on-demand skill loading |

Existing files are never overwritten.

MCP Tools (68)

| Module | Tools | Purpose | |---|---|---| | Terminal | 3 | Command execution and environment management | | Git | 6 | Branch, commit, diff, log, stage, status | | Knowledge | 9 | Persistent memory, search, semantic search, patterns | | Metrics | 3 | Code complexity, bundle size, coverage analysis | | Dispatch | 4 | Parallel execution, consensus, review workflows, subagent delegation | | Board | 14 | Task management, sprint tracking, PR integration | | Orchestrator | 14 | Worker lifecycle, planning, branching, PR creation | | Notification | 3 | Email and messaging notifications | | Artifacts | 3 | Phase-based artifact persistence for workflow communication | | Sessions | 3 | Session save/restore for resuming long-running workflows | | Work IQ | 3 | M365 integration — emails, meetings, docs, Teams (optional) | | Config | 1 | Runtime configuration management |

Skills (19)

Organized across five engineering pillars:

Strategize — Solution Design, Architecture Planner Assure — Code Quality, Review Functional, Review Standards, Threat Model, Vulnerability Scan, PR Intelligence Engineer — Feature Builder, Test-First, Root Cause Analysis Deliver — Change Management, Deploy Guard, Doc Governance Insights — Pattern Detection, Knowledge Base Automation — Autopilot Worker, Autopilot Meeting, Daily Digest

VS Code Extension

For a richer experience with auto-start, agent switching, and automatic .github/ syncing, install the CrewPilot VS Code Extension.

Work IQ — M365 Integration (Optional)

To enable M365 integration (emails, meetings, documents, Teams), add the Work IQ MCP server alongside CrewPilot in your .vscode/mcp.json:

{
  "servers": {
    "crewpilot": {
      "command": "npx",
      "args": ["@crewpilot/agent-mcp"]
    },
    "workiq": {
      "command": "npx",
      "args": ["-y", "@microsoft/workiq@latest", "mcp"]
    }
  }
}

Requires a Microsoft 365 Copilot license. Work IQ is entirely optional — all workflows gracefully degrade without it. See the full setup guide.

Requirements

  • Node.js 20+

License

Proprietary — All rights reserved.