One-click install
npx skills add https://github.com/roanbrasil/engineer-grade-agent-skills --skill platform-engineering-roanbrasil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-engineering
Source: https://github.com/roanbrasil/engineer-grade-agent-skills/tree/main/skills/platform-engineering
Command: npx skills add https://github.com/roanbrasil/engineer-grade-agent-skills --skill platform-engineering-roanbrasil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Application teams waste days or weeks on ticket-based infrastructure provisioning, inconsistent service setups, and manual configuration of CI/CD, observability, and secrets, leading to slow time-to-first-deploy, high cognitive load, and unreliable production environments.

Core Features & Use Cases

  • Golden Path Design: Create opinionated, self-service templates for new services, databases, and cloud resources that reduce onboarding time from weeks to minutes.
  • Backstage IDP Setup: Configure internal developer portals with service catalogs, scaffolder templates, and TechDocs for centralized documentation and tooling access.
  • Policy as Code: Enforce security and operational guardrails for Kubernetes and infrastructure-as-code using OPA Gatekeeper and conftest to shift left on compliance.
  • Developer Experience Measurement: Track DORA delivery metrics and SPACE framework indicators to identify workflow bottlenecks and improve team productivity.

Quick Start

Use the platform-engineering skill to design a self-service golden path for new Python microservices that includes pre-configured GitHub Actions CI/CD, Prometheus monitoring, and Vault secret management out of the box.

Frequently Asked Questions about platform-engineering

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

FAQPage Schema
How do I build golden paths to reduce application team onboarding time for Kubernetes?

Build golden paths by creating opinionated, self-service templates for new services and cloud resources that reduce onboarding time from weeks to minutes. This eliminates ticket-based infrastructure provisioning by standardizing setups for Kubernetes and cloud environments.

What is the best way to set up an internal developer portal using Backstage?

Configure Backstage internal developer portals with service catalogs, scaffolder templates, and TechDocs to provide centralized documentation and tooling access. This design accelerates team delivery by enabling self-service infrastructure provisioning.

How do I enforce policy as code for infrastructure provisioning in cloud environments?

Enforce policy as code by applying OPA Gatekeeper and conftest to shift compliance left in Kubernetes and infrastructure-as-code workflows. This creates operational and security guardrails that ensure consistent infrastructure provisioning.

How do I measure developer experience and identify workflow bottlenecks for internal developer platforms?

Track developer experience by measuring DORA delivery metrics and SPACE framework indicators. This identifies workflow bottlenecks and improves team productivity for internal developer platforms by quantifying cognitive load and delivery speed.

Does this platform engineering approach work with Crossplane for self-service resource provisioning?

Yes, this approach satisfies requirements for Crossplane self-service resource provisioning. It applies to platform engineering teams designing internal developer platforms and self-service infrastructure to eliminate manual configuration bottlenecks.

Can I create a golden path template for Python microservices with pre-configured CI/CD and monitoring?

Yes, you can design a self-service golden path for new Python microservices that includes pre-configured GitHub Actions CI/CD, Prometheus monitoring, and Vault secret management out of the box to accelerate delivery.