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.zipInstalls 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.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
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 intent | Sub-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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| vibeops (this skill) | 0 | 1mo | No flags | Beginner |
| ops | 0 | 1mo | Review | Advanced |
| ecs-runtime-debug-playbook | 0 | 4mo | No flags | Advanced |
| agent-workflow-automation | 4 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
ops
denniszielke
>
ecs-runtime-debug-playbook
talolard
Debug AWS ECS or Fargate deployments where CI or workflow status does not match live behavior, especially when an old task definition keeps serving traffic, a new task exits during startup, health checks are false-green, Alembic or schema state may be inconsistent with physical tables, or AWS profil
agent-workflow-automation
ruvnet
Agent skill for workflow-automation - invoke with $agent-workflow-automation
it-operations
davila7
Manages IT infrastructure, monitoring, incident response, and service reliability. Provides frameworks for ITIL service management, observability strategies, automation, backup/recovery, capacity planning, and operational excellence practices.
homebutler
Higangssh
Homelab server operations via homebutler CLI/MCP. Check system status, generate butler reports, scan inventory/topology, manage Docker containers, install self-hosted apps, verify backup drills, Wake-on-LAN, port scanning, alerts, backup/restore, and multi-server SSH.
dokploy-management
majiayu000
|