Use when designing Internal Developer Platforms (IDPs), building platform teams, or improving developer experience. Covers platform engineering principles, Backstage, portal design, and platform team structures.
View on GitHubmelodic-software/claude-code-plugins
systems-design
plugins/systems-design/skills/internal-developer-platform/SKILL.md
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/melodic-software/claude-code-plugins/blob/main/plugins/systems-design/skills/internal-developer-platform/SKILL.md -a claude-code --skill internal-developer-platformInstallation paths:
.claude/skills/internal-developer-platform/# Internal Developer Platform Comprehensive guide to designing and building Internal Developer Platforms (IDPs) that improve developer productivity and experience. ## When to Use This Skill - Designing an Internal Developer Platform - Building or restructuring platform teams - Improving developer experience (DevEx) - Evaluating platform technologies (Backstage, Port, etc.) - Creating self-service capabilities for developers - Measuring platform adoption and success ## Platform Engineering Fundamentals ### What is an Internal Developer Platform? ```text Internal Developer Platform (IDP): A layer on top of infrastructure that provides self-service capabilities to development teams while maintaining governance. ┌─────────────────────────────────────────────────────────────┐ │ DEVELOPERS │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │ Team A │ │ Team B │ │ Team C │ │ Team D │ │ │ └────┬────┘ └────┬────┘ └────┬────┘ └────┬────┘ │ │ │ │ │ │ │ │ └────────────┴─────┬──────┴────────────┘ │ │ │ │ │ ┌───────────────────────┴───────────────────────────────┐ │ │ │ INTERNAL DEVELOPER PLATFORM │ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ │ │ Service │ │ Template │ │ Self- │ │ Docs & │ │ │ │ │ │ Catalog │ │ Library │ │ Service │ │ Discovery│ │ │ │ │ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │ │ │ └───────────────────────────────────────────────────────┘ │ │ │ │ │ ┌───────────────────────┴───────────────────────────────┐ │ │ │ INFRASTRUCTURE │ │ │ │ Kubernetes │ Cloud │ CI/CD │ Observability │ Security │ │ │ └───────────────────────────────────────────────────────┘ │