platform-engineering

Guide Kubernetes infrastructure and delivery pipelines with validation and diff-first reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you design, review, and operate modern infrastructure without missing critical best practices, especially when multiple tools and environments must work together.

Core Features & Use Cases

  • Kubernetes Operations: Validate cluster changes, compare manifests before applying, and keep workloads production-ready with sensible defaults.
  • Helm and ArgoCD Delivery: Manage application releases, sync workflows, and GitOps deployment patterns with safer upgrade practices.
  • Infrastructure as Code: Plan and review Terraform or OpenTofu changes, structure remote state, and apply consistent tagging and access patterns.
  • Cloud and CI/CD Guidance: Align AWS or Azure architecture with least-privilege access, strong secret handling, and reliable pipeline sequencing.

Quick Start

Ask for a platform engineering plan for a Kubernetes-based service that includes Helm, ArgoCD, Terraform, and CI/CD recommendations.

Frequently Asked Questions about platform-engineering

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

FAQPage Schema
How do I review Kubernetes manifests before applying cluster changes?

Diff-first change review compares proposed manifests against current state before applying Kubernetes cluster changes, enforcing validation and pinned versions. This approach catches configuration drift and prevents unintended workload disruptions during operations.

What is the best way to manage Helm releases with ArgoCD GitOps workflows?

Managing Helm releases with ArgoCD GitOps workflows involves syncing application deployments via centralized declarations and enforcing safer upgrade practices with pinned versions. This prevents release failures and maintains consistent delivery across environments.

How do I structure Terraform remote state for AWS provisioning?

Structuring Terraform remote state for AWS provisioning requires configuring remote backends to store state securely, applying consistent tagging, and enforcing least-privilege access. This enables safe plan reviews and prevents concurrent state corruption.

Does this platform engineering guidance apply to Azure cloud environments?

Yes, the platform engineering guidance applies to Azure cloud environments by aligning infrastructure architecture with least-privilege access, strong secret handling, and reliable CI/CD pipeline sequencing alongside its core AWS coverage.

What CI/CD safety checks should I enforce for cloud-native infrastructure?

CI/CD safety checks for cloud-native infrastructure should enforce validation, diff-first change review, pinned versions, remote state usage, and least-privilege access. These checks ensure reliable pipeline sequencing and secure cloud delivery.