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

dummy-os

v2.1.1

Published

D.U.M.M.Y. OS — The AI Operating System. Dynamic. Unified. Multi-agent. Memory-driven. Yield.

Readme

D.U.M.M.Y. OS

Dynamic. Unified. Multi-agent. Memory-driven. Yield.

The AI Operating System that lives inside your AI tool. — v2.1.0


What is D.U.M.M.Y. OS?

D.U.M.M.Y. OS is not an app. Not a plugin. Not a chatbot.

It's an operating system layer that transforms any AI coding tool into a fully orchestrated, self-correcting, memory-persistent development environment.

Install it once. Your AI never forgets a project, never repeats a mistake, never asks you to configure something twice.

Generic AI + D.U.M.M.Y. OS = AI that builds, fixes, integrates and remembers

Install

npx dummy-os install

D.U.M.M.Y. OS detects your AI tool (Claude Code, Cursor, Windsurf) and installs all 8 processes automatically.

Then, to boot the OS, just say:

hi dummy

How it works

When you load D.U.M.M.Y. OS, your AI gains 8 specialized processes:

| Process | What it does | |---------|-------------| | orchestrator | Kernel — routes your intent to the right process automatically | | ConnectPro | Resolves OAuth, API keys, databases — zero manual config. Uses MCP → API → dev-browser automation → CLI | | app-factory | Builds complete full-stack apps (Next.js, Expo, Supabase) | | mock-to-react | Turns any image or Figma design into pixel-perfect React | | preview-bridge | Opens live preview for any web project automatically | | surge-core | Monitors everything, auto-fixes errors before you notice | | engineering-mentor | Senior architect available for every decision | | dummy-memory | Persists context between sessions — the AI never forgets |

You don't call these processes manually. You just talk:

"Build me a task manager with Google login and Supabase"
→ OS routes: ConnectPro → app-factory → preview-bridge → surge-core

"Turn this screenshot into a React component"
→ OS routes: mock-to-react → preview-bridge

"My app is showing a 500 error"
→ OS routes: surge-core (activates immediately, auto-fixes)

Browser Automation (new in v2.1)

ConnectPro now uses dev-browser — a sandboxed Playwright CLI — to automate dashboards when no MCP is available:

npm install -g dev-browser && dev-browser install

With dev-browser installed, ConnectPro can navigate to Supabase, Stripe, Vercel, Google Cloud and extract credentials automatically — no copy-paste needed.


Memory — The M of D.U.M.M.Y.

Every session, the OS saves:

  • What was built (stack, routes, components)
  • Which credentials were resolved (and how)
  • Architectural decisions made (and why)
  • Errors fixed (never repeated)
  • Your preferences (language, style, frameworks)

Next session, it loads everything back. Your AI picks up exactly where you left off.

dummy init        # initialize memory for current project
dummy status      # see what's installed and what's remembered
dummy memory load # review what the OS knows about your project

Compatible with

| AI Tool | Support | |---------|---------| | Claude Code | ✓ Full support | | Cursor | ✓ Full support | | Windsurf | ✓ Full support | | Any AI (system prompt) | ✓ Via SYSTEM.md |


CLI Reference

npx dummy-os install              # auto-detect and install
npx dummy-os install --tool cursor # install to specific tool
npx dummy-os install --force      # force update all skills
npx dummy-os update               # update to latest version
npx dummy-os status               # show installed skills + memory
npx dummy-os doctor               # diagnose installation health
npx dummy-os init                 # init memory for current project
npx dummy-os memory load          # display project memory
npx dummy-os memory clear         # clear project memory
npx dummy-os uninstall            # remove all skills

dummy doctor

$ npx dummy-os doctor

D.U.M.M.Y.  v2.1.0

Running diagnostics...

  ✓ Node.js version (v20.11.0)
  ✓ AI tools detected (Claude Code)
  ✓ Skills installed (8/8)
  ✓ CLAUDE.md with boot trigger
  ⚠ dev-browser CLI (optional — needed for browser_auto)
    → npm install -g dev-browser && dev-browser install
  ✓ Project memory (initialized)

Some issues found. Fix the ⚠ items above and re-run: dummy doctor

The idea

Most AI tools are powerful but stateless. Every session starts from zero. You re-explain your stack. You reconfigure integrations. You watch the same errors happen again.

D.U.M.M.Y. OS fixes that by adding the OS layer that was missing:

  • Kernel that routes intent
  • Processes that specialize
  • Memory that persists
  • Monitor that self-corrects

The AI is the hardware. D.U.M.M.Y. OS is the operating system.


Source

Built and maintained by @allinerosamkup-ai

GitHub: allinerosamkup-ai/skills-for-dummies


One install. Any AI. Every project. Never forget.