$npx skillfedfor your agent

sell

Sell transforms an existing Vibes app into a production-ready SaaS platform with multi-tenant architecture, automatic Pocket ID authentication, and subscription controls. The skill generates a unified HTML file that routes traffic by subdomain—landing page, tenant apps, and admin dashboard all from a single deployment.

Sell converts your Vibes app into a monetized multi-tenant SaaS with authentication and billing controls.

AI-generated summary based on this skill's SKILL.md

★ 134  6 MITupdated by popmechanic

Decision gist · record as of 2026-07-27

Sell converts your Vibes app into a monetized multi-tenant SaaS with authentication and billing controls. Sell transforms an existing Vibes app into a production-ready SaaS platform with multi-tenant architecture, automatic Pocket ID authentication, and subscription controls. The skill generates a unified HTML file that routes traffic by subdomain—landing page, tenant apps, and admin dashboard all from a single deployment.

manual: git clone https://github.com/popmechanic/VibesOS → cp -r VibesOS/vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell ~/.claude/skills/sell
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/SKILL.md · version 06b82110

Use it when

  • Sell automates the entire monetization pipeline for your app.
  • Yes.

Verify before relying

Read SKILL.md below before installing (5 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

popmechanic/VibesOS/sell · repository language: HTML

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I turn my app into a SaaS?

Sell converts your existing app into a multi-tenant SaaS platform by generating a unified HTML file that handles routing, authentication, and subscription gating. The skill automatically integrates Pocket ID for user authentication, sets up tenant isolation by subdomain, and deploys everything to Cloudflare Workers—transforming your app into a monetized business without manual infrastructure setup.

What does Sell do for app monetization?

Sell automates the entire monetization pipeline for your app. It generates a landing page to attract users, integrates subscription gating to control feature access, creates an admin dashboard for tenant management, and adds billing interfaces—all packaged into a single deployment. Your app becomes a production-ready SaaS with revenue controls built in.

Can Sell add authentication to my app?

Yes. Sell automatically integrates Pocket ID authentication into your app, eliminating manual auth setup. Users log in via Pocket ID, and Sell handles session management, tenant identification, and subscription verification—so your app gains enterprise-grade authentication without writing auth code yourself.

How does Sell handle subdomain-based multi-tenant routing?

Sell generates routing logic that uses subdomains to isolate tenants on Cloudflare Workers. Each tenant gets its own subdomain (e.g., tenant1.yourapp.com), and Sell automatically routes traffic to the correct tenant app, landing page, or admin dashboard—ensuring complete tenant isolation and seamless multi-tenant deployment.

What is included in Sell's admin dashboard?

Sell generates an admin dashboard that lets you manage tenants, monitor subscriptions, and control app access. The dashboard is automatically deployed alongside your tenant apps and landing page, giving you visibility and control over your entire SaaS platform from a single interface.

Does Sell support deployment to Cloudflare Workers?

Yes. Sell is built for Cloudflare Workers deployment. It generates a unified HTML file optimized for Workers, handles subdomain-based routing natively, and deploys your entire SaaS—landing page, tenant apps, and admin dashboard—as a single serverless application on Cloudflare's edge network.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

> Plan mode: If you are planning work, this entire skill is ONE plan step: "Invoke /vibes:sell". Do not decompose the steps below into separate plan tasks.

Display this ASCII art immediately when starting:

░▒▓███████▓▒░▒▓████████▓▒░▒▓█▓▒░      ░▒▓█▓▒░
░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░
░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░
 ░▒▓██████▓▒░░▒▓██████▓▒░ ░▒▓█▓▒░      ░▒▓█▓▒░
       ░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░
       ░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░
░▒▓███████▓▒░░▒▓████████▓▒░▒▓████████▓▒░▒▓████████▓▒░

Quick Navigation

  • [Critical

(truncated - see the full file via the links below)

File tree — 5 files
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/SKILL.md
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/components/admin-exe.jsx
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/references/components-and-troubleshooting.md
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/template.delta.html
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/templates/unified.html

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Convert an existing app into a monetized multi-tenant SaaS product”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

cloudflare
by popmechanic · popmechanic/VibesOS

This skill automates deployment of Vibes apps to Cloudflare Workers using the Deploy API, eliminating the need for wrangler CLI or manual infrastructure setup. It manages browser-based authentication on first run, caches credentials for future deploys, and bundles static assets automatically. Optionally configure OpenRouter API keys to enable AI features in your deployed app.

MITupdated Jul 2026
★ 134repo stars
design
by popmechanic · popmechanic/VibesOS

Design takes a complete HTML file and mechanically converts it into a React component backed by TinyBase, preserving structure and CSS while replacing static content with reactive data bindings. The transformation follows deterministic rules—converting class attributes to className, inline styles to objects, and vanilla JavaScript to React hooks—rather than reinterpreting the design. Use this skill when you have a mockup or prototype that needs to become a functional Vibes app.

MITupdated Jul 2026
★ 134repo stars
launch
by popmechanic · popmechanic/VibesOS

Launch is a self-contained SaaS pipeline that generates a complete app, adds authentication and billing, and deploys it live—all in one invocation. Choose between a visual editor with live preview or terminal-based generation, then let the skill handle setup, configuration, and deployment automatically.

MITupdated Jul 2026
★ 134repo stars
riff
by popmechanic · popmechanic/VibesOS

Riff creates multiple app variations simultaneously, each representing a different interpretation rather than just visual tweaks. Gather your requirements once, then generate and rank all variations in parallel to find the strongest concept.

MITupdated Jul 2026
★ 134repo stars
autoresearch
by popmechanic · popmechanic/VibesOS

Autoresearch automates large-scale SKILL.md improvement by spawning multiple variants per generation, evaluating each through a programmatic harness without browser overhead, and scoring with triple-run averaging to identify the strongest performer. The engine iterates autonomously, committing improvements to git and halting when scores plateau or oscillate.

MITupdated Jul 2026
★ 134repo stars
vibes
by popmechanic · popmechanic/VibesOS

Vibes is a self-contained app generator that creates React web applications powered by TinyBase for reactive, real-time data management. Choose between a browser-based editor with live preview or terminal-driven generation, then deploy your app as a standalone HTML file. Ideal for rapid prototyping, single-page applications, and collaborative tools.

MITupdated Jul 2026
★ 134repo stars

More skills factory (MIT) · vibes-brainstorm (MIT)

Tags
multi-tenant-architecturesaas-transformationtenant-isolationsubscription-gatingcloudflare-deploymentauthentication-layermonetization-toolsubdomain-routinglanding-page-builderadmin-dashboard