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

@antoneeo/agentic-sdlc-skill

v1.6.0

Published

Protocollo SDLC Documentation-First per Claude Code, Gemini CLI e Codex con triage, Vision governance, support file installati e integrazione opzionale devPNT.

Readme

Agentic SDLC Skill for Claude Code, Gemini CLI & Codex

agentic-sdlc is a Documentation-First SDLC protocol for AI coding agents. It supports Claude Code, Codex, Gemini CLI, Cursor/Windsurf-style project instructions, and optional devPNT governance.

Key Features

  • Risk-proportional workflow: L1/L2/L3/Spike triage avoids heavyweight process for trivial work.
  • Vision-guided governance: Standalone projects use ai_docs/vision/; Hybrid projects use devPNT M-VISION as the milestone north star.
  • Standalone complete: works fully with local ai_docs/ without requiring devPNT.
  • devPNT symbiosis: when devPNT is available, Master Plan, Action Plan, M-VISION, and governed artifacts become the authoritative planning layer.
  • Installed support files: Claude, Codex, and Gemini receive the full skill folder, including templates.md, ENFORCEMENT.md, and scripts/sdlc_check.py.
  • Mechanical checks: optional validator for document structure, generated feature history, stale audit areas, and protected-path gates.

Installation

Via npm

npm install -g @antoneeo/agentic-sdlc-skill@latest
agentic-sdlc-install-skill

The installer copies skills/agentic-sdlc-skill/ recursively into native skill locations:

  • Claude Code: ~/.claude/skills/agentic-sdlc/
  • Codex: ~/.codex/skills/agentic-sdlc/
  • Gemini CLI: ~/.gemini/skills/agentic-sdlc/

Restart the relevant agent, or reload skills where the CLI supports it.

The global package also exposes:

agentic-sdlc-init

Run it inside a project to create ai_docs/, Vision documents, strategic docs, audit plan, and agent protocol files (AGENTS.md, CLAUDE.md, GEMINI.md, .cursorrules).

Runtime Shape

The actual runtime skill is the folder:

skills/agentic-sdlc-skill/
├── SKILL.md
├── templates.md
├── ENFORCEMENT.md
└── scripts/
    └── sdlc_check.py

SKILL.md is the entrypoint. Supporting files are loaded or executed only when the agent needs them.

Standalone vs Hybrid

Standalone:

  • ai_docs/ is the source of truth.
  • Vision, analysis, audit, handoff, test strategy, and feature history are maintained locally.

Hybrid/devPNT:

  • devPNT governs M-VISION, Master Plan, Action Plan, and versioned artifacts.
  • ai_docs/ remains useful as readable context, fallback, handoff, or shadow copy.
  • Divergence between user request, local Vision, and devPNT M-VISION must be surfaced before implementation.

Gemini Extension Alternative

You can still install this folder as a Gemini extension:

gemini extensions install .

For native Gemini Agent Skills, the npm installer now copies the skill folder into ~/.gemini/skills/agentic-sdlc/.

Created By

Created by Antonio Pinto (GitHub).

(c) 2026 Antonio Pinto. All rights reserved.