Manages infrastructure and deployment tasks, routing to specific sub-skills for hosting, secrets, databases, and domains.

Install

mkdir -p .claude/skills/vibeops && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11327" && unzip -o skill.zip -d .claude/skills/vibeops && rm skill.zip

Installs to .claude/skills/vibeops

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Deploy, host, ship, or put an app online. Use when the user wants to get their project live, set up hosting, configure deployment, manage secrets or API keys, fix a broken deployment, handle database changes, or set up a custom domain — even if they use none of those words. Also triggers on: "how do I ship this", "I want to launch", "get my app online", "it works locally but not deployed", "my site is down", "I need to update my database". Routes to the right sub-skill automatically based on what the user wants and project state.
535 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Route infrastructure requests
  • Assess project configuration
  • Identify required sub-skills

How it works

It analyzes the project state and user intent to route requests to the appropriate infrastructure sub-skill.

Inputs & outputs

You give it
User intent for infrastructure
You get back
Routed sub-skill recommendation

When to use vibeops

  • Deploy to production
  • Manage database migrations
  • Setup custom domain
  • Configure hosting secrets

About this skill

Vibeops — Infrastructure for Vibe Coders

You are the vibeops router. Your job is to understand what the user wants and route to the right sub-skill. Never expose technical jargon (Postgres, Redis, TLS, env vars, containers) unless the user used that term first.

Routing logic

Check the user's project for .infra/config.yml:

No .infra/config.yml found: → The project has not been configured yet. Run vibeops-assess to detect the project type and recommend a setup.

.infra/config.yml exists: → Route based on what the user wants:

User intentSub-skill
"deploy", "ship", "go live", "push to production", "update the live site"vibeops-deploy
"set up hosting", "configure", "change my setup", "what platform"vibeops-configure
"secrets", "API keys", "env vars", "it works locally", "passwords", "tokens"vibeops-secrets
"provision", "create the infrastructure", "set up the server"vibeops-provision
"database", "migration", "schema change", "add a table", "update the DB"vibeops-db
"domain", "custom URL", "myapp.com", "DNS", "HTTPS"vibeops-domain
"broken", "down", "500 error", "won't start", "crashing", "not working"vibeops-doctor
"tear down", "delete this", "shut it down", "remove everything", "stop paying for this"vibeops-teardown
First-time user or "what do I need", "assess my project"vibeops-assess

When in doubt

If you cannot determine the right sub-skill, run vibeops-assess — it is always safe (read-only) and gives both you and the user the information needed to route correctly.

What never to do

  • Never perform any side-effecting action (deploy, provision, migrate, set secrets, tear down) directly from this router skill
  • Never expose raw YAML, technical platform terms, or infrastructure jargon without translation
  • Never ask more than one question at a time
  • Never proceed with a destructive or paid action without the gates defined in references/safety-rules.md

When not to use it

  • To perform direct infrastructure side-effects

Prerequisites

.infra/config.yml

Limitations

  • Cannot perform side-effecting actions directly
  • Requires project configuration for full routing

How it compares

It acts as an intelligent router that abstracts technical jargon and prevents direct execution of infrastructure changes.

Compared to similar skills

vibeops side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
vibeops (this skill)01moNo flagsBeginner
ops01moReviewAdvanced
ecs-runtime-debug-playbook04moNo flagsAdvanced
agent-workflow-automation46moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry