operational-hygiene

Enforce cloud infrastructure hygiene with automated cleanup, tagging, monitoring, and drift detection.

28|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/oborchers/fractional-cto --skill operational-hygiene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: operational-hygiene
Source: https://github.com/oborchers/fractional-cto/tree/main/cloud-foundation-principles/skills/operational-hygiene
Command: npx skills add https://github.com/oborchers/fractional-cto --skill operational-hygiene

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the inevitable degradation of cloud infrastructure through entropy, preventing costly resource sprawl, ensuring cost accountability, and maintaining system health via enforced discipline.

Core Features & Use Cases

  • Resource Cleanup: Automates the identification and deletion of orphaned or unused cloud resources.
  • Cost Attribution: Enforces mandatory tagging for cost allocation and control.
  • Monitoring & Alerting: Sets up sensible default monitoring and alerting for critical metrics.
  • Drift Detection: Implements scheduled checks to identify and alert on infrastructure changes made outside of Infrastructure as Code (IaC).
  • Lifecycle Management: Configures automated policies for storage, logs, and artifacts to manage retention and costs.
  • Use Case: When deploying a new service, this Skill ensures all resources are tagged correctly for cost allocation, monitoring is automatically enabled with appropriate thresholds, and a process is in place to detect and remediate any manual changes made to the infrastructure.

Quick Start

Use the operational-hygiene skill to set up automated drift detection for your Terraform deployments.

Frequently Asked Questions about operational-hygiene

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

FAQPage Schema
How do I automate cleanup of orphaned cloud resources to prevent infrastructure sprawl?

Automated resource cleanup identifies and deletes orphaned or unused cloud infrastructure to combat entropy. This prevents costly resource sprawl by enforcing operational discipline and ensuring cost accountability across your cloud deployment.

What is cloud infrastructure drift detection and how does Terraform plan help?

Cloud infrastructure drift detection identifies changes made outside of Infrastructure as Code. Scheduling Terraform plan checks alerts you to manual modifications, ensuring your Terraform deployments remain the source of truth and remediating entropy.

How do I enforce mandatory cost attribution tagging for cloud resources?

Enforcing mandatory cost attribution tagging ensures all deployed cloud resources are correctly labeled for cost allocation and control. This accountability prevents untracked spending and maintains financial discipline across your infrastructure.

Does this operational hygiene approach work with existing Terraform deployments?

Yes, operational hygiene integrates with existing Terraform deployments by scheduling drift detection via Terraform plan. It automatically applies monitoring defaults, lifecycle policies, and cost attribution tags to your current infrastructure.

What's the best way to set up default monitoring and alerting for cloud infrastructure?

The best way to set up default monitoring is enforcing sensible alerting thresholds for critical metrics. Operational hygiene automatically configures these monitoring defaults during service deployment to maintain system health.

When do I need lifecycle policies for storage and artifacts in cloud infrastructure?

You need lifecycle policies for storage, logs, and artifacts when managing retention and controlling costs in cloud infrastructure. Configuring these automated policies prevents storage entropy and ensures outdated artifacts are removed.