deploy

deploy is a skill for Claude Code, Codex from yongjip/mergetrain. It costs 30 tokens per session (207 once invoked), scanned A, original, MIT.

A deployment command for sending one validated group of changes through a merge queue, a controlled line for combining work, after a person confirms the action.

In plain words
What is it for?
Use it to select an eligible merge-train entry, request confirmation, deploy it, and report the pushed commit and verification status.
Why use it?
It prevents an agent from pushing changes without human approval and records which work, branches, and commits are being deployed.

Skill for Claude CodeCodex

Part of the mergetrain plugin — 2 skills, 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/yongjip/mergetrain/deploy
Any agent
npx skills add yongjip/mergetrain --skill deploy
Clone the repo
git clone --depth 1 https://github.com/yongjip/mergetrain

Made for: Claude Code, Codex.

Or install mergetrain, the plugin that ships this one along with the rest of its 2 skills, 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 deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/yongjip/mergetrain/deploy.svg)](https://agentmods.dev/skills/yongjip/mergetrain/deploy)
Your own site
<a href="https://agentmods.dev/skills/yongjip/mergetrain/deploy"><img src="https://agentmods.dev/badge/skills/yongjip/mergetrain/deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 207 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.00030 $0.00207
Opus 5 $0.00015 $0.00103
Sonnet 5 $0.00006 $0.00041
Haiku 4.5 $0.00003 $0.00021

Measured today against content hash 9afb361f543a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

deploy 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 today.

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.

integrations/claude/plugin/skills/deploy/SKILL.md · 22 lines

What it actually says

Deploy one exact plan

  1. Call mergetrain_status and read its health, state, and next action.
  2. Invoke mergetrain_deploy without selection or approval arguments. It may validate queued work, then presents the exact tasks, destination refs, and gate policy through the client's human confirmation dialog. Train IDs and plan hashes remain internal.
  3. Do not substitute a shell deploy command or a model-supplied confirmation. If the tool returns confirmation_required, show its terminal command and stop. If it returns deploy_not_confirmed, report that nothing was pushed.
  4. Report result, deployed job IDs, deploy_sha, push_status, and verify_status.
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. today Changed · +14 tokens per session 9afb361f543a
  2. 4d ago First seen · 22 lines · 16 tokens per session scan A e8471c2189e8

Subscribe to this mod's changes

deploy is a skill published in the GitHub repository yongjip/mergetrain (3 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 207 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-31.

Related

Other skills, from other repositories

mulmoterminal-dirs

Colour-code and order the directories you actually work in, from wherever you are. Writes each project's /.mulmoterminal.json — name badge, project icon image, the seven chrome colours, xterm palette (theme / colors), terminal font size, orderPriority (where it sits in the grid and in the launcher's chips), and…

receptron/mulmoterminal · 395 tokens

mulmoterminal-keys

Bind keyboard shortcuts and fix keyboard/clipboard behaviour in MulmoTerminal. Writes keymap, which Settings cannot set at all — its Keyboard shortcuts section is read-only, listing every action bound or not plus a send row. Explains copyOnSelect, questionPaneEnabled and terminalSubmit, which have their own Settings…

receptron/mulmoterminal · 289 tokens

mulmoterminal-config

The way into configuring MulmoTerminal, and the way to find out how it is configured now. Use for a broad or unsure request — "configure MulmoTerminal", "set this up", "customize this", "what can I change?", first-run setup — and route to the skill that owns the area. Also answers "how is this set up right now?", "why…

receptron/mulmoterminal · 365 tokens

mulmoterminal-model

Run MulmoTerminal sessions on something other than Anthropic's default, three ways — register an Anthropic-compatible backend (OpenRouter, Moonshot, a local Ollama bridge, a company gateway) as a providers entry in /.mulmoterminal/config.json, which has no Settings UI; pin a provider / model per project in its…

receptron/mulmoterminal · 302 tokens

mulmoterminal-header

Put your own action buttons and info chips in a MulmoTerminal session header — either everywhere (buttons / chips in /.mulmoterminal/config.json, which has no Settings UI) or for one project ( /.mulmoterminal.json). Buttons run a shell command in a new cell, type text into the running agent (/compact), or open a URL…

receptron/mulmoterminal · 200 tokens

mulmoterminal-notify

Decide which moments MulmoTerminal beeps or pushes for, and what each one plays — soundKinds, sounds and pushKinds in /.mulmoterminal/config.json, plus a per-project sound / sounds in /.mulmoterminal.json so one repo can have its own chime. Six moments exist (a turn finished, the agent is waiting on you, a Run command…

receptron/mulmoterminal · 198 tokens