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

create-codex

v0.1.0

Published

AGENTS.md setup that just works. Bootstrap every project with a config file that works with most of your favorite code editors. One command, zero headaches.

Readme

create-codex

AGENTS.md setup that just works. Bootstrap every project with the open standard for AI coding agents. One command, zero headaches.

version downloads package size license

Quick Start

npm create codex

Adds local AGENTS.md file to your project. ZERO dependencies, ZERO overhead.

Installation Options

Package Managers

npm create codex               # npm
pnpm create codex              # pnpm  
bun create codex               # bun
yarn create codex              # yarn

Flags

npm create codex --dry-run     # Preview files
npm create codex --help        # All options

Shortcuts

npx create-codex                # Direct execution
npx create-codex my-project     # Create in specific directory

Programmatic Usage

Installation

npm i create-codex

Usage

import { init } from 'create-codex';

await init('./my-project');

Features

Universal Compatibility

  • Works everywhere: Codex, Cursor, Aider, Jules, Zed, Windsurf, Continue, and more
  • Open standard: AGENTS.md is supported by 20k+ projects
  • Zero lock-in: One file that works with any AI coding agent

Intelligent Project Detection

  • Runtime detection: Node.js, Python, Rust, Go, Java, C/C++, TypeScript, Bun
  • Framework detection: React, Next.js, Vue, Angular, Svelte, Express, FastAPI
  • Package manager detection: npm, yarn, pnpm, bun, pip, poetry, uv
  • Git integration: Repository URL, branch information, user details

Production-Ready

  • Atomic operations: SHA256 verification and safe file writes
  • Automatic backups: Timestamped backups of existing files
  • Template rendering: Smart conditionals and variable substitution

Smart AGENTS.md Generation

  • Setup commands: Install, dev, build, test commands for your stack
  • Code standards: Language-specific best practices and conventions
  • Development workflow: Optimized step-by-step process
  • Safety boundaries: Security constraints and operational limits
  • Project context: Path, Git info, and environment details

FAQ

Yes. It only creates an AGENTS.md file, never modifies your code. Each file operation uses SHA256 checksums and creates timestamped backups.

# If something goes wrong, backups are here:
ls .create-codex-backup-*

Delete the AGENTS.md file:

rm AGENTS.md

Your original code stays untouched.

  • Node.js 20+
  • Any AI coding agent that supports AGENTS.md

That's it. No global installs, no dependencies.

It auto-detects:

  • Package managers: npm, yarn, pnpm, bun, pip, poetry, uv
  • Languages: JavaScript, TypeScript, Python, Go, Rust, Java, C/C++
  • Frameworks: React, Vue, Next.js, Express, FastAPI, etc.

Can't find your tool? It falls back to sensible defaults.

Creates 1 file:

AGENTS.md                   # Project-specific instructions for AI agents

Future versions may support additional configuration in .codex/ directory.

Security

This project follows security best practices:

  • All dependencies are audited and kept up-to-date
  • Code is scanned with CodeQL and other security tools
  • OpenSSF Scorecard certified
  • Signed releases with build provenance

Report security issues: SECURITY.md

Contributing

Contributions welcome! Please read SECURITY.md first, then:

  1. Fork the repo
  2. Create a feature branch
  3. Run npm run validate before committing
  4. Submit a pull request

Links

IssuesChangelogAGENTS.md DocsSecurity

License

MIT © RMNCLDYO