deployment-procedures

deployment-procedures is a skill for Claude Code from DDS-Solutions/AI-TadPole-OS. It costs 29 tokens per session (581 once invoked), scanned A, original, MIT.

Guidance for safely releasing software to production, the live environment used by real users. It covers preparation, backups, verification, rollout, and rollback, which means returning to a known working version.

In plain words
What is it for?
Use it to plan production releases, run tests and build checks, back up database state, deploy updates, monitor them, and roll back when necessary.
Why use it?
It reduces the risk of deploying untested code or losing data during a release. It also ensures there is a tested way to recover when something goes wrong.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **Workflow Binding**: Used directly during the [`/deploy`](../../workflows/deploy.md) workflow..

Good fit Use it to plan production releases, run tests and build checks, back up database state, deploy updates, monitor them, and roll back when necessary.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/DDS-Solutions/AI-TadPole-OS
agentmods
npx agentmods add skills/dds-solutions/ai-tadpole-os/deployment-procedures

Made for: Claude Code.

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-procedures

README.md
[![agentmods](https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/deployment-procedures/github.svg)](https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/deployment-procedures)
Your own site
<a href="https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/deployment-procedures"><img src="https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/deployment-procedures/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deployment-procedures

Your own site · 80×15
<a href="https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/deployment-procedures"><img src="https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/deployment-procedures.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 581 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00029 $0.00581
Opus 5 $0.00015 $0.00291
Sonnet 5 $0.00006 $0.00116
Haiku 4.5 $0.00003 $0.00058

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

Security

Grade A, and why

deployment-procedures 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 9d 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.

.agent/skills/deployment-procedures/SKILL.md · 61 lines

What it actually says

[!IMPORTANT] AI Context & Knowledge Heritage

  • Subsystem: Agent Skills Registry / deployment-procedures
  • Architecture: @docs ARCHITECTURE:Documentation
  • Failure Path: Information drift, legacy terminology, or documentation mismatch.
  • Observability: Traceability via execution/parity_guard.py ([SKILL])

Production Deployment & State Transition Protocol

Philosophy: Never deploy unverified code. Always have an immediate, tested rollback path. Workflow Binding: Used directly during the /deploy workflow.


🎯 Progressive Disclosure & L3 Reference Index

Read REQUIRED deployment gates below; consult deep L3 Reference Guides on demand:

L3 Reference Guide Purpose Trigger / When to Load
references/rollback_and_verification_matrix.md Platform runbooks (Docker/PM2/K8s), migration expand-and-contract Staging-to-production transitions & rollbacks

🚀 1. The 5-Phase Release Pipeline

1. PREPARE  ➔ Run `parity_guard.py` & unit tests; verify production build.
2. SNAPSHOT ➔ Backup persistent SQLite / database state.
3. RELEASE  ➔ Execute binary update / container rollout with live log tailing.
4. VERIFY   ➔ Query `/health` endpoint and inspect initial traffic telemetry.
5. CONFIRM  ➔ If error rate > 0.1% or panic detected ➔ ROLLBACK IMMEDIATELY.

🛑 2. Rollback Triggers (Non-Negotiable)

Initiate an automated or manual rollback if:

  1. Health Check Failure: Service fails to return 200 OK within 15 seconds of boot.
  2. Panic / Crash Loop: Engine emits panic logs or exits with non-zero exit code.
  3. Database Lock Contention: SQLite WAL mode encounters database locked exceptions.

🛠️ 3. Verification Commands

# 1. Verify build and link integrity
python execution/parity_guard.py .

# 2. Verify backend compiles cleanly
cargo check --manifest-path server-rs/Cargo.toml
Files

What ships with it

1 file 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. 9d ago First seen · 61 lines · 29 tokens per session scan A c59d6413ccdd

Subscribe to this mod's changes

deployment-procedures is a skill published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 581 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

release-lanes

Maintain Plate's latest and beta release lanes end-to-end with an autogoal plan: promote next to main, sync main directly back into next, repair release metadata conflicts, re-enter beta, and verify npm/GitHub release state.

udecode/plate · 52 tokens

sync-main-to-next

One-command shortcut for syncing origin/main directly into origin/next through release-lanes. Use when the user says sync-main-to-next, asks to sync main into next, asks after a stable release what sync is needed, or wants the fastest safe beta lane catch-up without promotion or broad release-lane ceremony.

udecode/plate · 67 tokens

promote-beta

Compatibility entrypoint for beta promotion. Prefer release-lanes for end-to-end latest/beta lane maintenance.

udecode/plate · 25 tokens

deployment-rules

Release/deployment standards — semantic-release, commitlint, version sync, the updater. Load for /prepare-release and changes to release.config.mjs / commitlint / workflows / version files. Owned by project-steward.

saeedkolivand/ai-job-hunter-app · 49 tokens

release-workflow

Release/publish the spikard Rust core crate and CLI end-to-end. Load when releasing or publishing spikard — cutting a new version, tagging, running gh release create, and installing the released build locally. Covers version set via Taskfile, CHANGELOG roll, the clean-tree precondition, GitHub release, local install…

Goldziher/spikard · 77 tokens

draft-release-notes

Author the committed release-notes file for a Prisma 8 release (stable or 8.0.0-rc.N) by enumerating the merged PRs since the previous release v tag (stable or -rc.N), resolving opaque TML-NNNN: titles via Linear context (never copied verbatim), triaging public-worthiness, and writing categorized notes — breaking…

prisma/orm · 174 tokens