.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/flavien-ia/hypervibe-harness
home/skills/flavien-ia/hypervibe-harness
flavien-ia avatar

flavien-ia/hypervibe-harness

57 skills

View on GitHub
$npx skills add flavien-ia/hypervibe-harness
SkillInstalls
_add-keyring_check-deps_convert-to-turborepoInternal helper to convert a single Next.js project into a Turborepo monorepo.—_create-cloudflare-workerInternal helper invoked by /add-automation once Wrangler is installed and the project is a monorepo.—_create-contact-pageInternal helper - creates a functional /contact page with a secured form (honeypot anti-spam, rate limiting delegated to the tRPC procedure, HTML injection…—_create-render-workerInternal 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.—_create-routineInternal 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…—_detect-project-rootInternal helper to detect the basic structure of the current project (project name, monorepo vs single app, web directory path, Next.js detection).—_dns-brevoInternal 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).—_dns-cloudflareInternal - handle the case where the user's domain registrar IS Cloudflare (Cloudflare Registrar).—_dns-gandiInternal - change a Gandi-registered domain's nameservers to point to Cloudflare.—_dns-godaddy-manualInternal - guide the user click-by-click to change a GoDaddy-registered domain's nameservers manually.—_dns-hostingerInternal - change a Hostinger-registered domain's nameservers to point to Cloudflare, via the Hostinger REST API (curl + API token from the Bitwarden vault).—_dns-infomaniak-manualInternal - guide the user click-by-click to change an Infomaniak-registered domain's nameservers manually.—_dns-ionos-manualInternal - guide the user click-by-click to change an IONOS-registered domain's nameservers manually.—_dns-namecheapInternal - change a Namecheap-registered domain's nameservers to point to Cloudflare. Uses Namecheap's REST API directly via curl (no CLI install).—_dns-ovhInternal - change an OVH-registered domain's nameservers to point to Cloudflare. Uses OVH's REST API v1 directly with signed headers (no CLI install).—_dns-porkbunInternal - change a Porkbun-registered domain's nameservers to point to Cloudflare.—_dns-resendInternal skill called by /add-domain. Configures a custom domain in Resend for professional email sending via the Resend REST API (curl + key from the vault).—_dns-squarespace-manualInternal - guide the user click-by-click to change a Squarespace-registered domain's nameservers manually.—_ensure-vaultInternal preflight - make sure the Bitwarden vault is unlocked before a skill reads any global key.—_generate-secretInternal helper to generate a cryptographically secure random secret (API key, JWT secret, webhook secret, CRON_SECRET, etc.).—_get-secretInternal pattern for reading a secret from the user's Bitwarden vault inside any skill.—_hash-passwordInternal helper to hash a password with Node's native scrypt (NOT bcrypt - bcrypt hashes contain $ characters that break shell and env var handling).—_migrate-workersInternal helper invoked by /start. One-time migration for users coming from a Hypervibe version older than 2.5: consolidates the old separate background…—_open-and-pasteInternal pattern helper for skills that need the user to open a URL in their browser, perform a manual action (regenerate a key, create an OAuth client, copy a…—_pull-env-varsInternal helper to pull environment variables from Vercel for a given target (production, preview, development) and return them as JSON or merge them into the…—_push-env-vars_setup-2fa-admin_setup-2fa-users_setup-auth-admin_setup-auth-users_setup-github-deploy_setup-gsc_setup-indexnow_setup-render_setup-stripe-cli_setup-wrangler_update-claude-md_update-privacy-policyadd-2faAdd two-factor authentication (2FA TOTP) to an existing T3 project's login.—add-agentScaffold an autonomous AI agent into the user's project. The agent runs on Render Background Worker, uses Anthropic Claude (Sonnet 4.6 by default) with prompt…—add-agent-dashboardAdd a monitoring dashboard for AI agents into the project's admin area (/admin/agents).—add-analyticsAdd Google Analytics (GA4) to an existing Next.js project. Includes RGPD cookie consent banner.—add-authAdd NextAuth (Auth.js) authentication to an existing T3 project.—add-automationAdd an automation - scheduled task, in-app agentic workflow, background process, long-running worker, webhook handler, heavy computation, or a personal…—add-backup-dbAdd automated Neon database backups to the current project. Registers the project as a snapshot target of the unified shared Cloudflare Worker "hypervibe-jobs"…—add-collabManage GitHub collaborators on a project that uses the GitHub Actions deploy setup.—add-cronAdd a scheduled task (CRON) to an existing Next.js project. Creates a protected /api/cron/<task-name> route and registers the schedule on the right clock - by…—add-dark-modeAdd dark mode support (light / dark / system) to an existing Next.js + Tailwind v4 project using next-themes.—add-dbAdd a Neon Postgres database to an existing T3 project. Provisions the database, configures Drizzle ORM, and pushes the schema.—add-domainGuide the user to connect a custom domain to their Vercel-deployed app.—add-emailAdd transactional email support (Resend or Brevo) to an existing T3 project.—add-github-authAdd GitHub OAuth login to an existing project. Guides through GitHub OAuth App setup and configures env vars automatically.—add-google-authAdd Google OAuth login to an existing project. Guides through Google Cloud Console setup and configures env vars automatically.—add-i18nAdd internationalization (i18n) to an existing T3/Next.js project using next-intl with sub-path routing.—add-mapAdd an interactive vector map to a Next.js project using MapLibre GL JS + OpenFreeMap (free, no API key, no cookies, EU servers).—