flavien-ia

60 mods across 1 repository, 36 stars between them.

hypervibe

02

flavien-ia/hypervibe-harness

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.

36 2d ago A tokens not measured original Apache-2.0

context7

03

flavien-ia/hypervibe-harness

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.

36 2d ago A tokens not measured copy · 80% Apache-2.0

PreToolUse

04

flavien-ia/hypervibe-harness

Hook

Runs before the agent uses a tool for Bash tool calls, executing guard-bash.mjs via node. From flavien-ia/hypervibe-harness.

36 2d ago A tokens not measured original Apache-2.0

_add-keyring

05

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.

36 2d ago A 70 tokens original Apache-2.0

_check-deps

06

flavien-ia/hypervibe-harness

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…

36 2d ago A 82 tokens original Apache-2.0

_collect-secret

07

flavien-ia/hypervibe-harness

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…

36 2d ago A 119 tokens original Apache-2.0

flavien-ia/hypervibe-harness

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…

36 2d ago C 121 tokens original Apache-2.0

_create-agent

09

flavien-ia/hypervibe-harness

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.

36 2d ago A 53 tokens original Apache-2.0

flavien-ia/hypervibe-harness

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…

36 2d ago A 83 tokens original Apache-2.0

flavien-ia/hypervibe-harness

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…

36 2d ago A 91 tokens original Apache-2.0

flavien-ia/hypervibe-harness

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…

36 2d ago A 129 tokens original Apache-2.0

_create-routine

13

flavien-ia/hypervibe-harness

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…

36 2d ago A 140 tokens original Apache-2.0

_create-workflow

14

flavien-ia/hypervibe-harness

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.

36 2d ago A 59 tokens original Apache-2.0

flavien-ia/hypervibe-harness

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.

36 2d ago A 71 tokens original Apache-2.0

_dns-brevo

16

flavien-ia/hypervibe-harness

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.

36 2d ago A 65 tokens original Apache-2.0

_dns-cloudflare

17

flavien-ia/hypervibe-harness

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.

36 2d ago A 51 tokens original Apache-2.0

_dns-gandi

18

flavien-ia/hypervibe-harness

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.

36 2d ago A 54 tokens original Apache-2.0

_dns-godaddy-manual

19

flavien-ia/hypervibe-harness

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.

36 2d ago A 74 tokens original Apache-2.0

_dns-hostinger

20

flavien-ia/hypervibe-harness

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.

36 2d ago A 55 tokens original Apache-2.0

flavien-ia/hypervibe-harness

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…

36 2d ago A 86 tokens original Apache-2.0

_dns-ionos-manual

22

flavien-ia/hypervibe-harness

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…

36 2d ago A 79 tokens original Apache-2.0

_dns-namecheap

23

flavien-ia/hypervibe-harness

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.

36 2d ago A 49 tokens original Apache-2.0

_dns-ovh

24

flavien-ia/hypervibe-harness

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.

36 2d ago A 53 tokens original Apache-2.0