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

ngautopilot

v0.3.1

Published

Agnostic micro-skills for Angular, TypeScript and JavaScript development with AI agents.

Readme

NgAutoPilot

npm version npm downloads CI Release Gates License Node

NgAutoPilot is an installable catalog of micro-skills that helps AI coding agents work safely in Angular, TypeScript, JavaScript, RxJS, testing, code quality, architecture, versioning, and governance workflows.

It keeps agents on a small, repeatable loop: inspect the repo, detect stack and versions, route to the smallest skill, apply compatibility and risk gates, make the smallest reversible change, and validate the result.

Quick Start

npm exec --package=ngautopilot -- ngautopilot help
npm exec --package=ngautopilot -- ngautopilot list
npm exec --package=ngautopilot -- ngautopilot init
npm exec --package=ngautopilot -- ngautopilot doctor

After init, NgAutoPilot creates a local .ngautopilot/ workspace with skills, adapters, and catalog.json.

Naming

| Concept | Value | | --- | --- | | npm package | ngautopilot | | CLI command | ngautopilot | | generated folder | .ngautopilot/ | | GitHub repo | janpereira-dev/ngAutoPilot |

Why It Exists

AI coding agents often:

  • over-refactor instead of making the smallest safe change
  • guess Angular compatibility instead of detecting it
  • mix upgrade hops with modernization work
  • skip validation or release gates
  • apply generic advice to version-sensitive repositories

NgAutoPilot answers that with small, reusable, public skills that can be routed deterministically.

What NgAutoPilot Is

  • A public catalog of micro-skills.
  • A routing layer for AI coding agents.
  • A safety layer for Angular and frontend change work.
  • A distribution package with a small CLI.
  • A repo with validation, catalog generation, publish bundles, and marketplace manifests.

What It Is Not

  • Not a framework.
  • Not an Angular runtime library.
  • Not an autopatcher.
  • Not a replacement for tests or review.
  • Not tied to a single AI vendor.

Main Use Cases

| Use case | What NgAutoPilot helps with | | --- | --- | | Angular upgrades | major-by-major routing, compatibility gates, upgrade satellites | | Modernization after upgrades | standalone, control flow, @defer, zoneless readiness | | Performance audits | template functions, change detection, trackBy, Core Web Vitals | | Testing | Angular TestBed, Jest, strategy selection, validation contracts | | Quality workflows | lint cleanup, dead code, SonarQube triage, consistency checks | | Agent adapters | Codex, Claude Code, Copilot, Cursor, Gemini, generic exports |

How It Works

  1. Inspect the repository and detect the stack.
  2. Select the smallest relevant skill.
  3. Apply compatibility and risk gates.
  4. Make the smallest reversible change.
  5. Validate the result.
  6. Package docs, bundles, or review artifacts when needed.

Catalog Snapshot

Current catalog size: 285 skills

| Area | Coverage | | --- | --- | | Core routing | intake, stack detection, compatibility, risk control | | Angular | upgrades, modernization, architecture, forms, router, SSR, Material, security, migration | | TypeScript and JavaScript | strict typing, fundamentals, safer code patterns | | Quality | lint, dead code, SonarQube, governance | | CSS | custom properties, :has()-driven layout patterns |

Skill Families

These are the families that matter most when consuming the catalog:

| Skill family | What it covers | When to use | | --- | --- | --- | | skills/_core/ | intake, stack detection, routing, compatibility, risk control | first, for every task | | skills/angular/versioning/ | version gates, compatibility decisions, master routing | before any Angular hop | | skills/angular/upgrades/ | major-hop executors and version-specific satellites | during Angular upgrades | | skills/angular/modernization/ | control flow, @defer, standalone-first, zoneless readiness | after the hop is stable | | skills/angular/architecture/ | higher-level Angular design guidance | when the task is architectural | | skills/angular/microfrontends/ | shell, remote, compatibility, sharing and rollback gates | when the repo needs distributed frontend boundaries | | skills/angular/docs/ | ADRs, upgrade reports, and review packets | when the change needs governance or packaging | | skills/angular/styles/ | Angular-hosted CSS custom property patterns | when Angular needs to expose style-only state | | skills/css/ | selector-driven layout and modern CSS patterns | when CSS can solve the problem without JS | | skills/typescript/, skills/javascript/, skills/quality/ | cross-cutting code quality and workflow skills | when the task is not Angular-specific |

Documentation

Public usage docs:

Maintainer and repository docs:

Built For Agent Workflows

agent agnostic Angular TypeScript AI agents

The repository includes adapters and marketplace manifests for multiple agent ecosystems while keeping the skills themselves public and agent-agnostic.

Project Health

last commit repo size package size issues pull requests

Validation And Release

Use these commands before publishing:

npm run skills:validate
npm run skills:catalog
npm run consistency:validate
npm run marketplaces:validate
npm run skills:publish:pack
npm run publish:validate
npm run pack:dry

The CI and release-gate workflows stay focused on deterministic validation. The release workflow can build release artifacts and, when explicitly dispatched with publish enabled, publish the npm package.

Plugin Marketplaces

NgAutoPilot ships marketplace manifests for Claude Code and Codex:

  • Claude manifest: .claude-plugin/marketplace.json
  • Codex manifest: .agents/plugins/marketplace.json

Current plugin bundles include ngautopilot-core, ngautopilot-angular, ngautopilot-quality, ngautopilot-quality-lint, ngautopilot-quality-deadcode-sonar, ngautopilot-typescript, ngautopilot-angular-microfrontends, and ngautopilot-css.

Repository Map

ngAutoPilot/
  adapters/
  assets/
  docs/
  plugins/
  schemas/
  scripts/
  skills/

License

NgAutoPilot is released under the MIT license.