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

pi-agentsmd

v0.1.1

Published

Generate AGENTS.md contributor guides for Pi repositories.

Downloads

320

Readme

pi-agentsmd

Generate AGENTS.md contributor guides for Pi repositories.

pi-agentsmd provides a /init command that analyzes the current repository and generates a concise, well-structured AGENTS.md file with repository-specific guidelines for contributors and AI agents.

Features

  • /init command to generate an AGENTS.md file at the repository root.
  • Refuses to overwrite existing files unless --force is passed.
  • Delegates generation to the AI model, which analyzes the repository structure, tooling, and conventions to produce tailored guidelines.
  • Prompt adapted from OpenAI Codex (Apache 2.0).

Installation

Install from npm:

pi install npm:pi-agentsmd

Install project-locally:

pi install -l npm:pi-agentsmd

During local development from this monorepo:

pi install /path/to/pi-mono/packages/pi-agentsmd

Usage

Generate AGENTS.md

Run the /init command inside a repository:

/init

Pi will analyze the repository and create an AGENTS.md file with sections covering:

  • Project structure & module organization
  • Build, test, and development commands
  • Coding style & naming conventions
  • Testing guidelines
  • Commit & pull request guidelines

Overwrite existing AGENTS.md

If AGENTS.md already exists, use --force to regenerate it:

/init --force

How it works

The /init command sends a structured prompt to the active AI model. The model uses its file-writing tools to analyze the repository and generate an AGENTS.md file tailored to the project. The package itself does not write the file — it delegates entirely to the model.

Development

Requirements:

  • Node.js >= 20.6.0
  • npm
npm install
npm run check
npm run pack:dry-run

Contributing

Contributions are welcome. See CONTRIBUTING.md for development workflow and pull request guidelines.

License

MIT. See LICENSE.

Includes a prompt derived from OpenAI Codex, licensed under the Apache License 2.0. See THIRD-PARTY-NOTICES.