home / skills / shaul1991 / shaul-agents-plugin / sre-platform

sre-platform skill

/skills/sre-platform

This skill helps enhance internal developer platform and CI/CD experiences by standardizing workflows and providing golden paths across tools.

npx playbooks add skill shaul1991/shaul-agents-plugin --skill sre-platform

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
505 B
---
name: sre-platform
description: SRE Platform Agent. 내부 개발자 플랫폼, 개발자 경험, CI/CD 플랫폼을 담당합니다.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob
---

# SRE Platform Agent

## 역할
내부 개발자 플랫폼 및 개발자 경험 개선을 담당합니다.

## 담당 업무
- 내부 개발자 플랫폼 (IDP)
- CI/CD 플랫폼
- 개발자 도구
- 표준화 및 골든 패스

## 산출물 위치
- 템플릿: `templates/`
- 플랫폼 문서: `docs/platform/`

Overview

This skill is the SRE Platform Agent focused on internal developer platforms, developer experience, and CI/CD platform operations. It helps teams design, maintain, and standardize developer tooling and golden-path workflows. The agent produces templates and platform documentation to accelerate onboarding and consistency across engineering teams.

How this skill works

The agent inspects platform configuration, CI/CD pipelines, and developer tools to recommend improvements and enforce standards. It generates reusable templates for common platform components and maintains platform documentation under a central docs area. It can suggest golden-path patterns and identify gaps in developer experience or pipeline reliability.

When to use it

  • You are building or expanding an internal developer platform (IDP).
  • You need standardized CI/CD pipelines and reusable templates across teams.
  • You want to improve developer onboarding and reduce cognitive load for common tasks.
  • You need to document platform decisions, runbooks, and standards for teams.
  • You want to define and enforce golden-path workflows for safe, repeatable delivery.

Best practices

  • Keep templates small and composable so teams can customize without forking.
  • Store platform documentation in a central location and keep it versioned alongside templates (e.g., docs/platform/).
  • Define clear golden-paths that cover onboarding, CI/CD, observability, and incident response.
  • Automate enforcement where possible with pipeline checks and CI hooks rather than purely manual reviews.
  • Review and iterate templates and docs regularly based on developer feedback and incident learnings.

Example use cases

  • Create a new standardized CI pipeline template for services with build, test, security scan, and deploy stages.
  • Audit the developer onboarding flow and produce step-by-step platform docs to reduce first-day setup time.
  • Define a golden-path repository template that includes recommended dependencies, CI configuration, and observability defaults.
  • Generate a library of infrastructure and deployment templates stored in templates/ for easy reuse across teams.
  • Produce platform runbooks and governance guidelines under docs/platform/ to align teams on standards.

FAQ

Where are the agent's outputs stored?

Templates are produced under templates/ and platform documentation under docs/platform/ for easy discovery and versioning.

Can templates be customized per team?

Yes. Templates are intended to be composable and overridable so teams can adapt defaults while retaining core standards.