deployment

deployment is a skill for Claude Code from atretyak1985/swarmery. It costs 79 tokens per session (3,721 once invoked), scanned A, original, Apache-2.0.

A guide for deploying an application service with Helm to an existing Kubernetes cluster and checking that it works afterward. Kubernetes runs the service in containers, and Helm applies the service's deployment configuration.

In plain words
What is it for?
Use it to install or update a Helm release, inspect deployment status, verify service endpoints and ingress, and roll back a release in one environment.
Why use it?
It provides a repeatable process for updating one environment and detecting problems through pod, endpoint, and ingress checks. It also covers rolling back a failed release.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the infra-pack plugin — 11 skills, 1 command, 3 agents shipped together

Good fit Use it to install or update a Helm release, inspect deployment status, verify service endpoints and ingress, and roll back a release in one environment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atretyak1985/swarmery/deployment
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.

Any agent
npx skills add atretyak1985/swarmery --skill deployment
Clone the repo
git clone --depth 1 https://github.com/atretyak1985/swarmery

Made for: Claude Code.

Or install infra-pack, the plugin that ships this one along with the rest of its 11 skills, 1 command, 3 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 deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/atretyak1985/swarmery/deployment.svg)](https://agentmods.dev/skills/atretyak1985/swarmery/deployment)
Your own site
<a href="https://agentmods.dev/skills/atretyak1985/swarmery/deployment"><img src="https://agentmods.dev/badge/skills/atretyak1985/swarmery/deployment.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,721 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00079 $0.03721
Opus 5 $0.00039 $0.01861
Sonnet 5 $0.00016 $0.00744
Haiku 4.5 $0.00008 $0.00372

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

Security

Grade A, and why

deployment scanned grade A with 1 finding 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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/deploy-checklist.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `curl http://<endpoint>/api/health` -- returns HTTP 200
plugins/infra-pack/skills/deployment/SKILL.md · 272 lines

How it starts

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

Purpose

Orchestrate the project's service deployments across local-dev (Minikube), the staging environment (project.json → cloud.envAlias; typically a cloud VM + Minikube), and production (e.g. edge device + k3s) using Helm, producing a deploy status report with pod health and endpoint verification. This skill covers the single-environment deploy-and-verify cycle; it defers image building to docker-build, chart template authoring to helm-chart-expert, and cross-environment promotion to release-promotion.

When to use this skill

  • Trigger A -- Deploying a Helm release to any single project environment
  • Trigger B -- Running post-deployment verification (pod health, endpoint checks, ingress validation)
  • Trigger C -- Rolling back a failed Helm release within the same environment
  • Trigger D -- Inspecting current deploy state (helm list, helm history, pod status)

When NOT to use this skill

  • Anti-trigger A -- Building or pushing Docker images -> use docker-build instead
  • Anti-trigger B -- Writing or modifying Helm chart templates -> use helm-chart-expert instead
  • Anti-trigger C -- CI/CD pipeline configuration -> use gitlab-ci-cd instead
  • Anti-trigger D -- Production deploy without an approved merge request -> stop and escalate
  • Anti-trigger E -- Staging-environment operational recovery (SSH debugging, secret rotation, VM recovery) -> follow the project's environment runbooks; cluster-level pieces belong to kubernetes-deployment
  • Anti-trigger F -- Promoting an image across environments (dev -> staging -> production) -> use release-promotion instead
  • Anti-trigger G -- Cluster-level infrastructure ops (Minikube management, GCP firewall, tunnel debugging) -> use kubernetes-deployment instead

Required environment

  • Runtime mount: .claude/skills/deployment/SKILL.md
  • Tools / libraries: helm (v3+), kubectl, gcloud CLI, SSH access (for staging/production)
  • Bundled resources:
    • .claude/skills/deployment/scripts/deploy-checklist.sh -- pre-deploy validation
    • .claude/skills/deployment/resources/environments.md -- environment coordinates
  • Reversibility profile: hard-to-reverse -- confirm before applying to shared clusters; helm rollback can revert but causes pod disruption

Read the full file on GitHub · 272 lines

Files

What ships with it

2 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. 5d ago First seen · 272 lines · 79 tokens per session scan A c70172d261a3

Subscribe to this mod's changes

deployment is a skill published in the GitHub repository atretyak1985/swarmery (4 stars, last pushed today), licensed Apache-2.0. It adds 79 tokens to every session and 3,721 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

azure-prepare

Prepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Terraform), and Dockerfiles for the Azure Developer CLI (azd) workflow. USE ONLY when the user explicitly wants to use azd as the deployment tool, or the project already has an azure.yaml file. DO NOT USE FOR: non-azd…

microsoft/skills · 166 tokens

wrangler

Run or troubleshoot Wrangler CLI commands and configure Worker projects for local development, deployment, and Cloudflare resource management.

cloudflare/skills · 25 tokens

azure-cloud-migrate

Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk/Heroku/App Engine→App Service, Fargate/Kubernetes/Cloud Run/Spring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud…

microsoft/skills · 106 tokens

aws-cloudformation-ecs

Provides AWS CloudFormation patterns for ECS clusters, task definitions, services, container definitions, auto scaling, blue/green deployments, CodeDeploy integration, ALB integration, service discovery, monitoring, logging, template structure, parameters, outputs, and cross-stack references. Use when creating ECS…

giuseppe-trisciuoglio/developer-kit · 101 tokens

loom-kubernetes

Kubernetes deployment, cluster architecture, security, and operations.

cosmix/loom · 16 tokens

cis-aws-compute-3.1

Ensure Amazon ECS task definitions using 'host' network mode do not allow privileged or root user access to the host.

CyberStrikeus/CyberStrike · 32 tokens