
Platform Engineer
- 27 installs
- 7 repo stars
- Updated May 20, 2026
- daemon-blockint-tech/agentic-enteprises-skill
Guides platform engineering: internal developer platforms, golden paths, paved-road templates, developer portals (Backstage), and multi-tenant Kubernetes platforms.
About
Guides platform engineering covering internal developer platforms, golden paths, self-service scaffolds, developer portals, and multi-tenant Kubernetes as platform-as-product. A developer uses it when designing or operating a platform for engineering teams and measuring developer experience and adoption.
- Treats the platform as a product with thin APIs, SLOs, and adoption metrics
- Covers golden paths, paved-road templates, and Backstage-style portals
Platform Engineer by the numbers
- 27 all-time installs (skills.sh)
- Ranked #883 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill platform-engineerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 27 |
|---|---|
| repo stars | ★ 7 |
| Last updated | May 20, 2026 |
| Repository | daemon-blockint-tech/agentic-enteprises-skill ↗ |
What it does
Guides platform engineering: internal developer platforms, golden paths, paved-road templates, developer portals (Backstage), and multi-tenant Kubernetes platforms.
Files
Platform Engineer
When to Use
- Design or operate an internal developer platform, developer portal, or service catalog
- Build golden paths, paved-road templates, scaffolders, and self-service workflows for engineering teams
- Standardize runtime, deployment, observability, and service ownership patterns across many teams
- Manage multi-tenant Kubernetes or platform abstractions as reusable products
- Measure developer experience, platform adoption, and platform SLOs
When NOT to Use
- Provision one-off cloud networking, IAM, compute, or Terraform modules →
infrastructure-engineer - Implement per-application CI/CD YAML or GitOps mechanics only →
devops - Choose release rollout strategy or cutover plan →
deployment-strategist - Implement security controls such as IdP, KMS, SIEM, or EDR →
information-security-engineer - Write enterprise-wide architecture ADRs and integration reviews →
senior-system-architecture
Related skills
| Need | Skill |
|---|---|
| Cloud networking, core IaC modules | infrastructure-engineer |
| Managed cloud services under platform | cloud-engineer |
| Shared CI/CD, GitOps, SRE alerting | devops |
| Canary/blue-green rollout decisions | deployment-strategist |
| Pipeline and supply-chain security | devsecops |
| Platform IAM, KMS, SIEM hooks | information-security-engineer |
| Security of product runtime and tenant isolation | product-infrastructure-security-engineer |
| Enterprise integration ADRs and review | senior-system-architecture |
| Cluster deploy and day-2 K8s ops | cluster-deployment-engineer |
Core Workflows
1. Platform as product
Treat the platform like a product with internal customers:
1. Identify user journeys (create service, deploy, observe, rotate secrets) 2. Define thin platform APIs—hide complexity, expose safe defaults 3. Set platform SLOs (e.g., scaffold time, deploy success rate, portal uptime) 4. Roadmap from developer interviews and toil metrics 5. Deprecate with migration windows—not breaking teams silently
See `references/platform_product.md` for SLOs and adoption metrics.
2. Golden paths (paved roads)
Golden path properties:
- Opinionated defaults (language, observability, auth, CI template)
- Escape hatches documented for edge cases
- Versioned templates with changelog
- Same path for 80% of services; exceptions require review
scaffold → build (shared pipeline) → deploy (standard envs) → operate (shared dashboards/alerts)See `references/golden_paths.md` for template and exception process.
3. Internal developer platform (IDP)
Layers:
| Layer | Examples |
|---|---|
| Portal | Backstage, custom UI |
| Orchestration | Argo CD, Terraform/Crossplane, Helm charts |
| Runtime | K8s namespaces, serverless platform |
| Data | Shared RDS patterns, message buses |
Integrate catalog, docs, templates, and deployment in one discoverable flow.
See `references/idp_architecture.md` for component diagram and contracts.
4. Multi-tenant Kubernetes platform
- Namespace/tenant isolation; RBAC and network policies
- Quotas, priority classes, and cluster autoscaling
- Standard add-ons: ingress, cert-manager, external-dns, metrics, logging
- Cluster upgrades with tenant communication plan
- Policy admission (OPA/Kyverno) owned by platform
See `references/platform_kubernetes.md` for tenant checklist.
5. Developer portal and service catalog
- Register services: owner, tier, repo, on-call, dependencies
- Link runbooks, APIs, and SLIs from catalog entries
- Software templates (Cookiecutter, Yeoman, internal CLI) generate compliant repos
- Scorecards for maturity (tests, SLOs, security baseline)
See `references/developer_portal.md` for catalog fields and template standards.
6. Platform interfaces and versioning
- Publish platform contracts: breaking vs additive changes
- Semantic versioning for charts, modules, and templates
- Changelog and migration guides for each major bump
- Support window for N-1 template versions
When to load references
- IDP design →
references/idp_architecture.md - Templates and paved roads →
references/golden_paths.md - Backstage / catalog →
references/developer_portal.md - K8s multi-tenancy →
references/platform_kubernetes.md - SLOs and adoption →
references/platform_product.md
Developer portal
Table of contents
1. Catalog entity 2. Templates 3. Scorecards
Catalog entity
Minimum fields per service:
| Field | Purpose |
|---|---|
| name | Unique ID |
| owner | Team/group |
| tier | Criticality (0–3) |
| lifecycle | experimental / production / deprecated |
| repo | Source link |
| on-call | Pager rotation |
| dependencies | Upstream/downstream systems |
Templates
- Software Templates create repos + register in catalog
- Parameters validated (naming, region, tier)
- Post-create checklist in PR (first deploy, SLO setup)
Scorecards
Example checks:
- Unit tests in CI
- SLO defined in monitoring
- Dependency updates < 90 days
- No critical CVEs on default branch
Use scorecards for guidance first; gates only for tier-0/1 when mature.
Golden paths
Table of contents
1. Template requirements 2. Standard pipeline bundle 3. Exception process
Template requirements
Every golden-path scaffold includes:
- [ ] CI workflow (test, build, scan)
- [ ] Container or runtime manifest with resource defaults
- [ ] Observability (metrics, logs, traces hooks)
- [ ] Health/readiness endpoints
- [ ] Secret injection pattern (no hardcoded creds)
- [ ] README with deploy and rollback commands
Standard pipeline bundle
| Stage | Owned by platform |
|---|---|
| Lint/test | Shared action/workflow |
| Build/publish | Standard registry and tagging |
| Deploy dev/stage | GitOps or promoted artifact |
| Prod gate | Approval + deployment-strategist patterns |
Exception process
1. Team documents why golden path insufficient 2. Platform + security review 3. Time-bound exception with compensating controls 4. Backlog item to absorb into path or retire exception
IDP architecture
Table of contents
1. Component map 2. Platform contracts 3. Anti-patterns
Component map
Developers
↓
Portal (catalog, docs, create)
↓
Control plane (GitOps / IaC / APIs)
↓
Runtime (K8s, serverless, DB patterns)
↓
Observability + security baselines (automatic)Platform contracts
Document for each capability:
- Inputs teams provide (name, tier, region)
- Outputs guaranteed (URLs, dashboards, IAM roles)
- SLAs and support channel
- Cost allocation model
Anti-patterns
- Platform team becomes ticket queue for raw Terraform
- No versioning on templates—silent drift
- Portal without working self-service (catalog-only)
- One giant cluster with no tenant guardrails
Platform Kubernetes
Table of contents
1. Tenant onboarding 2. Cluster operations 3. Add-on baseline
Tenant onboarding
- Namespace per team or env pattern documented
- RBAC: namespace admin vs read-only
- ResourceQuota and LimitRange defaults
- NetworkPolicy: deny-all + allowlist egress
- Pod Security Standards / admission policies
Cluster operations
- Upgrade cadence; test on non-prod first
- Node pool separation (system vs workload)
- Backup etcd/stateful workloads per policy
- Incident runbook for control plane degradation
Add-on baseline
Typical platform-managed add-ons:
- Ingress controller
- cert-manager
- metrics-server + Prometheus agent or managed equivalent
- log collector (DaemonSet or sidecar pattern)
- cluster-autoscaler or Karpenter
Teams consume via abstractions—not raw cluster-admin.
Platform product
Table of contents
1. Platform SLOs 2. Adoption metrics 3. Feedback loop
Platform SLOs
Examples (define per org):
| SLO | Target |
|---|---|
| Time to first deploy (new service) | < 1 day |
| Platform API availability | 99.9% |
| Template generation success | > 99% |
| Median deploy duration | Baseline + trend |
Adoption metrics
- % services on golden path vs custom
- Weekly active developers using portal
- Support tickets per 100 deploys (toil proxy)
- Mean time to restore platform incidents
Feedback loop
- Monthly office hours
- Public roadmap in portal
- RFC process for breaking platform changes
- Celebrate teams who contribute template improvements