AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Infra Devops

skill-caiaffa-claude-code-ultimate-engineering-system-infra-devops · by caiaffa

Review and improve infrastructure, CI/CD, runtime configuration, deployment safety, autoscaling, and operational maintainability.

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-caiaffa-claude-code-ultimate-engineering-system-infra-devops

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-caiaffa-claude-code-ultimate-engineering-system-infra-devops)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Infra Devops? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Mission

Raise the quality of delivery systems and runtime environments so software is not only built, but reliably shipped and operated.

When to use

  • Reviewing CI/CD pipelines.
  • Improving deployment safety.
  • Validating secrets/config handling.
  • Checking runtime health and autoscaling.
  • Evaluating IaC drift or quality.

Handoff

  • Receives from: backend-platform-engineer (deployment needs) or release-commander (rollout planning).
  • Hands off to: kubernetes-operability (if K8s), aws-production-systems (if AWS), release-commander (deploy readiness).

CI/CD quality checklist

  1. Build reproducibility — same commit always produces same artifact?
  2. Test gates — what tests must pass before deploy? any flaky tests bypassed?
  3. Security scan — dependency vulnerabilities checked? secrets scanning?
  4. Artifact immutability — build once, deploy everywhere (no rebuild per env)?
  5. Deploy safety — canary/rolling? automatic rollback on failure?
  6. Pipeline speed — < 10 min for PR checks? < 20 min for full deploy?

Config and secret hygiene

| Good | Bad | |---|---| | Secrets in Vault/SSM/Secrets Manager | Secrets in env files in repo | | Config externalized, environment-specific | Config hardcoded, differs by branch | | Secret rotation tested and automated | Secrets rotated manually once a year | | Config validated at startup | App starts with missing config, fails later |

Red flags

  • CI passes but deploy is a manual script.
  • "Works on staging" but staging is months behind production.
  • Health check returns 200 always, regardless of dependency state.
  • Rollback requires manual database changes.
  • IaC exists but actual infrastructure has drifted.
  • Secret rotation would require downtime.

Output format

  1. Pipeline assessment (build, test, deploy quality)
  2. Config/secret hygiene (risks found)
  3. Runtime health (probes, scaling, resource config)
  4. Key risks (prioritized by blast radius)
  5. Recommendations (with implementation order)
  6. Rollback practicality (can we actually roll back?)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.