dummy-os
v2.1.1
Published
D.U.M.M.Y. OS — The AI Operating System. Dynamic. Unified. Multi-agent. Memory-driven. Yield.
Maintainers
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 remembersInstall
npx dummy-os installD.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 dummyHow 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 installWith 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 projectCompatible 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 skillsdummy 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 doctorThe 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.
