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

autopilot-agent-skill

v1.2.0

Published

Autonomous orchestrator skill for Claude Code, OpenClaude, Copilot, Cursor, and Kilo. Takes a goal, discovers available skills/MCP/CLI tools, decomposes into phases, maps to skills, executes with monitoring, and verifies until done.

Readme

Autopilot Agent Skill

Fully autonomous AI agent orchestrator — Give it a goal, it runs everything end-to-end without confirmation.

npm version npm downloads Tests License: MIT

Works with Claude Code, OpenClaude, GitHub Copilot CLI, Cursor, and Kilo.


Why Autopilot?

Most AI coding assistants stop and ask "should I continue?" between every step. Autopilot doesn't.

You:   /autopilot "build a REST API with JWT auth and tests"
Agent: [discovered 12 skills, 3 MCP servers, 6 CLI tools]
       [6 phases detected → mapped to 4 skills + codegraph + playwright]
       [planning → implementing → testing → reviewing → shipping]
       Done. All tests pass. Ready to merge.

Zero confirmations. Full autonomy. End-to-end execution.


Quick Start

# Install the skill
npm i -g autopilot-agent-skill

# Or use npx (no install)
npx autopilot-agent-skill

CLI Commands

npx autopilot-agent-skill           # Install the skill
npx autopilot-agent-skill --update  # Update to latest version
npx autopilot-agent-skill --remove  # Uninstall the skill
npx autopilot-agent-skill --list    # Show installed skills
npx autopilot-agent-skill --version # Show current version
npx autopilot-agent-skill --help    # Show help

Supported CLIs

| CLI | Status | Skills Directory | |-----|--------|-----------------| | Claude Code | ✓ Supported | ~/.claude/skills/ | | OpenClaude | ✓ Supported | ~/.openclaude/skills/ | | GitHub Copilot | ✓ Supported | ~/.config/github-copilot/skills/ | | Cursor | ✓ Supported | ~/.cursor/skills/ | | Kilo | ✓ Supported | ~/.config/kilo/skills/ | | Custom | ✓ Supported | Any path you specify |


How It Works

1. Memory Check   → Read MEMORY.md; apply past decisions
2. Discovery      → Scan skills, MCP servers, CLI tools, project context
3. Analysis       → Parse goal, identify type/scope/constraints
4. Phase Detection → Decompose into minimal viable phases
5. Skill Mapping   → Map each phase to best skill + MCP + CLI
6. Session Plan    → Write checkpoint file (.local/session_plan.md)
7. Execution       → Run phases sequentially or in parallel
8. Monitoring      → Typecheck + build + tests after each phase
9. Verification    → Final build, test, lint, security checks
10. Completion     → Clean up, update memory, report

Key Features

  • Smart Discovery — Automatically finds your skills, MCP servers, and CLI tools across 5 CLI platforms
  • Memory-Aware — Reads past decisions from MEMORY.md before starting
  • Phase Decomposition — Breaks any goal into minimal viable phases with dependency tracking
  • Dynamic Skill Mapping — Routes each phase to your best installed skill + MCP tools + CLI tools
  • Prompt Generation — 6 phase templates (Plan, Implement, Test, Review, Debug, Ship) with customization
  • Parallel Execution — Runs independent phases concurrently via background agents
  • Self-Healing — Retries failed phases with adjusted prompts; Root Cause Analysis + Incremental Rollback
  • Context-Aware — Uses Codegraph MCP for codebase understanding; respects 10-file read limit per turn
  • Checkpoint/Resume — Session plan enables resume from interruption
  • Final Verification — Builds, tests, lints, and security scans before reporting done
  • Zero Config — Works out of the box

Simple Task

/autopilot "add a health check endpoint to my API"

Bug Fix

/autopilot "fix the login timeout error"

Full Project

/autopilot "build a user authentication system with JWT, tests, and docs"

See examples/ for detailed walkthroughs.


Contributing

See CONTRIBUTING.md for development setup and guidelines.


License

MIT © Mahmoud20