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

@jakkrichm/create-nexus-devflow

v2.6.1

Published

Installer package for Nexus-DevFlow agentic workflow layer.

Readme

@jakkrichm/create-nexus-devflow

Install and manage Nexus-DevFlow — an enterprise-grade agentic workflow layer supporting The 3-Pillars Model & Single Living Spec Model into any web app, backend, or existing codebase.

npm version Validate DevFlow MIT license

GitHub Repository | Documentation | Changelog


🚀 Quick Installation

Requires Node.js 18 or newer. Run the installer in your target project directory:

# Automated install (Recommended)
npx -y @jakkrichm/create-nexus-devflow@latest -y

# Interactive install
npx @jakkrichm/create-nexus-devflow@latest

The installer overlays the DevFlow workflow layer into your workspace:

  • AGENTS.md & CLAUDE.md (Universal AI guidelines & cross-tool entry point)
  • .agents/skills/ (28 Core Skills for Google Antigravity, OpenAI Codex, Cursor, Copilot)
  • .claude/skills/ (28 Core Skills for Claude Code)
  • devflow/ideas.md (Idea inbox with AI feasibility scoring)
  • devflow/context/ (Living spec & active delivery context)
  • devflow/history/ (Categorized delivery archives)

The 28 names come from the canonical bundled inventory. Local or Personal Skills may coexist in a maintainer workspace, but the package builder excludes them unless they are explicitly promoted into that inventory.


⚡ The Unified 4-Stage Living Spec Lifecycle

All development tasks execute through the 4-stage single living spec lifecycle:

/feature (or /fix) ──▶ /implement ──▶ /check ──▶ /complete
  1. feature / fix (/feature, /fix): Combines Discover, Define, Spec, and Plan. Allocates sequential ID (xxx-slug) and initializes the Single Living Spec (devflow/context/current-feature.md).
  2. implement (/implement): Incrementally executes checklist tasks with strict TDD discipline (Red-Green-Refactor).
  3. check (/check): Dual-Axis review combining empirical spec fidelity with independent standards, architecture, and quality gates.
  4. complete (/complete): Final safety pass, records Release Digest, auto-archives living spec to devflow/history/, resets the stub, and manages the git delivery gate.

🔮 Pre-Flight Discovery Suite

  • /idea: Capture raw ideas in devflow/ideas.md with instant AI feasibility scoring.
  • /grill (or /align): Socratic alignment & domain modeling; records Architecture Decision Records (devflow/decisions/ADR-xxx.md).
  • /brainstorm: Structured divergent/convergent ideation with trade-off analysis.
  • /discovery: Deep inception and exploratory discovery (devflow/discoveries/DISC-xxx.md).

For failures, /debug follows a scientific six-phase diagnosis built around a red-capable feedback loop and does not modify source. Architecture review follows Deep Modules principles: small public interfaces, hidden implementation complexity, and stable seams.

Maintainer contracts and examples are available in the repository: governance rules, Markdown metadata, manual review workflow, and Living Spec examples.


🌐 Web Dashboard & Real-Time Studio

Launch the local interactive Web Dashboard with 0ms SSR First Paint and Single-Flight Git caching:

# Launch dashboard on http://127.0.0.1:4318
npx @jakkrichm/create-nexus-devflow dashboard

🛠️ CLI Management Commands

# Start Web Dashboard
npx @jakkrichm/create-nexus-devflow dashboard [--port 4318]

# Automated Quality Gatekeeper & Pre-commit Hooks
npx @jakkrichm/create-nexus-devflow check-gate [--strict]
npx @jakkrichm/create-nexus-devflow hook install pre-commit

# Model Context Protocol (MCP) Server Hub (12 Native Tools)
npx @jakkrichm/create-nexus-devflow mcp

# Just-In-Time (JIT) Dynamic Context Slicing
npx @jakkrichm/create-nexus-devflow slice --stage implement

# Git Diff Drift Detection & Reconciler
npx @jakkrichm/create-nexus-devflow drift
npx @jakkrichm/create-nexus-devflow reconcile

# Multi-Agent Swarm & Code Graph
npx @jakkrichm/create-nexus-devflow swarm
npx @jakkrichm/create-nexus-devflow graph --file src/index.ts

# Framework Update & Safety Rollback
npx @jakkrichm/create-nexus-devflow update [--check]

📄 License

MIT © Jakkrich