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

@ngmthaq20/ai-kit

v0.0.30

Published

Scaffold Claude-flavored agents, skills, and workflow templates into .claude/ or .github/ in your project.

Readme

@ngmthaq20/ai-kit

Scaffold Claude-flavored agents, skills, and workflow templates into your project.


Usage

npx @ngmthaq20/ai-kit@latest init claude

This copies the bundled templates into .claude/ in the current working directory.


To target .github/ instead:

npx @ngmthaq20/ai-kit@latest init github

First-Time Onboarding / Outdated Project Information

If you are setting up AI agents on a project for the first time, or if PROJECT_OVERVIEW.md and CODING_CONVENTIONS.md are outdated, use the built-in onboarding skill to let the AI discover and document your project automatically.

In any agent chat, type:

/onboarding

It is recommended to use GPT model 5.4 or higher; or Claude Opus model 4.6 or higher.

The skill will guide the AI through:

  1. Discovering project name, description, languages, frameworks, package manager, key libraries, database, doc directory, and testing workflow — then writing results to PROJECT_OVERVIEW.md.
  2. Scanning the codebase for coding conventions, presenting them for your approval, then writing results to CODING_CONVENTIONS.md.
  3. (Optional) Running secret and security scanners.
  4. (Optional) Auditing codebase quality against clean code principles.
  5. (Optional) Auditing test files for AAA structure.

CODING_CONVENTIONS.md

Always define coding conventions for your project before assigning it to AI agents. Fill in the coding conventions in the CODING_CONVENTIONS.md file located in the AI ​​agents' configuration directory.


AGENT_RULES.md

Define what the AI Agent should and should NOT do in the AGENT_RULES.md file located in the AI agents' configuration directory before assigning tasks to the AI Agent.


PROJECT_OVERVIEW.md

Fill in the general project information in the PROJECT_OVERVIEW.md file in the agent configuration directory. This will give agents an overview before they start working.


Developer Guide

See DEVELOPER_GUIDE.


License

ISC