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-agentic-pdlc

v3.1.6

Published

Agentic PDLC Framework - Conversational setup for your AI coding assistants

Readme

🤖 Agentic PDLC

Does your AI agent add code you didn't ask for? Does it skip the spec and jump straight to a PR? Does it ignore the rules in your CLAUDE.md?

Agentic PDLC gives your agent a brake it can't ignore — a hook that makes it write the spec first, keep changes small, and stop at each gate. One npx to install.


Two modes — pick yours

lite (default) — the brake Your agent writes the spec, waits for your approval, then implements it. It won't add code you didn't ask for. It won't open a PR before the spec is approved. It won't skip your CLAUDE.md rules — because the gate is a hook, not text the agent can ignore. Value on your first PR.

--agentic — see your whole pipeline Everything in lite, plus a self-moving kanban board that shows your full product lifecycle, from Idea → Production. It makes transparent what needs your attention/approval, what's been done by the agent, and what's ready to merge. It supports as many agents as you need.


⚡ Why it works

  • 🛑 A brake the agent can't ignore — the gate is a hook, not text in CLAUDE.md. Text gets ignored; a hook does not.
  • 📋 Spec before code — the agent can't open a PR until the spec is approved, with acceptance criteria, edge cases, and files to change.
  • 🗺️ See your whole pipeline (--agentic only) — a board tracks every task from idea to production, and the gate between spec and code stays yours. You approve before anything ships.

🚀 Quick Start

npx create-agentic-pdlc

Installs lite by default — your AGENTS.md, CLAUDE.md, and the gate hook. Your AI assistant finishes the setup with you; no YAML to edit.

Want the full board and pipeline view?

npx create-agentic-pdlc --agentic

Already set up? Add or change things any time:

npx create-agentic-pdlc --update

🤝 Works with every AI assistant

One shared brief (AGENTS.md). Every agent reads it.

| AI Assistant | Instruction File | How it Integrates | |:---|:---|:---| | Claude Code | CLAUDE.md + Claude Skill | Uses adapters/claude-code/skill.md (Includes Auto-Setup Mode) | | Gemini CLI | AGENTS.md | Reads the rulebook natively | | Cursor | .cursor/rules/*.md | Uses adapters/cursor/rules.md | | GitHub Copilot | .github/copilot-instructions.md | Uses templates/.github/copilot-instructions.md | | Codex / Antigravity | AGENTS.md | Reads the rulebook natively |


📦 What you get

lite (default)

  • AGENTS.md — the shared brief every agent reads; your rules, once
  • CLAUDE.md — keep-changes-small rule + the stage gates
  • .agentic-pdlc/hooks/pdlc-stage-gate.sh — the hook; the agent can't open a PR until the spec is approved

--agentic (opt-in) Everything in lite, plus:

  • docs/pdlc.md — your pipeline map: board columns and who does what
  • .github/workflows/ — board automation: moves cards on spec approval, PR open, and CI pass

❤️ Contributing

We welcome improvements from solo founders and AI engineers! Please check our Contributing Guidelines on how to submit PRs, add new AI platform adapters, or improve the documentation.


License: MIT PRs Welcome