comet-safe-delivery

comet-safe-delivery is a skill for Claude Code, Codex from rpamis/comet. It costs 78 tokens per session (503 once invoked), scanned A, original, MIT.

A Chinese-language procedure for safely delivering specified Comet changes through Git. It covers checking worktrees and unrelated edits, staging exact files, validating hooks, and authorized commits or pushes.

In plain words
What is it for?
Use it when the user explicitly asks to commit, push, merge, clean up a worktree, or otherwise deliver a defined Comet change.
Why use it?
It reduces the risk of committing unrelated work, mishandling linked worktrees or submodules, or delivering changes to the wrong branch.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

Good fit Use it when the user explicitly asks to commit, push, merge, clean up a worktree, or otherwise deliver a defined Comet change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rpamis/comet/comet-safe-delivery
About the project

Comet is a resumable workflow and skill platform for coding tasks, covering requirements work as well as skill creation, evaluation, and release. It supports separate Native and Classic workflows and can coordinate implementation and verification across isolated Git worktrees. The catalogue contains skills and instructions that implement Comet-related workflows.

rpamis/comet · 2,937 stars · on GitHub · docs.comet.rpamis.com

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 rpamis/comet --skill comet-safe-delivery
Clone the repo
git clone --depth 1 https://github.com/rpamis/comet

Made for: Claude Code, Codex.

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 comet-safe-delivery

README.md
[![agentmods](https://agentmods.dev/badge/skills/rpamis/comet/comet-safe-delivery.svg)](https://agentmods.dev/skills/rpamis/comet/comet-safe-delivery)
Your own site
<a href="https://agentmods.dev/skills/rpamis/comet/comet-safe-delivery"><img src="https://agentmods.dev/badge/skills/rpamis/comet/comet-safe-delivery.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 503 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.
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.00078 $0.00503
Opus 5 $0.00039 $0.00251
Sonnet 5 $0.00016 $0.00101
Haiku 4.5 $0.00008 $0.00050

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

Security

Grade A, and why

comet-safe-delivery 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 7d 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.

assets/skills-maintainer/comet-safe-delivery/SKILL.md · 30 lines

What it actually says

Comet 安全交付

先读取 ../comet-github/references/maintainer-contract.md。只有用户明确授权后才执行 Git 交付动作;本 Skill 永远不会发布到 npm。

交付前检查

  1. 记录当前分支、upstream、git status --short --branchgit worktree list --porcelain
  2. 检查 diff,确定准确的目标路径。如果与无关改动重叠,先确认范围。
  3. 确认目标分支和 remote,不要静默切换分支或改变交付目标。
  4. 涉及子模块时,先确认子模块自己的分支/状态;得到授权交付时,先提交子模块,再更新父仓库 gitlink。

暂存与验证

  • 只暂存明确的目标路径;混合工作区中不要使用宽泛的暂存命令。
  • 检查 git diff --cached --name-statusgit diff --cached --statgit diff --cached --check
  • 让仓库 pre-commit hook 正常运行。如果 hook 修改了暂存内容,重新检查暂存文件名和 diff。
  • 使用带类型前缀的提交信息,例如 fix: ...docs: ...chore: ...

交付

只提交已确认的暂存范围,只推送用户明确指定的分支和 remote。完成后验证本地状态、commit SHA、upstream 关系和远端分支 SHA。分别报告 commit、push 和线上 CI 状态。

除非另行要求,不创建 PR、不合并远端分支、不删除分支、不移除 worktree、不改写历史。删除 worktree 或分支前,确认关联关系、准确目标和可恢复性;不得强制删除宽泛或未解析的路径。

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. 7d ago First seen · 30 lines · 78 tokens per session scan A b1dcb4580f91

Subscribe to this mod's changes

comet-safe-delivery is a skill published in the GitHub repository rpamis/comet (2,937 stars, last pushed today), licensed MIT. It adds 78 tokens to every session and 503 once invoked, about $0.0004 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.