agents-infra

Enforce governance rules for containerized infrastructure changes affecting runtime interfaces.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/yanun0323/.codex --skill agents-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-infra
Source: https://github.com/yanun0323/.codex/tree/main/skills/agents-infra
Command: npx skills add https://github.com/yanun0323/.codex --skill agents-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Infra, container, and configuration changes that impact runtime interfaces, ports, env vars, or dependencies require consistent governance and automated checks to avoid outages and misconfigurations.

Core Features & Use Cases

  • Enforces rules for changes that affect runtime interfaces, ports, environment variables, services, or dependencies.
  • Provides guidance on when to update dockerfiles, docker-compose, and Kubernetes manifests to maintain deployment stability.
  • Use Case: When you modify a service port; this skill ensures configuration changes are reviewed and wired correctly.

Quick Start

Direct the AI to enforce infra governance when updating a deployment to ensure runtime interfaces, ports, and env vars align with established rules.

Frequently Asked Questions about agents-infra

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

FAQPage Schema
How do I enforce governance for infrastructure changes that affect runtime interfaces and ports?

To enforce governance for infrastructure changes affecting runtime interfaces and ports, direct the AI to apply automated rules that review service modifications and verify configurations are wired correctly across containerized deployments.

What is the best way to manage environment variables and secrets in Kubernetes deployments?

Managing environment variables and secrets in Kubernetes is best handled by enforcing non-hardcoded values, injecting configuration via Kubernetes ConfigMaps and Secrets, and applying automated checks to prevent misconfigurations during deployment updates.

When do I need to update Docker Compose and Kubernetes manifests for service changes?

You need to update Docker Compose and Kubernetes manifests when modifying service dependencies, exposing new ports, or changing environment variables, ensuring deployment stability through consistent configuration governance.

Does this deployment governance approach work with Docker and Docker Compose?

Yes, this deployment governance approach works with Docker, Docker Compose, and Kubernetes, applying automated checks to containerized deployments to ensure runtime interfaces, ports, and environment variables align with established rules.

Why should I avoid hardcoding secrets in Dockerfiles and compose files?

You should avoid hardcoding secrets in Dockerfiles and compose files because it compromises security; instead, configuration should be injected via environment variables or Kubernetes ConfigMaps and Secrets to maintain deployment integrity.