VibesOS
01Plugin Claude Code
Vibes is for people who use Claude Code, but don't know how to code.
Plugin Claude Code
Vibes is for people who use Claude Code, but don't know how to code.
Plugin Claude Code
Vibes is for people who use Claude Code, but don't know how to code.
Instructions file
Instructions for popmechanic/VibesOS, covering vibes diy plugin - development guide, agent quick reference, when to read what, tinybase api reference and environment variables in skill.md.
Hook
Runs when the agent finishes a response, executing assemble-on-stop.sh. From popmechanic/VibesOS.
Hook
Runs when a subagent finishes, executing assemble-on-stop.sh. From popmechanic/VibesOS.
Plugin Claude Code
Julian project tools — deploy, manage, and interact with Julian instances.
Skill Claude CodeCodex
Self-contained deploy automation — invoke directly, do not decompose. Deploys a Vibes app to Cloudflare Workers via the Deploy API. Use when deploying, publishing, going live, pushing to production, or hosting on the edge.
Skill Claude CodeCodex
Self-contained design transformer — invoke directly, do not decompose. Transforms a design reference HTML file into a Vibes app. Use when user provides a design.html, mockup, or static prototype to match exactly.
Skill Claude CodeCodex
Self-contained SaaS pipeline — invoke directly, do not decompose. Generates a factory app with landing page, Stripe subscription checkout, Vibe Token economics, and deploys to Cloudflare Workers. Use when the user wants to monetize an app, add billing, create token-backed revenue sharing, or turn an app into a…
Skill Claude CodeCodex
Self-contained SaaS pipeline — invoke directly, do not decompose. Generates a Vibes app, adds auth + billing, and deploys live. Uses Agent Teams to parallelize for maximum speed. Use when the user wants to build and ship a complete SaaS product in one step, or says "launch", "ship it", "build and deploy".
Skill Claude CodeCodex
Self-contained parallel generator — invoke directly, do not decompose. Generates 3-10 app variations in parallel for comparing ideas. Use when user says "explore options", "give me variations", "riff on this", "brainstorm approaches", or wants to see multiple interpretations of a concept.
Skill Claude CodeCodex
Self-contained test automation — invoke directly, do not decompose. End-to-end integration test that assembles a fixture, deploys to Cloudflare (with auto-provisioned Connect), and presents a live URL for browser verification. Use when testing the plugin, running E2E tests, verifying deployment works, or checking that…
Skill Claude CodeCodex
Lightweight requirements gathering before app generation. Asks non-technical multiple-choice questions to understand user intent, then produces a brief for the generate prompt.
Skill Claude CodeCodex
Self-contained app generator — invoke this skill directly, do not decompose into sub-steps. Generates React web apps with TinyBase reactive data store. Use when creating new web applications, adding components, or working with real-time data. Ideal for quick prototypes and single-page apps that need real-time data…