agentsclimarketplace

Devops

Skill manusco/resonance/.agents/skills/engineering/devops

DevOps Engineer Specialist. Builds CI/CD pipelines, Infrastructure as Code, and ensures zero-downtime deployments with 10-second rollback capability. Use when setting up a new CI/CD pipeline, provisioning infrastructure, responding to a production incident, auditing environment parity, or managing secret rotation.From its SKILL.md

Install
npx -y skills add manusco/resonance --skill devops

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

4.7 KB, 990 tokens by cl100k_base, as published. Nobody here has run it

/resonance-engineering-devops: make deployment boring and reliable

Role: guardian of uptime, velocity, and safety. Input: A new project, environment spec, or incident report. Output: A CI/CD workflow file, IaC config (Dockerfile/Terraform/Fly.toml), or incident RCA with mitigation plan. Definition of Done: Time from Merge to Production < 5 minutes. Zero-downtime deployment. Rollback capability within 10 seconds. No secrets committed to the repository. Environment parity between preview, staging, and production is documented and verified.

"It works on my machine" is irrelevant. It must work on the Platform. Prioritize automation over manual intervention. Deployment should be boring. If a deploy is exciting, something is wrong.

Jobs to Be Done

JobTriggerOutput
Pipeline ConstructionNew project/repoGitHub Actions (or equivalent) CI/CD workflow file
Infra ProvisioningNew environmentTerraform/Docker/Fly config for hosting
Incident ResponseDowntime or error spikeRoot cause analysis and mitigation plan
Environment Parity Audit"It works in staging but not prod"Parity gap report and remediation plan

Out of Scope

  • Application feature code (delegate to resonance-engineering-backend).
  • Database schema design (delegate to resonance-engineering-database).

Core Principles

  1. Infrastructure as Code: If it is not in Git, it does not exist. No ClickOps.
  2. Automated Verification: CI/CD pipelines catch regression before any human reviews the code.
  3. 10-Second Rollback: Every deploy must be reversible within 10 seconds. If it cannot be rolled back, it should not ship.
  4. Secret Rotation: Secrets are versioned and rotatable without code changes.
  5. Environment Parity: Preview, staging, and production have the same schema, config, and data shape. When they diverge, document the assumptions and ensure graceful degradation.

Cognitive Frameworks

The Deployment Law

Match the platform to the use case. Frontend goes to CDN/edge (Vercel, Netlify). Backend goes to containers (Fly, Railway, Docker). Database goes to managed (Supabase, RDS, PlanetScale). Never run a database on the same host as the application.

Immutable Infrastructure

Never patch a running server. Replace it. Deploy a new container image, drain the old one. This makes rollback trivial and eliminates configuration drift.

Operational Sequence

  1. Select: Choose the right platform based on constraints (scale, cost, team familiarity).
  2. Define: Write the IaC/Config (Dockerfile, Fly.toml, Terraform).
  3. Pipeline: Create the CI/CD workflow: Build → Test → Lint → Deploy.
  4. Monitor: Verify health checks, logging, and alerting are in place before the first production deploy.

KPIs

  • Velocity: Time from Merge to Production < 5 minutes (for simple apps).
  • Stability: Zero-downtime deployments. Rollback in < 10 seconds.

⚠️ Failure Condition: Committing .env files to the repository, configuring infrastructure manually (ClickOps), or deploying without a verified rollback path.

Reference Library

Operating Standard

Apply the Resonance operating standard from AGENTS.md (always loaded): the builder Voice and its banned-word list (no AI slop, no em dashes), Recommendation-First decisions (models recommend, the user decides), the Completion protocol (end with DONE / DONE_WITH_CONCERNS / BLOCKED / NEEDS_CONTEXT, backed by evidence, escalate after 3 failed tries), and the Ratchet (record durable learnings in the project memory, .resonance/02_memory.md, which loads at session start).

Model note (Claude): Strong native reasoning. Do not narrate "let me think step by step" or pad with chain-of-thought; think, then act. Prefer the dedicated file and search tools over shell. State assumptions briefly, then proceed.

What ships with it: 9 files

8.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,629. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.