A production-grade field handbook for platform, DevOps, SRE, and cloud engineers covering Kubernetes, Flux CD, Terraform, GitHub Actions, AWS, OPA/Rego, KEDA, Karpenter, supply chain security, Falco, observability, and more.
FAQ
platform-skills is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes platform-skills. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add nitinjain999/platform-skills> /plugin install platform-skills@platform-skills
A production-grade field handbook for platform, DevOps, SRE, and cloud engineers covering Kubernetes, Flux CD, Terraform, GitHub Actions, AWS, OPA/Rego, KEDA, Karpenter, supply chain security, Falco, observability, and more. Use it on GitHub, as a local reference, or with Claude, Codex, Cursor, and Copilot for interactive guidance with blast radius, validation steps, and rollback plans built in.
| Tool | What you get |
|---|---|
| Claude Code | 40 slash commands (/platform-skills:preflight, /platform-skills:kubernetes, /platform-skills:secrets, and more), interactive guidance, automatic activation on relevant files |
| Codex | Skill invocation with $platform-skills, loaded on demand in any Codex session |
| Cursor | Project rules for Chat and Agent β platform review and generation in every file context |
| GitHub Copilot plugin | Interactive slash commands in Copilot Chat β install once per user via copilot plugin install |
| GitHub Copilot (team) | Chat instructions committed to your repo β available to your whole team without individual installs |
| GitHub (no AI tool) | Browse references/ and examples/ directly β a standalone field handbook |
If this handbook saves you time, give it a star β it helps others find it. Found a gap or a better pattern? Contributions are welcome β open an issue, improve a reference guide, or add an example.
Platform teams keep rediscovering the same hard lessons: unclear ownership, unsafe IAM, weak Kubernetes defaults, drifting GitOps overlays, CI checks that run too late, and rollback plans that only appear after an incident. Platform Skills turns those lessons into reusable guidance for the tools engineers already use.
Use it when you need a second brain for production platform work:
Clone once, then install the integration your team uses:
git clone https://github.com/nitinjain999/platform-skills.git
cd platform-skills
| Tool | Best for | Quick install |
|---|---|---|
| Claude Code | Interactive plugin workflows and slash commands | claude plugin marketplace add https://github.com/nitinjain999/platform-skills && claude plugin install platform-skills |
| GitHub Copilot plugin | Copilot Chat β interactive slash commands | copilot plugin marketplace add nitinjain999/platform-skills && copilot plugin install platform-skills@platform-skills |
| Codex | Local skill invocation with $platform-skills | ./install.sh --codex |
| Cursor | Project rules for Chat and Agent | ./install.sh --cursor --target ../your-project |
| GitHub Copilot (team) | Team-wide chat instructions committed to the repo | ./install.sh --copilot --target ../your-project |
| Everything | Local all-agent setup | ./install.sh --all --target ../your-project |
Need manual setup, global editor rules, or troubleshooting? See INSTALLATION.md.
See BEFORE_AFTER.md for side-by-side before/after examples across Kubernetes, Terraform, Flux CD, GitHub Actions, OPA/Rego, and PR triage. More copy-paste workflows in PROMPTS.md.
Use $platform-skills to review this Terraform change for IAM scope, replacement risk, validation, and rollback.
Review this Kubernetes Deployment for production readiness: securityContext, resources, probes, HPA, PDB, and NetworkPolicy.
My Flux Kustomization is stuck NotReady. Walk me from evidence to fix to rollback.
Generate a production-ready GitHub Actions workflow with OIDC, pinned actions, cache safety, and least privilege.
This repository is a reference handbook for developers, DevOps engineers, SREs, cloud engineers, and platform teams. It is structured in independent layers:
references/ and examples/ are the main product. Every domain has a deep-dive guide and working example assets you can copy directly into your project. Use it on GitHub, from a local clone, or as a team knowledge base.SKILL.md and .claude-plugin/marketplace.json add an optional routing layer so Claude surfaces the right section of the handbook when you ask platform engineering questions interactively.SKILL.md provides routing, agents/openai.yaml provides Codex UI metadata, and references/ plus examples/ are loaded on demand..cursorrules and .cursor/rules/*.mdc give Cursor project-level and scoped file rules for platform engineering reviews and generation..github/copilot-instructions.md lets teams commit the baseline into application and platform repositories.All layers work independently. Agent integrations are optional.
| I want to... | Go to |
|---|---|
| Get started in 5 minutes | QUICKSTART.md |
| Understand how AI agents and skills work | HOW_IT_WORKS.md |
| Full installation guide and troubleshooting | INSTALLATION.md |
| Read a domain guide | references/ |
| Copy a working example | examples/ |
| Copy prompts for Claude, Codex, Cursor, or Copilot | PROMPTS.md |
| Install as a Claude plugin | Installation |
| Install as a Codex skill | Installation |
| Add Cursor rules | Editor integrations |
| Learn how to use each slash command | COMMANDS.md |
| Set up VSCode, Copilot, or Cursor | EDITOR_INTEGRATIONS.md |
| Contribute a pattern | CONTRIBUTING.md |
| Domain | Reference guide | What it covers |
|---|---|---|
| Kubernetes | references/kubernetes.md | Cluster baseline, workload patterns, network policy, RBAC, pod security β /platform-skills:kubernetes |
| π‘οΈ Kyverno | references/kyverno.md | Validate/mutate/generate/verifyImages policies, AuditβDeny promotion, PolicyException, PolicyReport, kyverno-cli testing, PSP/Gatekeeper migration |
| OpenShift | references/openshift.md | SCC diagnosis, Routes TLS, OpenShift GitOps delivery, cluster upgrade validation β /platform-skills:openshift |
| Argo CD | references/argocd.md | App-of-apps design, ApplicationSet, sync control, promotion flows |
| Flux CD | references/fluxcd.md | Monorepo structure, reconciliation, multi-tenancy, image automation. Deep-dive guides: Sources, HelmRelease, Kustomization, Notifications, Operator, Security, Troubleshooting, Migration, , , β |
Every pattern in this handbook follows the same ground rules:
Every troubleshooting section in the handbook follows this consistent framework β from quick diagnosis to safe resolution:
| Step | What it answers |
|---|---|
| Symptom | Exact error and observable behavior |
| Evidence | Commands to run: logs, events, status |
| Hypothesis | Most likely root cause |
| Diagnosis | Commands that confirm or rule out the hypothesis |
| Fix | Specific change with justification |
| Validation | Post-fix verification steps |
| Prevention | How to avoid it next time |
| Rollback | Safe undo path if the fix makes things worse |
No installation needed. Navigate directly:
git clone https://github.com/nitinjain999/platform-skills.git
cd platform-skills
# Copy examples directly into your project
cp -r examples/flux/basic-monorepo/* your-gitops-repo/
cp -r examples/terraform/eks-cluster/* your-terraform-modules/
cp examples/kubernetes/deployment-baseline.yaml your-k8s-manifests/
The plugin adds interactive guidance on top of the handbook. Claude will reference the right section automatically when you ask platform engineering questions in your editor, terminal, or browser.
From marketplace:
claude plugin marketplace add https://github.com/nitinjain999/platform-skills
claude plugin install platform-skills
From local clone (for customisation):
git clone https://github.com/nitinjain999/platform-skills.git
cd platform-skills
claude plugin install .
Upgrade to latest version:
claude plugins marketplace update platform-skills
claude plugins remove platform-skills
claude plugins install platform-skills
Codex discovers skills from the local skills directory. Clone this repository as the skill folder so SKILL.md, agents/openai.yaml, references/, and examples/ stay together:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
git clone https://github.com/nitinjain999/platform-skills.git "${CODEX_HOME:-$HOME/.codex}/skills/platform-skills"
Then ask Codex naturally:
Use $platform-skills to review this Terraform change for ownership, blast radius, validation, and rollback.
Install from the Copilot plugin marketplace to get platform-skills guidance in GitHub Copilot Chat:
copilot plugin marketplace add nitinjain999/platform-skills
copilot plugin install platform-skills@platform-skills
Verify:
copilot plugin list
# platform-skills enabled
Upgrade:
copilot plugin uninstall platform-skills
copilot plugin install platform-skills@platform-skills
Copy the Cursor-native rules into your project so every developer gets the same platform guidance in Cursor Chat and Agent:
cp platform-skills/.cursorrules your-project/.cursorrules
mkdir -p your-project/.cursor/rules
cp platform-skills/.cursor/rules/*.mdc your-project/.cursor/rules/
For VSCode, Copilot, Cursor, and JetBrains setup β project level and global level β see EDITOR_INTEGRATIONS.md.
platform-skills/
βββ references/ # Deep-dive guides β one per domain
β βββ platform-operating-model.md
β βββ kubernetes.md
β βββ kyverno.md # Kyverno admission policies (v1.11.0)
β βββ openshift.md
β βββ argocd.md
β βββ flux.md
β βββ aws.md
β βββ azure.md
β βββ terraform.md
β βββ github-actions.md
β βββ secrets.md
β βββ linkerd.md
β βββ linux-networking.md
β βββ platform-mindset.md
β βββ compliance.md # SOC 2 controls in Terraform (v1.6.0)
β βββ helm.md # Helm chart patterns, lint pipeline, values design
β βββ pr-review.md # PR review: cost, drift, ownership, compliance, upgrade, rollback (v1.12.0)
β βββ keda.md # KEDA event-driven autoscaling (v1.14.0)
β βββ karpenter.md # Karpenter EKS node autoscaling (v1.29.0)
β βββ llm-observability.md # Datadog LLMObs: instrumentation, evals, trace RCA (v1.20.0)
β βββ awesome-docs.md # Animated SVG doc generation β 4 patterns, GitHub-safe CSS (v1.21.0)
β
βββ examples/ # Working examples and handbook snippets
β βββ flux/basic-monorepo/ # Complete Flux CD monorepo structure
β βββ kubernetes/ # Namespace, deployment, network policy, PDB
β βββ kyverno/ # ValidatingPolicy, GeneratingPolicy examples + kyverno-cli test manifest (v1.11.0)
β βββ openshift/ # Route, ResourceQuota, LimitRange
β βββ argocd/app-of-apps/ # Root application manifest
β βββ aws/iam/ # Least-privilege IAM policy examples
β βββ azure/workload-identity/ # Managed identity + federated credential
β βββ terraform/eks-cluster/ # Production EKS Terraform module
β βββ github-actions/ # CI/CD, Flux sync, container build workflows
β βββ helm/web-service/ # Production Helm chart: Deployment, HPA, PDB, NetworkPolicy, schema
β βββ triage/ # PR comment triage scenarios and fixtures (v1.13.0)
β βββ keda/ # ScaledObject, ScaledJob, TriggerAuthentication examples (v1.14.0)
β βββ awesome-docs/ # Animated SVG templates: arch-flow, lifecycle-loop, field-carousel, timeline-phases (v1.21.0)
β βββ compliance/ # SOC 2 Terraform examples (v1.6.0)
β βββ checkov-config.yaml # Checkov config grouped by SOC 2 criterion
β βββ .pre-commit-checkov.yaml # Pre-commit hook template
β βββ checkov-terraform-plan.sh # Plan-mode scan script
β βββ custom-checks/ # Custom check scaffold
β βββ iam/ # CC6.1/CC6.2: IAM, IRSA, OIDC, SCPs
β βββ logging/ # CC7.2: CloudTrail, Config, VPC flow logs
β βββ network/ # CC6.6: WAF, security groups, flow logs
β βββ encryption-data-services/ # CC6.7: DynamoDB, ECR, ElastiCache, OpenSearch, Kinesis, EFS, Redshift
β βββ vulnerability/ # CC6.8: Inspector v2, ECR scanning, SSM patching
β βββ detection/ # CC7.1: GuardDuty, CIS CloudWatch alarms, Security Hub
β βββ incident-response/ # CC7.3: SNS, EventBridge, PagerDuty
β βββ backup/ # A1.2/A1.3: Backup Plan, vault lock, cross-region DR
β
βββ SKILL.md # Agent skill routing and patterns
βββ agents/openai.yaml # Codex skill UI metadata
βββ .cursorrules # Cursor project-level rules
βββ .cursor/rules/ # Cursor scoped file rules
βββ .claude-plugin/marketplace.json # Marketplace metadata
βββ .github/workflows/ # Validation and release automation
βββ tests/validate-skill.sh # Skill structure consistency checks
βββ renovate.json # Automated dependency updates
Current release: v1.37.0 β 40 commands, 40 domain reference guides, 50+ wiki pages.
Full version history is in CHANGELOG.md.
Planned
kube-bench CIS Benchmark integrationSee CONTRIBUTING.md for how to propose new patterns, the development workflow, and release guidelines.
If Platform Skills saves you time, consider sponsoring to help keep it maintained and growing.
Every sponsor directly supports new domains, pattern updates, and the time spent validating every example in real environments.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Apache-2.0. See LICENSE for the full text and NOTICE for attribution.
If you create derivative works based on this project, retain the Apache 2.0 license text, existing copyright and attribution notices, and clearly mark any files you changed.
.claude-plugin/
marketplace.json
plugin.json
.cursor/
rules/
keda.mdc
kubernetes.mdc
platform-skills.mdc
terraform.mdc
.cursorrules
.github/
copilot-instructions.md
FUNDING.yml
ISSUE_TEMPLATE/
agent_editor_support.md
bad_guidance.md
bug_report.md
config.yml
domain_guide_request.md
example_contribution.md
feature_request.md
new_pattern.md
PULL_REQUEST_TEMPLATE.md
workflows/
pages.yml
release.yml
tessl-publish.yml
test-composite-actions.yml
validate-renovate.yml
validate.yml
.gitignore
agents/
openai.yaml
assets/
agents/
AGENTS.md.template
navigator.template.md
copilot-setup-steps.template.yml
frontmatter/
claude-section.tmpl
codex.tmpl
copilot-cloud.tmpl
copilot-vscode.tmpl
cursor.tmpl
mcp/
claude-settings.json.tmpl
vscode-settings.json.tmpl
render.sh
verify-agents.sh
windsurfrules.template
BEFORE_AFTER.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
commands/
COMMANDS.md
awesome-docs.md
aws-profile.md
aws.md
azure.md
chaos.md
checkov.md
commit.md
compliance.md
composite-actions.md
datadog.md
debug.md
document.md
dora.md
dynatrace.md
fluxcd.md
github-actions.md
gitops.md
helmchart.md
karpenter.md
keda.md
kubernetes.md
kyverno.md
linkerd.md
linux.md
mcp.md
observability.md
opa.md
openshift.md
pr-review.md
preflight.md
product.md
renovate.md
runtime-security.md
secrets.md
self-improve.md
setup-agents.md
supply-chain.md
terraform.md
triage.md
trivy.md
CONTRIBUTING.md
docs/
AWESOME_LIST_SUBMISSIONS.md
plans/
2026-05-28-renovate-skill.md
2026-05-30-viral-adoption-sprint.md
specs/
2026-05-28-renovate-skill-design.md
superpowers/
specs/
2026-05-20-supply-chain-runtime-security-design.md
TEAM_ROLLOUT.md
EDITOR_INTEGRATIONS.md
evals/
flux-helmrelease/
capability.txt
criteria.json
task.md
instructions.json
opa-policy/
capability.txt
criteria.json
task.md
pr-triage/
capability.txt
criteria.json
task.md
examples/
agent-self-improve/
.learnings/
ERRORS.md
FEATURE_REQUESTS.md
LEARNINGS.md
global-claude.md
HOW_IT_WORKS.md
memory/
SESSION-STATE.md
working-buffer.md
YYYY-MM-DD.md
README.md
scripts/
session-end.ps1
session-end.sh
session-start-reminder.ps1
session-start-reminder.sh
settings-windows.json.example
settings.json.example
argocd/
app-of-apps/
application.yaml
applications/
platform-infrastructure-production.yaml
platform-workloads-production.yaml
projects/
platform-project.yaml
README.md
awesome-docs/
arch-flow.svg
docs-audit-workflow.yml
field-carousel.svg
lifecycle-loop.svg
README.md
sequence-diagram.svg
state-machine.svg
timeline-phases.svg
aws/
cloudfront/
functions/
url-rewrite.js
lambda-edge/
functions/
viewer-request.js
main.tf
locals.tf
main.tf
outputs.tf
variables.tf
versions.tf
firewall-manager/
main.tf
iam/
irsa-dynamodb.json
s3-least-privilege.json
README.md
waf/
main.tf
outputs.tf
variables.tf
versions.tf
azure/
README.md
workload-identity/
main.tf
serviceaccount.yaml
chaos/
chaos-mesh-install-values.yaml
chaos-schedule.yaml
chaos-validate.sh
cpu-stress-experiment.yaml
gameday-runbook.md
litmus-install-values.yaml
network-loss-experiment.yaml
pod-delete-experiment.yaml
README.md
compliance/
.pre-commit-checkov.yaml
backup/
main.tf
checkov-config.yaml
checkov-terraform-plan.sh
compliance-validate.sh
custom-checks/
__init__.py
CKV_EXAMPLE_1.py
detection/
main.tf
encryption-data-services/
main.tf
iam/
main.tf
incident-response/
main.tf
logging/
main.tf
network/
main.tf
README.md
vulnerability/
main.tf
conventional-commits/
commitlint/
.husky/
commit-msg
commitlint.config.js
package.json
README.md
datadog/
llm-observability/
evaluator-bootstrap.py
llmobs-nodejs.js
llmobs-python.py
README.md
terraform/
monitors.tf
demo/
flux-stuck-release/
bad.yaml
demo.gif
demo.tape
fixed.yaml
README.md
github-actions-supply-chain/
bad.yml
demo.gif
demo.tape
fixed.yml
README.md
kubernetes-prod-review/
bad.yaml
demo.gif
demo.tape
fixed.yaml
README.md
opa-policy-review/
bad.rego
demo.gif
demo.tape
fixed.rego
README.md
pr-triage/
demo.gif
demo.tape
deployment-fixed.yaml
deployment.yaml
README.md
terraform-iam-risk/
bad.tf
demo.gif
demo.tape
fixed.tf
README.md
versions.tf
documentation/
openapi-spec/
openapi.yaml
README.md
dora/
amp-variant/
amp-recording-rules-deploy.sh
amp-workspace.tf
grafana-amg-datasource.json
grafana-amp-datasource.yaml
prometheus-agent-values.yaml
pushgateway-helm-values.yaml
README.md
deployment-event-step.yaml
dora-validate.sh
grafana-dashboard.json
incident-webhook-handler.yaml
prometheus-recording-rules.yaml
README.md
dynatrace/
operator/
dynakube.yaml
README.md
fluxcd/
basic-monorepo/
apps/
base/
kustomization.yaml
my-app/
deployment.yaml
ingress.yaml
service.yaml
namespace.yaml
production/
kustomization.yaml
staging/
kustomization.yaml
clusters/
production/
apps.yaml
infrastructure.yaml
staging/
apps.yaml
infrastructure.yaml
infrastructure/
base/
cert-manager/
helmrelease.yaml
helmrepository.yaml
namespace.yaml
ingress-nginx/
helmrelease.yaml
helmrepository.yaml
namespace.yaml
kustomization.yaml
namespaces.yaml
production/
kustomization.yaml
staging/
kustomization.yaml
README.md
flux-operator/
fluxinstance.yaml
ocirepository.yaml
README.md
verify-policy.yaml
helm-releases/
README.md
releases/
base/
cert-manager/
helmrelease.yaml
ocirepository.yaml
values-configmap.yaml
production/
kustomization.yaml
staging/
kustomization.yaml
image-automation/
git-based/
imagepolicy.yaml
imagerepository.yaml
imageupdateautomation.yaml
gitless/
resourceset.yaml
resourcesetinputprovider.yaml
README.md
multi-tenant/
clusters/
production/
platform.yaml
tenants.yaml
platform/
kustomization.yaml
network-policy/
default-deny.yaml
rbac/
tenant-role.yaml
README.md
tenants/
team-a/
gitrepository.yaml
kustomization.yaml
namespace.yaml
rolebinding.yaml
serviceaccount.yaml
README.md
github-actions/
composite-actions/
configure-cloud/
.actionlint.yaml
.github/
dependabot.yml
workflows/
release.yml
test-action.yml
action.yml
CHANGELOG.md
README.md
db-migrate/
.actionlint.yaml
.github/
... 375 moreΒ© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic
/platform-skills:fluxcd| AWS | references/aws.md | IAM least-privilege, IRSA, EKS, resource tagging, cost allocation |
| AWS CloudFront | references/aws-cloudfront.md | Distributions, OAC, cache policies, security headers, Lambda@Edge, CloudFront Functions, multi-account |
| AWS WAF | references/aws-waf.md | Web ACLs, managed rule groups, rate limiting, Bot Control, Firewall Manager, Shield Advanced |
| Azure | references/azure.md | Workload identity, AKS, RBAC, resource tagging, Azure Policy β /platform-skills:azure |
| Terraform | references/terraform.md | Module design, state management, testing, CI/CD integration |
| Checkov | references/checkov.md | Bootstrap, static + plan scanning, multi-cloud provider detection, fix mode, custom checks |
| π Trivy | references/trivy.md | Image, fs, repo, SBOM, and cluster CVE scanning; severity gates; Trivy Operator via Flux |
| GitHub Actions | references/github-actions.md | Security hardening, OIDC, SHA pinning, reusable workflows β /platform-skills:github-actions |
| Composite GitHub Actions | references/composite-actions.md | Composite action scaffolding, review, hardening, testing, release, private repo access |
| πΊοΈ Platform model | references/platform-operating-model.md | Ownership boundaries, promotion flows, cross-tool design |
| π Secrets | references/secrets.md | External Secrets Operator, Sealed Secrets, provider setup, troubleshooting β /platform-skills:secrets |
| Linkerd | references/linkerd.md | mTLS, proxy injection, AuthorizationPolicy, observability, multi-cluster |
| Linux & Networking | references/linux-networking.md | Linux admin, DNS, load balancing, VPC/VNet design, connectivity troubleshooting |
| π§ Platform Mindset | references/platform-mindset.md | DevEx, friction audits, RFC/ADR, incident comms, post-mortems, capacity planning |
| π Compliance | references/compliance.md | SOC 2 Trust Services Criteria in Terraform: IAM, encryption, detection, audit logging, backup, Checkov enforcement |
| Helm | references/helm.md | Chart scaffolding, values design, template patterns, security hardening, lint/validation pipeline, GitOps integration |
| π MCP | references/mcp.md | Model Context Protocol server/client development, TypeScript and Python SDKs, stdio/SSE transports, security, testing |
| βοΈ AWS MCP Profiles | references/aws-mcp-profiles.md | Multi-account AWS MCP server management β SSO, Granted, credential_process, profile discovery, VS Code and Claude Code config generation |
| Observability | references/observability.md | Structured logging, Prometheus metrics, OpenTelemetry tracing, Grafana dashboards, alerting rules, k6 load testing, capacity planning |
| π Documentation | references/documentation.md | Docstrings (Google/NumPy/JSDoc), OpenAPI 3.1 specs, doc sites (MkDocs/TypeDoc), developer guides |
| Datadog | references/datadog.md | Agent Helm setup, APM instrumentation, log management, monitors/dashboards/SLOs as Terraform, pup CLI, Datadog Labs skills |
| π€ LLM Observability | references/llm-observability.md | Datadog LLMObs instrumentation (Python/Node.js), eval bootstrap, trace RCA, experiment analysis |
| Dynatrace | references/dynatrace.md | OneAgent Kubernetes Operator, custom metrics, SLOs, dashboards and alerting via Terraform provider |
| Conventional Commits | references/conventional-commits.md | Message structure, type classification, atomic staging, commitlint/husky/semantic-release tooling |
| π OPA / Conftest | references/opa.md | Rego v1 syntax, rule types, unit tests, fmt/regal/verify validation pipeline, GitHub Actions integration |
| π PR Review | references/pr-review.md | Cost impact, environment drift, ownership gaps, SOC 2 compliance, deprecated API / version hygiene, rollback feasibility |
| π§΅ PR Comment Triage | commands/triage.md | /platform-skills:triage classifies PR comments, applies valid fixes, replies, and resolves review threads |
| β‘ KEDA | references/keda.md | ScaledObject, ScaledJob, TriggerAuthentication, Prometheus/SQS/Kafka/Redis/Cron/HTTP/Azure scalers, scale-to-zero, IRSA, GitOps integration, troubleshooting β /platform-skills:keda |
| βοΈ Karpenter | references/karpenter.md | EKS node autoscaling β NodePool, EC2NodeClass, NodeClaim, Spot diversity, disruption budgets, ODCR, private clusters, Fargate coexistence, FinOps, CA migration, v0βv1 upgrades β /platform-skills:karpenter |
| π€ Agent Self-Improvement | references/agent-self-improve.md | .learnings/ directory setup, LRN/ERR/FEAT entry lifecycle, WAL protocol, working buffer, VFM scoring, ADL decision logic, Six Operating Pillars, heartbeat, reverse prompting, proactive agent behavior β /platform-skills:self-improve |
| π Supply Chain Security | references/supply-chain.md | Cosign keyless signing, Syft SBOM generation and attestation, Trivy/Grype CVE scanning with severity gates, SLSA Level 2 provenance, Kyverno ImageValidatingPolicy enforcement β /platform-skills:supply-chain |
| π¦ Runtime Security | references/runtime-security.md | Falco eBPF deployment on EKS/GKE, custom rule authoring, Falcosidekick alert routing, rule debugging, bridging Falco signals to Kyverno admission enforcement β /platform-skills:runtime-security |
| π₯ Chaos Engineering | references/chaos.md | Litmus Chaos v3 and Chaos Mesh v2 fault injection, steady-state hypothesis (httpProbe/promProbe), blast radius scoping, GameDay workflow, recurring schedules, DORA feedback loop β /platform-skills:chaos |
| π DORA Metrics | references/dora.md | Deployment Frequency, Lead Time, Change Failure Rate, MTTR β GitHub Actions + Prometheus Pushgateway instrumentation, recording rules, Grafana dashboards, SaaS decision matrix, anti-pattern detection β /platform-skills:dora |
| β¨ Awesome Docs | references/awesome-docs.md | Animated GitHub-safe Markdown document generation β any doc type (README, architecture guide, runbook, tutorial, API reference, RFC, post-mortem, or custom), 4 SVG patterns, convert existing docs, diff for staleness, audit quality, local preview, multi-platform export β /platform-skills:awesome-docs |
| π Renovate | references/renovate.md | Dependency update automation β scan repo and generate renovate.json per ecosystem, private registry auth (ECR/GCR/ACR/Harbor/Helm OCI), custom regex managers for internal GitHub modules and private Terraform registries, pre-commit hook, GitHub Actions validation workflow β /platform-skills:renovate |
| π€ Setup Agents | references/setup-agents.md | Multi-agent AI scaffold for any repo β ranked scan, interview-driven generate/upgrade/add/review modes, GitHub Copilot, Claude Code, Cursor, Codex, and Windsurf configs β /platform-skills:setup-agents |