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

@aicodingkit/dev

v0.0.9

Published

`@aicodingkit/dev` provides the `aicodingkit-dev` and `create-aicodingkit` global npm commands. It is authored in TypeScript and compiled to `dist/` before packaging.

Readme

AICodingKit Dev Tooling

@aicodingkit/dev provides the aicodingkit-dev and create-aicodingkit global npm commands. It is authored in TypeScript and compiled to dist/ before packaging.

For complete installation, Capability Pack authoring, command, Catalog publication, CI, and source development instructions, see the Chinese usage and development guide.

New Capability Packs default to every supported Agent: opencode, claude-code, cursor, codebuddy, and trae. The generated aicodingkit.yaml therefore omits spec.compatibility.agents; omit it from an existing Pack as well when all Agents are supported. A Skill, MCP, or Profile can explicitly narrow or change that default through spec.overrides.<coordinate>.compatibility.agents. Catalog publication writes the resolved declaration into each immutable entry. Existing historical Catalog entries are validated as-is and are never backfilled.

The published npm artifact uses bundleDependencies for yaml. Build a local artifact with npm ci, npm run build, and npm pack --pack-destination releases; install it on an offline machine with npm install --global --offline <artifact.tgz>.

npm Release And Offline Artifact

Install the published author tooling with npm install --global @aicodingkit/dev. A protected GitLab release tag named v<package.json version> validates the source, stores an offline .tgz under the releases/ job artifact, and publishes the package to npmjs. Configure NPM_TOKEN as a masked, protected, ordinary GitLab CI/CD variable in this project. It must be an npm access token allowed to publish the @aicodingkit scope; do not configure it as a File variable.

npm versions are immutable. Increase package.json, commit and push the change, then create and push the matching protected v<version> tag. The release job fails rather than attempting to overwrite an existing npm version.

Generated Capability Pack pipelines pin AICODINGKIT_TOOLING_VERSION to the generator's current version. A group or project CI/CD variable with the same name can centrally override that YAML default after a newer Tooling version has been published. This permits a controlled fleet upgrade; otherwise, regenerate the pipeline and review the explicit version change in each Pack repository.

Central Artifact Registry

Generated Capability Pack pipelines publish every new immutable Pack artifact to the GitLab Generic Package Registry of AICODINGKIT_CATALOG_PROJECT_ID. The resulting Catalog Entry uses the same central Artifact URL, while source.repository and source.commit continue to identify the original Pack source project.

The protected AICODINGKIT_CATALOG_TOKEN is the Catalog release bot credential. It must be able to push the generated Catalog release branch, create its merge request, and upload Generic Packages in the Catalog project. Pack pipelines no longer upload release artifacts to their own CI_PROJECT_ID, so new Pack versions do not require individual Artifact read access for every developer. Existing Catalog entries and their historic Artifact URLs are not migrated.