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

devtronic

v1.3.0

Published

AI-assisted development toolkit — skills, agents, quality gates, and rules for Claude Code, Cursor, Copilot, and Antigravity

Downloads

1,002

Readme

devtronic

CLI for setting up AI-assisted development in your projects. Works with Claude Code, Cursor, Google Antigravity, GitHub Copilot, and OpenCode.

Quick Start

npx devtronic init

The CLI analyzes your project (framework, architecture, stack) and generates personalized AI configuration — rules, skills, agents, and hooks.

Commands

| Command | Description | |---------|-------------| | init [path] | Initialize in a project | | update | Update to latest template | | info | Version, config, and install summary | | doctor [--fix] | Run health diagnostics | | list [skills\|agents] | List installed skills and agents | | config | View or manage project configuration | | addon add <name> | Add an addon skill pack | | addon remove <name> | Remove an addon skill pack | | addon list | List available and installed addons | | addon sync | Regenerate addon files for current agents | | add <ide> | Add another IDE | | regenerate | Regenerate files | | status | Show installation status | | diff | Show differences with template | | uninstall | Remove devtronic from your project | | presets | List available presets |

What Gets Generated

  • AGENTS.md — Universal AI context personalized to your stack
  • Architecture rules — IDE-specific format (.claude/rules/, .cursor/rules/, etc.)
  • Skills (20 core + 12 design + 9 addon) — Reusable workflows (/brief, /spec, /create-plan, /summary, /audit, /devtronic-help, etc.)
  • Agents (15 + 4 addon) — Specialized subagents (code-reviewer, quality-runner, etc.)
  • Hooks (5) — Automated workflow (lint-on-save, checkpoint, etc.)
  • thoughts/ — Structured directory for AI working documents

Addons

Three optional addon packs extend the core toolkit. Select them during init or manage them at any time:

npx devtronic addon list                        # See available addons and status
npx devtronic addon add orchestration           # Install
npx devtronic addon add design-best-practices
npx devtronic addon add auto-devtronic
npx devtronic addon remove <name>               # Uninstall

| Addon | Skills | Description | |-------|--------|-------------| | orchestration | briefing, recap, handoff | Pre-planning alignment, session recaps, context rotation for multi-session work | | design-best-practices | design-init, design-critique, design-refine, design-tokens, design-harden | Frontend design quality: typography, color, layout, accessibility, motion, UX writing | | auto-devtronic | auto-devtronic, validate-task-afk | Autonomous engineering loop — takes a GitHub issue, runs spec → tests → plan → implement → PR, self-corrects via failing tests |

During npx devtronic init (Claude Code only), a multiselect prompt lets you enable any combination of addons upfront.

Supported IDEs

| IDE | Config Format | Features | |-----|--------------|----------| | Claude Code | .claude/rules/*.md + plugin | Full (skills, agents, hooks, rules) | | Cursor | .cursor/rules/*.mdc | Rules + AGENTS.md | | Google Antigravity | .agents/rules/*.md | Rules + AGENTS.md | | GitHub Copilot | .github/copilot-instructions.md | Rules | | OpenCode | .opencode/rules/*.md | Rules + AGENTS.md |

Requirements

  • Node.js >= 18.0.0

Documentation

Full documentation at github.com/r-bart/devtronic.

License

MIT