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

@lajin.m/ai-scaffold

v0.11.0

Published

Reusable AI engineering scaffold with CLI distribution

Readme

AI Scaffold Platform Documentation

Purpose

AI Scaffold is a reusable AI engineering scaffold and CLI platform published as @lajin.m/ai-scaffold with the ais command. It provides:

  • Governance rules for AI-assisted delivery.
  • Agent and command prompts for planning, architecture, review, QA, and release workflows.
  • Template profiles for new or existing application repositories.
  • CLI commands for creating, installing, diagnosing, and eventually updating scaffold-managed files.

Documentation Split

This file documents the scaffold platform itself. Generated projects receive their own README.md from the active profile's README.template.md during CLI installation.

| Documentation | Source | Output | |---|---|---| | Scaffold platform README | README.md | Repo root | | Detailed scaffold docs | README.scaffold.md | Repo root | | Generated project README | templates/<profile>/README.template.md | Target README.md |

Release Checklist

Before promoting a CLI release:

  1. Confirm the worktree contains only intended tracked changes.
  2. Run npm test.
  3. Run npm run typecheck.
  4. Create a temporary project with node bin/ai-scaffold.js create <tmp> --yes.
  5. Run node bin/ai-scaffold.js doctor <tmp>.
  6. Confirm generated files include .ai-scaffold.json, .claude/MEMORY.md, .claude/settings-overrides.json, and README.md.
  7. Confirm generated project README content has no unresolved project identity placeholders.
  8. Update docs/compliance/third-party-attributions.md when dependencies, adapted materials, snippets, or templates are added.

Template Hygiene

  • Do not commit generated local files such as .claude/MEMORY.md or .claude/settings-overrides.json.
  • Do not put generated project placeholder content in the scaffold platform README.md.
  • Keep template README content in README.template.md.
  • Keep attribution, license, and source-origin records current.