platform-operations

platform-operations is a skill for Claude Code, Codex from rsmdt/the-startup. It costs 45 tokens per session (924 once invoked), scanned A, original, MIT.

A guide for running software in production, covering automated build-and-release pipelines, deployment methods, monitoring, service targets, alerts, and rollback plans. CI/CD means automatically checking and delivering code through defined stages.

In plain words
What is it for?
Use it to design CI/CD workflows, choose staged rollout methods, define SLOs, add actionable alerts, and prepare post-deployment validation and rollback procedures.
Why use it?
It connects release checks with production reliability, so teams can detect problems, respond with clear ownership, and undo unsafe deployments.

Skill for Claude CodeCodex

Part of the team plugin — 16 skills, 2 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rsmdt/the-startup/platform-operations
Any agent
npx skills add rsmdt/the-startup --skill platform-operations
Clone the repo
git clone --depth 1 https://github.com/rsmdt/the-startup

Made for: Claude Code, Codex.

Or install team, the plugin that ships this one along with the rest of its 16 skills, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for platform-operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/rsmdt/the-startup/platform-operations.svg)](https://agentmods.dev/skills/rsmdt/the-startup/platform-operations)
Your own site
<a href="https://agentmods.dev/skills/rsmdt/the-startup/platform-operations"><img src="https://agentmods.dev/badge/skills/rsmdt/the-startup/platform-operations.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 924 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00045 $0.00924
Opus 5 $0.00023 $0.00462
Sonnet 5 $0.00009 $0.00185
Haiku 4.5 $0.00005 $0.00092

Measured 4d ago against content hash 5e77cc1484a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

platform-operations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/team/skills/infrastructure/platform-operations/SKILL.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Read the full file on GitHub · 86 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 86 lines · 45 tokens per session scan A 5e77cc1484a3

Subscribe to this mod's changes

platform-operations is a skill published in the GitHub repository rsmdt/the-startup (511 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 924 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

watch-patterns

Correct construction of watchers for long-running operations. TRIGGER when: arming observation of a long-running operation (CI run, deploy, transfer, GC/prune, log stream), writing poll/until loops, or using the Monitor tool. SKIP: defining production alerts/metrics (use monitoring-observability); log formatting (use…

komluk/scaffolding · 76 tokens

vibe-ship

Generates a complete, production-ready deployment setup for any app in one pass -- Dockerfile, docker-compose.yml, .dockerignore, CI/CD (GitHub Actions), scalability config (health checks, resource limits, K8s on request), and security hardening (non-root user, secrets, dependency scanning). Auto-detects the stack…

sudais-khalid/vibe-ship · 214 tokens

web-ci-spec

Produce a sprint CI.md covering pipeline stages, secrets handling, deployment strategy, and rollback for GitHub Actions / Cloud Build / GitLab CI / etc. Coordinator-only — produces drafts, never modifies live workflows. Pauses for user confirmation.

howar31/magi-workflow · 52 tokens

job-interview-meeting-preparation

Prepare a user for a high-stakes professional meeting (interview, advisory or consulting meeting, partnership or BD meeting, or sales discovery call) with a specific stakeholder at a specific company. The skill handles input capture, web research on the company and any secondary company, stakeholder analysis from a…

enalbenerraw/blanewarrene · 128 tokens

comparative-landscape-brief

Produce a structured comparative briefing document for a third-party audience, across a named set of 3 to 8 entities for a named audience (investors, board, exec team, M&A committee, partners, advisory council, customer advisory board). The skill captures inputs, researches each entity, analyzes the last 90 days of…

enalbenerraw/blanewarrene · 125 tokens

site-to-prompt

Use when given a website URL and asked to reverse-engineer it — to produce a detailed reconstruction prompt and/or rebuild the site in HTML/CSS or React/Tailwind. Covers animated, scroll-driven, and WebGL sites.

dhernz/site-to-prompt · 51 tokens