Plugin Claude Code
Open-source distribution of the Hypervibe plugin for Claude Code.
Plugin Claude Code
Open-source distribution of the Hypervibe plugin for Claude Code.
Plugin Claude Code
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.
MCP server Claude CodeCodexCursor +2
Context7's hosted MCP server: up-to-date library documentation and code examples on demand. Remote server at mcp.context7.com.
Hook
Runs before the agent uses a tool for Bash tool calls, executing guard-bash.mjs via node. From flavien-ia/hypervibe-harness.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Internal pattern helper for every skill that needs a value the user must fetch from an external provider (API key, token, OAuth secret, measurement ID...). Defines the plugin-wide convention - a SECRET is always typed into a masked OS window and lands either in the vault (global key) or in the project .env + Vercel…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Internal - scaffolds an autonomous AI agent on its own worker: a capped key, a budget circuit breaker, tools, optional memory and a full trace. Invoked by add-automation or add-ai with a routing brief. Not for direct use.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Internal helper invoked by /add-automation once the Render API key is in the vault (Render is driven via its REST API, no CLI) and the project is a monorepo. Creates the apps/worker/ directory with a background-process template deployed as a Render web service on the free plan (the free instance type does not exist…
Skill Claude CodeCodex
Internal helper that turns an operator-side agentic task ("brief me every morning", "analyze my week every Friday", "watch X and alert me") into a Claude routine - a scheduled AI run on the user's own Claude account (cloud routine) or on their machine (local scheduled task). Detects which mechanism the current session…
Skill Claude CodeCodex
Internal - builds an event-triggered pipeline inside the app: when X happens, do A then B then C, with per-step retries and a run log. Invoked by add-automation or add-ai with a routing brief. Not meant to be invoked directly by users.
Skill Claude CodeCodex
Internal helper to detect the basic structure of the current project (project name, monorepo vs single app, web directory path, Next.js detection). Returns a minimal set of 4 variables that most add- skills need at the very beginning of their execution. Idempotent and fast. Not meant to be invoked directly by users.
Skill Claude CodeCodex
Internal skill called by /add-domain. Configures a custom domain in Brevo for professional email sending via the Brevo REST API (curl + key from the vault). Adds the DNS records via the Cloudflare REST API. No MCP, no CLI. Not meant to be called directly by users.
Skill Claude CodeCodex
Internal - handle the case where the user's domain registrar IS Cloudflare (Cloudflare Registrar). No nameserver change needed; just verify the zone exists via CF REST API. Triggered by /add-domain when the registrar is Cloudflare.
Skill Claude CodeCodex
Internal - change a Gandi-registered domain's nameservers to point to Cloudflare. Uses Gandi's REST API v5 directly with a Personal Access Token (no CLI install). Triggered by /add-domain when the registrar is Gandi.
Skill Claude CodeCodex
Internal - guide the user click-by-click to change a GoDaddy-registered domain's nameservers manually. GoDaddy's MCP is search-only (cannot manage DNS), and their Domains API is gated for new users since 2024 - manual mode is the only option. Triggered by /add-domain when the registrar is GoDaddy.
Skill Claude CodeCodex
Internal - change a Hostinger-registered domain's nameservers to point to Cloudflare, via the Hostinger REST API (curl + API token from the Bitwarden vault). No MCP. Triggered by /add-domain when the registrar is Hostinger.
Skill Claude CodeCodex
Internal - guide the user click-by-click to change an Infomaniak-registered domain's nameservers manually. Infomaniak has a clean REST API for DNS records but the registry-level nameserver change endpoint is not publicly documented - manual mode is the only reliable option as of 2026-05. Triggered by /add-domain when…
Skill Claude CodeCodex
Internal - guide the user click-by-click to change an IONOS-registered domain's nameservers manually. IONOS has a clean DNS API but no publicly documented endpoint for changing nameservers at the registry level - manual mode is the only reliable option as of 2026-05. Triggered by /add-domain when the registrar is…
Skill Claude CodeCodex
Internal - change a Namecheap-registered domain's nameservers to point to Cloudflare. Uses Namecheap's REST API directly via curl (no CLI install). Triggered by /add-domain when the registrar is Namecheap.
Skill Claude CodeCodex
Internal - change an OVH-registered domain's nameservers to point to Cloudflare. Uses OVH's REST API v1 directly with signed headers (no CLI install). Triggered by /add-domain when the registrar is OVH.