flavien-ia

60 mods across 1 repository, 36 stars between them.

add-2fa

49

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Add two-factor authentication (2FA TOTP) to an existing T3 project's login. Orchestrator - asks which authenticator app the user wants, detects whether the project uses admin auth (single fixed login) or user accounts, and delegates to the right setup. Admin mode - 2FA is mandatory for the single admin, secret +…

36 2d ago A 129 tokens original Apache-2.0

add-agent-dashboard

50

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Add a monitoring screen for AI agents in the project admin: cost, run history, turn-by-turn traces, and a button to launch a run by hand. Installed when an agent is created, safe to re-run.

36 2d ago A 48 tokens original Apache-2.0

add-ai

51

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Add AI to an existing Next.js project: chat assistant, content processing, or generation. Estimates the cost from live prices and provisions a spending-capped key before writing any code. Model-independent through OpenRouter.

36 2d ago A 45 tokens original Apache-2.0

add-analytics

52

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Add Google Analytics (GA4) to an existing Next.js project. Includes RGPD cookie consent banner.

36 2d ago A 25 tokens original Apache-2.0

add-auth

53

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Add NextAuth (Auth.js) authentication to an existing T3 project. One structured question decides the mode - admin (fixed login in env vars) or users (DB-backed email+password with signup, signin, account page, delete account, and optional forgot-password if email is configured). OAuth providers (Google, GitHub) are…

36 2d ago A 117 tokens original Apache-2.0

add-automation

54

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Route an automation need to the right shape: scheduled task, event-triggered pipeline, background worker, autonomous agent, or a personal recurring mission. Start here when you are not sure which one you want.

36 2d ago A 45 tokens original Apache-2.0

add-backup-db

55

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Add automated Neon database backups to the current project. Registers the project as a snapshot target of the unified shared Cloudflare Worker "hypervibe-jobs" (one Worker per account for ALL background jobs, reused across projects) that creates point-in-time Neon branch snapshots every 2 weeks. Retention - rolling (2…

36 2d ago A 129 tokens original Apache-2.0

add-collab

56

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Manage GitHub collaborators on a project that uses the GitHub Actions deploy setup. Lists current collaborators, lets the user add or remove them, and explains how to do it manually. On first use (when the GitHub Actions deploy is not yet configured), it triggers the internal setup-github-deploy helper to put the…

36 2d ago A 94 tokens original Apache-2.0

add-cron

57

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Add a scheduled task (cron) to the project: a protected /api/cron route registered on the shared Hypervibe clock, a dedicated Cloudflare Worker, or a GitHub Action. Triggered by an event rather than a clock? /add-automation.

36 2d ago A 58 tokens original Apache-2.0

add-dark-mode

58

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Add dark mode support (light / dark / system) to an existing Next.js + Tailwind v4 project using next-themes. Configures the dark variant in globals.css, audits existing colors and proposes dark-mode tokens, mounts ThemeProvider in the root layout (and in the [locale] layout if i18n is detected), and creates a 3-state…

36 2d ago A 91 tokens original Apache-2.0

add-db

59

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Add a Neon Postgres database to an existing T3 project. Provisions the database, configures Drizzle ORM, and pushes the schema. In a monorepo, creates a shared packages/db package.

36 2d ago A 45 tokens original Apache-2.0

add-domain

60

flavien-ia/hypervibe-harness

Skill Claude CodeCodex

Guide the user to connect a custom domain to their Vercel-deployed app. Target architecture: -> Cloudflare (DNS + Email Routing) -> Vercel (hosting). Supports Hostinger, Cloudflare, OVH, Namecheap, Gandi, Porkbun, Infomaniak, IONOS, Squarespace (ex-Google Domains), and GoDaddy. Branches to a dns- sub-skill for the…

36 2d ago A 110 tokens original Apache-2.0