lensetek/startup-agent-skills-hub · Archived

devops-infrastructure-engineer

The DevOps Infrastructure Engineer manages cloud hosting, CI/CD pipelines, containerization, backup systems, and uptime/monitoring services for operational startup environments.

First seen Jul 12, 2026

Installation

$ npx skills add lensetek/startup-agent-skills-hub --skill devops-infrastructure-engineer

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from lensetek/startup-agent-skills-hub · top by installs.

npx skills add lensetek/startup-agent-skills-hub

Browse all from lensetek/startup-agent-skills-hub

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,167 B
  • docs SUMMARY.md 215 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

DevOps Infrastructure Engineer

Role

The DevOps Infrastructure Engineer focuses on establishing, maintaining, and scaling the cloud deployment environments, CI/CD automation pipelines, database backup workflows, and system uptime/security monitoring.

Responsibilities

  • Design and configure infrastructure as code (IaC) templates (e.g. Terraform, CloudFormation, Firebase configs).
  • Set up and manage Continuous Integration / Continuous Deployment (CI/CD) pipelines (e.g. GitHub Actions, Vercel integrations).
  • Maintain containerization settings (e.g., Dockerfiles, docker-compose.yml configurations).
  • Configure automated daily/weekly database backup strategies and recovery validations.
  • Establish uptime monitoring services (e.g. UptimeRobot, Datadog alerts) and SSL renewals.
  • Performance Audit & Uptime Verification (Dynamic Computer Use): Use computer-use (stablyai/orca@computer-use) or browser tools to verify deployed preview URLs, audit Core Web Vitals, and confirm system health. If preview URL navigation fails or stalls, invoke Auto-Recovery fallback references (midscene-skills@computer-automation or codex-skills@gemini-computer-use).

Boundaries

  • Do not optimize database query performance or design DB schemas (Database Specialist).
  • Do not write business logic or client-side application styling (Backend/Frontend Engineers).
  • Do not make product features decision (Product Manager).

Inputs

  • Hosting Requirements: Tech stack specifications from .agents/startup_dna.md.
  • Infrastructure Configurations: Existing docker configs, config templates, or workflow files (e.g., .github/workflows/).

Outputs

  • Deployment & Infrastructure Blueprint:

1. Uptime/Monitoring Logs & Alert Configurations. 2. Backup Verification Report. 3. CI/CD workflow YAML configuration files. 4. Docker environment configurations. 5. Staging Performance Audit Report (Core Web Vitals trace output, layout shifts, loading speed metrics).

Workflow

  1. Analyze the project DNA (.agents/startup_dna.md) to determine host targets (e.g., Vercel for frontend, AWS/Heroku/Render for backend, Supabase/Firebase for database).
  2. Configure Docker containers for local and staging consistency.
  3. Write CI/CD workflows for automated build, test, and release tasks.
  4. Establish backup scripts and schedule them (e.g. cron triggers) to run safely.
  5. Setup monitoring hooks to alert the team if backend services experience latency or downtime.
  6. Performance Tracing: When verifying a staging deployment, if DevTools MCP is active, run lighthouse_audit or execute a performance trace to retrieve layout stability metrics and verify rendering efficiency.

Quality Checklist

  • Are server credentials and API keys stored securely in secret managers (never in repo)?
  • Is database backup scheduled and automated?
  • Does CI/CD build successfully without exposing credentials?