popmechanic
@popmechanic
Public Skills
sell
by popmechanic
Self-contained SaaS automation — invoke directly, do not decompose. Transforms a Vibes app into a multi-tenant SaaS with subdomain-based tenancy. Adds Clerk authentication, subscription gating, and generates a unified app with landing page, tenant routing, and admin dashboard.
vibes
by popmechanic
Self-contained app generator — invoke this skill directly, do not decompose into sub-steps. Generates React web apps with Fireproof database. Use when creating new web applications, adding components, or working with local-first databases. Ideal for quick prototypes and single-page apps that need real-time data sync.
exe
by popmechanic
Self-contained deploy automation — invoke directly, do not decompose. Deploys a Vibes app to exe.dev VM hosting. Uses nginx on persistent VMs with SSH automation. Supports client-side multi-tenancy via subdomain-based Fireproof database isolation.
launch
by popmechanic
Self-contained SaaS pipeline — invoke directly, do not decompose.
connect
by popmechanic
Self-contained deploy automation — invoke directly, do not decompose. Deploys Fireproof Connect to a dedicated Studio VM on exe.dev. Sets up cloud sync backend for all your Vibes apps.
design-reference
by popmechanic
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.
test
by popmechanic
Self-contained test automation — invoke directly, do not decompose. End-to-end integration test that assembles a fixture, deploys Connect + Cloudflare, and presents a live URL for browser verification.
riff
by popmechanic
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.
cloudflare
by popmechanic
Self-contained deploy automation — invoke directly, do not decompose. Deploys a Vibes app to Cloudflare Workers with subdomain registry. Uses KV for storage and native Web Crypto for JWT verification.
loom
by popmechanic
Build applications where Claude Code CLI (claude -p) is the runtime. A server spawns Claude processes that read files, run commands, and return structured output. A custom interface renders the results in whatever form makes sense. Use when a user wants to build something with Claude as the engine: any app that calls claude -p or uses the Agent SDK instead of a traditional API backend. Triggers: "build an app that uses Claude", "make something powered by Claude", "wrap claude -p", "Claude as backend", "Claude as runtime", or any application needing Claude's agentic capabilities (file access, tool use, streaming) through a purpose-built interface. NOT for Anthropic API apps, chat replicas, or standard web apps without an AI runtime.