ops

Plan tiered infrastructure, CI/CD pipelines, and deployment automation across PaaS and Kubernetes.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/projectmiluju/factlog --skill ops-projectmiluju
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops
Source: https://github.com/projectmiluju/factlog/tree/main/.agents/skills/ops
Command: npx skills add https://github.com/projectmiluju/factlog --skill ops-projectmiluju

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Infra engineering tasks are error-prone and time-consuming when designing, deploying, and operating modern apps. This skill provides a structured, policy-driven approach to plan infrastructure, automate deployments, monitor health, and enforce guardrails without touching application code.

Core Features & Use Cases

  • Tiered infrastructure design guidance (Tier 1/2/3) for cost-aware architecture decisions.
  • CI/CD pipeline design, containerization guidance, and monitoring/alerting strategies.
  • Security best practices for secret handling, access control, and compliance.
  • Real-world scenarios across PaaS, VMs, containers, and Kubernetes clusters.

Quick Start

Outline your deployment goals and constraints, then follow the six-phase framework to design tiered infrastructure, CI/CD, and monitoring.

Frequently Asked Questions about ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design tiered infrastructure for cost-aware deployments?

Design tiered infrastructure by categorizing architecture into Tier 1, 2, and 3 levels to balance cost, reliability, and scalability. This framework guides planning across PaaS, VMs, containers, and Kubernetes clusters to match infrastructure investment with application requirements.

What's the best way to automate Kubernetes deployments with CI/CD guardrails?

Automate Kubernetes deployments using policy-driven CI/CD pipelines that enforce guardrails, versioned configurations, and secret handling. This ensures safe, auditable releases by integrating health checks and access controls directly into the deployment workflow.

How does monitoring and incident response work for containerized applications?

Monitoring for containerized applications involves setting up alerting strategies and automated health checks to track system performance. Structured incident response protocols are enforced to quickly detect, diagnose, and resolve operational issues without modifying application code.

Do I need a specific platform to use this infrastructure operations framework?

No specific platform is required. The framework supports real-world scenarios across PaaS, VMs, containers, and Kubernetes clusters, allowing you to apply deployment automation, monitoring, and security best practices regardless of your underlying environment.

When should I not use automated CI/CD for infrastructure deployment?

Avoid automated CI/CD deployments when versioned configurations and secret handling protocols are not yet established. Bypassing these structured guardrails and health checks removes the auditability and safety required for reliable infrastructure operations.