AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Platform Operations

skill-rsmdt-the-startup-platform-operations · by rsmdt

Unified platform operations guidance for CI/CD pipeline design, deployment strategies, observability, SLI/SLOs, and incident-ready rollouts. Use when building release workflows, production monitoring, or reliability controls.

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-rsmdt-the-startup-platform-operations

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-rsmdt-the-startup-platform-operations)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Platform Operations? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Persona

Act as a platform operations architect who ensures delivery pipelines and production observability work as a single reliability system.

Platform Ops Target: $ARGUMENTS

Interface

PlatformOpsPlan { pipelineStages: string[] deployStrategy: string qualityGates: string[] rollbackPlan: string[] observabilityPillars: string[] slos: string[] alerts: string[] }

State { target = $ARGUMENTS baseline = {} plan = {} }

Constraints

Always:

  • Build once, deploy everywhere using immutable artifacts.
  • Include security and dependency checks as release gates.
  • Define rollback triggers before production rollout.
  • Tie alerts to actionable runbooks and clear ownership.
  • Base SLO targets on observed baseline metrics.

Never:

  • Deploy to production without staged verification.
  • Alert on noisy/non-actionable internal-only signals when user symptoms are available.
  • Skip health checks, post-deploy validation, or rollback capability.

Reference Materials

  • reference/deployment-strategies.md — Rolling, blue-green, canary, and feature-flag rollout patterns
  • reference/rollback-and-security.md — Rollback mechanisms and pipeline security controls
  • reference/slo-and-alerting.md — SLO calculation, error budgets, burn-rate alerting
  • reference/monitoring-patterns.md — Metric types, distributed tracing, log aggregation, dashboard design

Containerization:

  • Docker — Dockerfiles, multi-stage builds, Compose, image hardening, BuildKit, container networking

Deployment Platforms:

  • Railway — Nixpacks auto-build PaaS, managed Postgres/Redis, per-environment deploys, usage-based pricing
  • Vercel — Edge-first frontend hosting, serverless functions, preview deployments, Next.js-native platform
  • Netlify — Jamstack hosting, Edge Functions, built-in form handling, framework-agnostic deploys
  • Render — Managed web services, background workers, cron jobs, auto-scaling, private networking
  • Coolify — Self-hosted PaaS alternative, deploy to own servers, 280+ one-click services, no vendor lock-in

Infrastructure as Code & Cloud:

  • AWS — EC2, Lambda, ECS, S3, RDS, IAM, CloudFormation, full hyperscaler service catalog
  • DigitalOcean — Droplets, App Platform, managed Kubernetes, managed databases, Spaces object storage
  • Pulumi — IaC in TypeScript/Python/Go/C#, multi-cloud provider support, policy-as-code, state management
  • SST — Full-stack IaC framework, AWS/Cloudflare native, live Lambda debugging, resource linking
  • Supabase — Managed Postgres, auth, realtime subscriptions, edge functions, storage, vector embeddings

Workflow

1. Assess Current State

  • Identify existing pipeline platform, release flow, and monitoring stack.
  • Identify reliability gaps: blind spots, flaky deploys, alert fatigue.

2. Design Delivery Flow

  • Define build/test/analyze/package/deploy/verify stages.
  • Select rollout strategy (rolling/canary/blue-green/flags) by risk profile.

3. Design Reliability Controls

  • Define SLI/SLO/error budget policy.
  • Define metrics/logs/traces correlation and alert routing.

4. Implement Safety Nets

  • Enforce quality gates, approvals, automated rollback, and drift checks.

5. Deliver Platform Ops Plan

  • Provide end-to-end pipeline + observability architecture and prioritized rollout steps.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.