← ClaudeAtlas

platform-engineeringlisted

Provides platform engineering best practices for Internal Developer Platforms (IDPs), golden paths, service catalogs, and developer experience. Use when building developer platforms, configuring Backstage, designing self-service workflows, or when user mentions 'platform engineering', 'backstage', 'golden path', 'IDP', 'developer portal', 'service catalog', 'DevEx', 'platform team', 'self-service'.
Tibsfox/gsd-skill-creator · ★ 61 · AI & Automation · score 74
Install: claude install-skill Tibsfox/gsd-skill-creator
# Platform Engineering Best practices for building Internal Developer Platforms (IDPs) that reduce cognitive load, accelerate delivery, and create golden paths for development teams. ## IDP Architecture Layers A well-designed IDP separates concerns into distinct layers. Each layer abstracts complexity from the one above it. ``` Developer Interface (Portal / CLI / API) | Orchestration Layer (Workflows, Templates, Scaffolding) | Integration Layer (APIs, Plugins, Connectors) | Resource Layer (Infrastructure, Services, Tools) ``` | Layer | Purpose | Components | Owned By | |-------|---------|------------|----------| | Developer Interface | Self-service entry point | Backstage portal, CLI tools, API gateway | Platform team | | Orchestration | Workflow automation, templating | Scaffolder, Terraform modules, Crossplane | Platform team | | Integration | Connect tools and services | Backstage plugins, API adapters, webhooks | Platform + tool owners | | Resource | Actual infrastructure and services | Kubernetes, databases, CI/CD, monitoring | Infrastructure team | | Governance | Policy enforcement and compliance | OPA, Kyverno, cost policies, security scans | Security + platform team | ## Platform Team Topology and Responsibilities ### Team Structure | Role | Responsibility | Focus Area | |------|---------------|------------| | Platform Product Manager | Roadmap, prioritization, user research | Developer needs, adoption metrics | | Platform Enginee