Skip to content
Skill

sell

by majiayu000

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "sell" skill in my project.
Repository: https://github.com/majiayu000/claude-skill-registry

Please read the repo to find the SKILL.md file(s), then:
1. Download them into the correct skills directory (.claude/skills/ or .cursor/skills/)
2. Include any companion files referenced by the skill
3. Confirm what was installed and where

Description

Transform 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.

Workflow Overview

• Detect existing app (app.jsx or riff selection) • Configure domain, pricing, and Clerk keys • Assemble unified app (run assembly script) • Deploy with /vibes:exe ---

With AI features enabled

node "${CLAUDE_PLUGIN_ROOT}/scripts/deploy-exe.js" \ --name wedding-photos \ --file index.html \ --ai-key "sk-or-v1-your-provisioning-key" \ --multi-tenant \ --tenant-limit 5 ` AI Deployment Flags: • --ai-key - Your OpenRouter provisioning API key • --multi-tenant -

⛔ CRITICAL RULES - READ FIRST ⛔

DO NOT generate code manually. This skill uses pre-built scripts: | Step | Script | What it does | |------|--------|--------------| | Assembly | assemble-sell.js | Generates unified index.html | Script location: `bash node "${CLAUDE_PLUGIN_ROOT}/scripts/assemble-sell.js" ... ` NEVER do these manually: • ❌ Write HTML/JSX for landing page, tenant app, or admin dashboard • ❌ Generate routing logic or authentication code ALWAYS do these: • ✅ Run assemble-sell.js to generate the unified app • ✅ Use /vibes:exe to deploy after assembly ---

Sell - Transform Vibes to SaaS

This skill uses assemble-sell.js to inject the user's app into a pre-built template. The template contains security checks, proper Clerk integration, and Fireproof patterns. Convert your Vibes app into a multi-tenant SaaS product with: • Subdomain-based tenancy (alice.yourdomain.com) • Clerk authentication with passkeys • Subscription gating via Clerk Billing • Per-tenant Fireproof database isolation • Marketing landing page • Admin dashboard

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 6d ago
Active
Adoption100+ stars on GitHub
119 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars119
Forks20
Issues1
Updated6d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code