platform-engineering-internal-developer-platform

Automates Azure AD app registration and NATS deployment with metadata propagation for credit risk systems.

14|1|Updated May 5, 2026
One-click install
npx skills add https://github.com/ivanshamaev/de-agent-skills --skill platform-engineering-internal-developer-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-engineering-internal-developer-platform
Source: https://github.com/ivanshamaev/de-agent-skills/tree/main/group_skills/infra_dataops_group_skills/platform_engineering_internal_developer_platform
Command: npx skills add https://github.com/ivanshamaev/de-agent-skills --skill platform-engineering-internal-developer-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps data engineering teams standardize and safely scale how new pipelines, datasets, and services get created by providing an Internal Developer Platform (IDP) experience instead of ad-hoc, ticket-driven setup.

Core Features & Use Cases

  • Backstage catalog for pipelines, datasets, and Kafka topics: automatically model ownership and dependencies (e.g., Airflow DAG components, datasets, and Kafka topics) so teams can discover assets with consistent metadata.
  • Golden-path templates for self-service provisioning: scaffold production-ready Airflow DAGs and standard artifacts (e.g., DAG skeletons, idempotent patterns, DQ checks, SLA callbacks) without manual rework.
  • Platform scorecards for production readiness: evaluate readiness signals like catalog entry presence, SLA configuration, idempotent loads, retries, DQ gate, failure notifications, and documentation so promotion doesn’t become a “checkbox-only” process.

Quick Start

Ask the agent to create a golden-path Backstage catalog entry and a production-ready Airflow DAG template for a new Orders pipeline that provisions an Airflow DAG, registers the component/resources in the catalog, and computes a platform scorecard for promotion readiness.

Frequently Asked Questions about platform-engineering-internal-developer-platform

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

FAQPage Schema
How do I standardize Airflow DAG creation with Backstage golden-path templates?

You can model Airflow DAGs, datasets, and Kafka topics as Backstage catalog components and resources. This automatically tracks ownership and dependencies, allowing teams to discover data pipeline assets through consistent metadata instead of ad-hoc documentation.

What is a production readiness scorecard for data pipelines?

A production readiness scorecard evaluates data pipeline promotion signals like catalog entry presence, SLA configuration, idempotent loads, retries, DQ gates, and failure notifications. It ensures promotion readiness is measured by enforced guardrails rather than becoming a checkbox-only process.

How do I provision Kafka topics in an internal developer platform?

Provisioning Kafka topics in an internal developer platform involves using self-service scaffolding templates that automatically register the topic as a resource in the Backstage catalog. This establishes clear ownership and dependency tracking for downstream data pipeline consumption.

Can I enforce data quality gates and idempotency checks during pipeline onboarding?

Yes, golden-path templates enforce data quality gates and idempotency checks during pipeline onboarding by embedding these guardrails directly into the scaffolded Airflow DAGs. This ensures all newly provisioned pipelines meet production readiness standards before deployment.

What's the best way to govern data pipeline dependencies without manual ticketing?

Governing data pipeline dependencies without manual ticketing is best achieved through an internal developer platform using Backstage catalog integration. It automatically maps dependencies for Airflow DAGs and datasets, enabling self-service provisioning while maintaining strict ownership and failure-handling patterns.