By flavien-ia
Bootstrap a full-stack T3 project (Next.js + tRPC + Drizzle + Tailwind + shadcn/ui) with modular addons for database, auth, payments, email, storage, i18n, analytics, domain, and SEO. Deploys to Vercel with GitHub integration.
Internal. Sets up the access-key vault (Bitwarden) on the machine: installs the tool, connects the account, opens the daily session. Invoked by /start (Step 3bis) and by skills that discover a missing vault (_ensure-vault, _get-secret...). Not meant to be invoked directly by users.
Internal helper to check project dependencies (DB, email, etc.) with robust heuristics that don't fall for T3 bootstrap placeholders or localhost defaults. Delegates to bundled scripts/check-deps.mjs. Returns JSON. Triggered by add-auth, add-backup-db, and any skill that needs to verify a real cloud dependency is wired up. Not meant to be invoked directly by users.
Internal helper to convert a single Next.js project into a Turborepo monorepo. Idempotent - if the project is already a monorepo (apps/web/ exists), returns immediately. Moves the existing project into apps/web/, creates root package.json with workspaces, pnpm-workspace.yaml, turbo.json, and adds turbo as a dev dependency. Optionally extracts a shared packages/db package if a Drizzle DB is detected. Updates imports in apps/web accordingly. Triggered by /add-automation. Not meant to be invoked directly by users.
Internal helper invoked by /add-automation once Wrangler is installed and the project is a monorepo. Creates the apps/worker/ directory, scaffolds a Cloudflare Worker via wrangler init, optionally adds CRON triggers natively in wrangler.toml, implements scheduled+fetch handlers, and deploys. Returns the deployed worker URL. Not meant to be invoked directly by users.
Internal helper - creates a functional /contact page with a secured form (honeypot anti-spam, rate limiting delegated to the tRPC procedure, HTML injection protection). Detects i18n, email provider (Resend vs Brevo), and shadcn/ui + react-hook-form deps. Invoked by /add-email or any future skill that needs to add a contact UI. Not meant to be called directly by users.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub flavien-ia/hypervibe-harness --plugin hypervibeBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that bootstraps full-stack T3 projects with modular addons. Built for non-technical users who want to create and deploy web apps by describing what they want in plain language.
📘 First time? Follow the step-by-step installation guide. It walks you through the prerequisites, the accounts to create, and your first project, end to end.
You need Claude Code first. It is included with a Claude Pro plan or higher (the free plan is not enough), and ships with the Claude desktop app (Mac and Windows) or as a CLI. New to Claude? Create your account and subscribe here. Then, inside Claude Code, run:
/plugin marketplace add flavien-ia/hypervibe-harness
/plugin install hypervibe@hypervibe-harness
Updating from a version older than 2.5? After updating the plugin, just re-run /start in Claude Code: it detects your old background mechanisms and consolidates them into the new unified one for you, safely and with your consent at each step (nothing happens if you have nothing to migrate). More context in MIGRATION.md.
Then type /start: it installs everything else for you (Node.js, pnpm, Git, and each service's CLI) and checks that all your connections work.
Prefer a guided, click-by-click version? See the full walkthrough at hypervibe.fr/plugin/installation.
| New to this? | Already comfortable? |
|---|---|
/start - checks your setup and shows you around | /bootstrap - jump straight in |
/prof - explains how everything works | /spec - build a detailed spec first |
Just describe what you want to build. Claude analyzes your description and infers which addons are needed (database, auth, payments, etc.), then presents the plan for your approval before building.
/bootstrap My photographer portfolio website
/bootstrap My lead management dashboard with user accounts
/bootstrap My online invoicing SaaS with Stripe payments
When you launch /bootstrap, you choose how to describe your app:
/spec): Claude guides you step by step through 5 blocks (project, pages, design, features, constraints) and produces a cahier-des-charges.md.md file, he reads it and infers the infrastructure| Skill | What it does |
|---|---|
/bootstrap | Create a new project from scratch |
/spec | Build a detailed project specification, step by step |
/start | First-time onboarding: checks prerequisites, presents all commands |
/prof | Explains how everything works in plain language (pedagogical mode) |
/seo | Audit SEO and fix issues (metadata, sitemap, OG, structure, URLs/slugs, accessibility, readability, topical depth, freshness) |
/geo | Audit and optimize for AI answer engines (ChatGPT, Claude, Perplexity, Google AI Overviews) - llms.txt, AI crawler policy, FAQPage schema, citability signals, E-E-A-T, Q&A format. Complementary to /seo. |
/gsc | Connect the site to Google Search Console, verify DNS automatically, submit the sitemap, then audit what Google actually sees - indexing coverage, top queries, quick wins (positions 11-20), low CTR pages, zombie pages. Complementary to /seo (external Google data). |
/security | Security audit (secrets, auth, headers, dependencies, RGPD) |
/rgpd-audit | RGPD compliance audit - detects third-party services in use, updates the subprocessors registry, generates or refreshes the privacy policy page |
/clean | Find unused files, dead code, orphan env vars and DB tables - review + delete on a branch |
/rotate-secret | Rotate a secret (Stripe, Brevo, Google…) everywhere it lives - local + Vercel |
/quotas | Show your current usage against each service's free tier (Neon, Cloudflare, Brevo, Resend, Vercel) with verdicts per gauge |
Each addon can be activated during /bootstrap or used standalone on an existing project.
Let your AI scaffold and extend projects with Better-T-Stack. Bundles the create-better-t-stack MCP server plus skills, commands, and an agent so the assistant plans a valid stack and generates it instead of hand-rolling boilerplate.
Full-stack web development with app scaffolding and page generation
Scaffold Cloudflare Workers, Hono APIs, D1/Drizzle schemas, D1 migration workflows, full-stack Vite+Workers apps, and TanStack Start SSR dashboards.
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Editorial "Full-Stack Developer" bundle for Claude Code from Antigravity Awesome Skills.
Let your AI assistant scaffold and extend Better Fullstack projects through the official MCP server and focused skills.