cm-safe-deploy

cm-safe-deploy is a skill for Claude Code from tody-agent/codymaster. It costs 39 tokens per session (4,622 once invoked), scanned A, original, no licence file.

A deployment setup guide that puts checks between your code and the live site or service, including a way to undo a release.

In plain words
What is it for?
Use it when preparing deployment infrastructure for a project. It helps set up test checks, build checks, frontend checks, and rollback steps.
Why use it?
It helps catch failed tests, broken builds, and unsafe frontend changes before they reach users. The rollback plan provides a way back when a release causes problems.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents).

Part of the cm plugin — 63 skills, 11 commands, 8 agents, 3 hooks, 1 MCP server 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/tody-agent/codymaster/cm-safe-deploy
Any agent
npx skills add tody-agent/codymaster --skill cm-safe-deploy
Clone the repo
git clone --depth 1 https://github.com/tody-agent/codymaster

Made for: Claude Code.

Or install cm, the plugin that ships this one along with the rest of its 63 skills, 11 commands, 8 agents, 3 hooks, 1 MCP server.

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 cm-safe-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/tody-agent/codymaster/cm-safe-deploy.svg)](https://agentmods.dev/skills/tody-agent/codymaster/cm-safe-deploy)
Your own site
<a href="https://agentmods.dev/skills/tody-agent/codymaster/cm-safe-deploy"><img src="https://agentmods.dev/badge/skills/tody-agent/codymaster/cm-safe-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,622 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 2 findings. Scan, not verified.
Origin unknown 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.00039 $0.04622
Opus 5 $0.00019 $0.02311
Sonnet 5 $0.00008 $0.00924
Haiku 4.5 $0.00004 $0.00462

Measured 6d ago against content hash 41ad74186fa9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

cm-safe-deploy scanned grade A with 2 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 6d 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.

Makes network callslowCapability

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

STATUS=$(curl -s -o /dev/null -w "%{http_code}" https://your-app.pages.dev)

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

const { execSync } = require('child_process');
.agents/skills/cm-safe-deploy/SKILL.md · 529 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 6d ago First seen · 529 lines · 39 tokens per session scan A 41ad74186fa9

Subscribe to this mod's changes

cm-safe-deploy is a skill published in the GitHub repository tody-agent/codymaster (52 stars, last pushed 11d ago), with no licence file. It adds 39 tokens to every session and 4,622 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). 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

compose-preview-ci

Set up or repair GitHub Actions CI that renders Compose @Preview composables and posts before/after diff comments on pull requests. Use when wiring preview diffs into a repo for the first time, when preview comments don't appear on fork PRs (the two-stage render/publish split), when migrating off the legacy…

yschimke/skills · 133 tokens

devops-deploy

Designs and executes CI/CD pipelines, GitOps workflows, deployment automation, and cloud infrastructure deployment including Docker, AWS Lambda, SAM, Terraform, and GitHub Actions. Use when building or improving CI/CD pipelines, containerizing applications, creating deployment runbooks, or deploying to cloud…

tranhieutt/software_development_department · 63 tokens

argo-cd

Use this skill when designing GitOps delivery workflows with Argo CD. This covers Application and AppProject CRDs, the App of Apps pattern, sync policies and waves, health checks, RBAC configuration, and integrating Argo CD into a multi-environment or multi-cluster strategy. The AI will act as a GitOps specialist who…

DongDuong2001/pudo-code-system · 0 tokens

gitlab-ci

Use this skill when designing or debugging GitLab CI/CD pipelines. This covers .gitlab-ci.yml configuration, GitLab Runners, pipeline stages, DAG (Directed Acyclic Graph) pipelines, merge request pipelines, include/extends patterns, and environment-based deployments. The AI will act as a specialist in GitLab CI idioms…

DongDuong2001/pudo-code-system · 0 tokens

jenkins

Use this skill when designing or debugging Jenkins pipelines. This covers Declarative Jenkinsfile syntax, shared libraries, agent configuration, parallel stages, credentials binding, and integrating Jenkins into a broader CI/CD ecosystem. The AI will act as a Jenkins specialist who knows the difference between…

DongDuong2001/pudo-code-system · 0 tokens

github-actions

Use this skill when you need to design or debug GitHub Actions workflows. This covers building CI pipelines, CD release pipelines, matrix build strategies, reusable workflows, and secure secrets management via OIDC. The AI will act as a specialist who understands GitHub Actions-specific idioms, runner environments…

DongDuong2001/pudo-code-system · 0 tokens