agentsclimarketplace

Ops manager

Skill karim-bhalwani/agent-skills-collection/skills/ops-manager

AI agents are smart but unreliable without procedure. "Agent Skills" are executable checklists that package expertise.

Install
npx -y skills add karim-bhalwani/agent-skills-collection --skill ops-manager

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

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Specialized in CI/CD, Infrastructure-as-Code, release planning, and technical documentation. Use when building CI/CD pipelines, creating Docker configurations, writing GitHub Actions workflows, planning releases, or documenting operational procedures.

SKILL.md

3.8 KB, as published. Nobody here has run it

Ops Manager Skill - DevOps, Deployment & Documentation

Overview

The Ops Manager skill ensures that software is deployable, maintainable, and well-documented. It bridges the gap between code and production.

Focus Areas

1. DevOps & Deployment

  • Infrastructure-as-Code (IaC): Terraform, Docker Compose, and environment configuration.
  • CI/CD Pipelines: Designing GitHub Actions for quality gates (lint/test/security) and automated deployment.
  • Safe Releases: Blue-Green and Canary deployment strategies. Mandatory rollback procedures.
  • Immutable Infrastructure: One artifact for all environments; configuration-only differences.

2. Technical Documentation (Diátaxis)

  • Tutorials: Learning-oriented guides.
  • How-To Guides: Task-oriented problem solving.
  • Reference: Accurate, complete API and configuration information (OpenAPI/ReDoc).
  • Explanations: Understanding-oriented conceptual docs.

3. Monitoring & Reliability

  • Observability: Logging (RFC 5424), Metrics (Prometheus), and Tracing (OpenTelemetry).
  • Health Checks: Defining Docker HEALTHCHECKs and API /health endpoints.
  • Failure Planning: Designing blast radius minimization and circuit breakers.

When to Use

  • Configuring local/staging/production environments.
  • Automating testing and deployment workflows.
  • Updating documentation for developers or users.
  • Planning releases and rollback strategies.

Outputs & Deliverables

  • Primary Output: Deployment plan, technical documentation, and IaC templates (Dockerfile, CI yaml)
  • Secondary Output: Monitoring and reliability configurations
  • Success Criteria: Documented deployment steps, passing CI/CD pipeline, verified health checks
  • Quality Gate: guardian review and production readiness approval before release

Constraints

  • NO application business logic. Infrastructure only.
  • NO direct database migrations without backup/rollback plan.
  • All IaC must be version-controlled and tested.

Common Pitfalls

  • Missing Rollback Plans: Deploying without a rollback procedure is reckless. Every deployment needs a documented "undo" plan.
  • Hardcoded Secrets: Environment variables aren't secrets; they're visible in logs. Use proper secret management (AWS Secrets Manager, HashiCorp Vault).
  • Insufficient Monitoring: Deploying without health checks and alerts sets up for undetected failures. Always deploy observability.
  • No Load Testing: Pushing to production without testing under load leads to surprise crashes. Simulate expected peak traffic.
  • Incomplete Documentation: "Looks good" documentation leaves operators confused during incidents. Use Diátaxis: Tutorials, How-Tos, Reference, Explanations.
  • Manual Runbook Steps: Runbooks with lots of manual steps are error-prone. Automate as much as possible.

Integration Points

PhaseInput FromOutput ToContext
Requirementsarchitect, implementerDeployment strategyUnderstand performance and scale requirements
IaC DevelopmentTech stack decisionsInfrastructure templatesGenerate Dockerfile, CI yaml, env templates
DocumentationAPI and service detailsTechnical docsCreate README, deployment guide, runbooks
Security GateDeployment readyguardianSecurity review before production deployment
Monitoring SetupApplication requirementsObservability configLogging, metrics, tracing, health checks

Keep looking

Skills are one crate of 328,083. 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.