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

@agents-skills-ai/sdd-agents

v1.0.5

Published

Specification-Driven Development (SDD) scaffolding CLI for AI agents (Claude Code, Antigravity, Cursor, Windsurf, Copilot)

Readme

@agents-skills-ai/sdd-agents — Specification-Driven Development (SDD) CLI

Fast, interactive scaffolding tool to set up INT Specification-Driven Development (SDD) v1.0 compliance across any codebase with a single command. Works with Antigravity, Claude Code, Cursor, Windsurf, GitHub Copilot, and OpenCode.


🚀 Quick Start in ANY Repository

1. Via NPX (Direct Execution)

Navigate to any project repository and run:

npx @agents-skills-ai/sdd-agents

(or npx @agents-skills-ai/sdd-agents init)


2. Local Development & Testing

If you are developing or testing this CLI locally on your machine:

# Inside C:\Users\SK_Jasimuddin\Desktop\sdd-agents-cli
npm link

# Now run 'sdd-agents' in ANY project folder!
cd F:\another-project
sdd-agents

🎯 What the CLI Generates

The tool creates the complete SDD structure required by the INT Engineering Guidelines:

your-project/
├── .agent/
│   ├── rules/
│   │   ├── int-standards.<stack>.md   # Tailored to selected tech stack
│   │   ├── .agentignore               # Context exclusion rules
│   │   └── auto-log.md                # Session audit logger rule
│   └── workflows/
│       ├── generate-plan.md           # Plan generation workflow
│       ├── generate-tests.md          # Red-phase test generator
│       └── code-review.md             # Gate 2 review checklist
├── .ai-context/
│   ├── constitution.md                # Project law & non-negotiables
│   ├── project_context.md             # High-level overview & tech stack
│   ├── architecture.md                # Living system design doc
│   ├── BRD.md                         # Business requirements backlog
│   ├── status.md                      # Live project status board
│   ├── prompt_history.md              # Session audit trail
│   ├── specs/_template.spec.md        # Spec template with API contract
│   ├── plans/_template.plan.md        # Technical plan template
│   ├── tasks/_template.tasks.md       # Task breakdown template
│   ├── test_cases/
│   │   └── _integration.md            # Cross-feature test journeys
│   └── decisions/
│       └── _template.adr.md           # Architecture decision record template
├── AGENTS.md                          # Universal root AI agent rules
├── CLAUDE.md                          # Claude Code rules (if selected)
├── .cursor/rules/sdd.mdc              # Cursor rules (if selected)
├── .windsurfrules                     # Windsurf Cascade rules (if selected)
└── .github/copilot-instructions.md    # GitHub Copilot rules (if selected)

📦 Supported Tech Stacks

  • 📱 React Native (Expo / Bare React Native)
  • ⚛️ React.js (Vite / CRA / Web)
  • Next.js (App Router / Pages Router)
  • 🟢 Node.js (Express / NestJS / Fastify)
  • 🐍 Python (FastAPI / Django / Flask)
  • Java (Spring Boot / Micronaut)
  • 🔷 .NET / C# (ASP.NET Core)
  • 💙 Flutter (Dart)

🛠️ Publishing to NPM (Optional)

To make npx sdd-agents available globally to all developers in INT:

# 1. Login to npm
npm login

# 2. Publish (public or scoped to @int/sdd-agents)
npm publish --access public

📄 License

MIT © Indus Net Technologies (INT)