delivery-manifest

delivery-manifest is a skill for Claude Code, Codex from a275618631/codex-antigravity-collaboration. It costs 49 tokens per session (792 once invoked), scanned A, original, MIT.

A delivery-tracking system that records files created, changed, uploaded, or sent and controls their Google Drive locations.

In plain words
What is it for?
Naming deliverables, placing them in the specified Drive or GitHub locations, and reporting each file's path, URL, status, and verification result.
Why use it?
It creates a consistent record of what was delivered and helps keep Codex and Antigravity files separated.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Naming deliverables, placing them in the specified Drive or GitHub locations, and reporting each file's path, URL, status, and verification result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/a275618631/codex-antigravity-collaboration/delivery-manifest
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 a275618631/codex-antigravity-collaboration --skill delivery-manifest
Clone the repo
git clone --depth 1 https://github.com/a275618631/codex-antigravity-collaboration

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 delivery-manifest

README.md
[![agentmods](https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/delivery-manifest/github.svg)](https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/delivery-manifest)
Your own site
<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/delivery-manifest"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/delivery-manifest/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 delivery-manifest

Your own site · 80×15
<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/delivery-manifest"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/delivery-manifest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 792 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.00049 $0.00792
Opus 5 $0.00024 $0.00396
Sonnet 5 $0.00010 $0.00158
Haiku 4.5 $0.00005 $0.00079

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

Security

Grade A, and why

delivery-manifest 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 11d 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.

shared/skills/GLOBAL_CORE/delivery-manifest/SKILL.md · 45 lines

What it actually says

Delivery Manifest (交付物索引與平台分流)

確保所有產出的檔案、上傳操作,都能有清晰、可驗證的軌跡,並嚴格遵循 Antigravity 與 Codex 的儲存分流原則。

1. 檔名與 Google Drive 路徑分流

為了避免 Antigravity 覆寫 Codex 的產出,所有外部寫入必須嚴格遵守以下路徑分流:

平台 目標路徑與帳號 規則限制
Codex Google Drive/CODEX/<project folder>/ 僅供 Codex 參考,Antigravity 不得寫入
Antigravity Drive https://drive.google.com/drive/folders/1aaYM0LH7nZc8nGVeGJWWvGuZQEb4zQ2G 必須放在此特定資料夾底下。若同類任務無之前的資料夾,則新創。命名要能說明任務並且加上新增日期。
Antigravity GitHub https://github.com/a275618631 您的專屬 GitHub 擁有者 (Owner) 帳號

檔名統一規範:必須包含以下元素:

  • 專案或功能名稱 (繁體中文)
  • 用途 (繁體中文)
  • 日期 (YYYY-MM-DD)
  • 範例:Antigravity架構草案_2026-08-07.md

2. 交付物索引 (Delivery Manifest)

只要任務中產生了新檔案、修改了檔案、上傳 Drive 或寄送 Email,回覆結論前固定加入「交付物索引」表格

[!TIP] Minimal 免檢疫例外:若任務判定為 Minimal 車道 (本機 + 極簡單 + 低風險),強制豁免產出此 7 欄位報表,改以一句話精簡回報完成狀態與耗時即可,以維持最高 CP 值。

欄位 要求
檔名 實際檔名
用途 一句話說明用途
本機完整路徑 絕對路徑;若無本機檔案則寫「不適用」
遠端 URL 只使用實際回讀的 Drive/GitHub URL
存放位置 Drive 完整路徑/parent ID 或 repository/branch
狀態 已建立、已更新、尚未保存、未驗證或失敗
驗證 內容、格式、遠端存在性、權限等實際結果

[!IMPORTANT] 寫入 Drive 後,必須以實際 metadata、parent 與 URL 回讀驗證。若儲存位置錯誤或回讀失敗,不得報告為「已完成」。

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. 11d ago First seen · 45 lines · 49 tokens per session scan A 6011f4366f37

Subscribe to this mod's changes

delivery-manifest is a skill published in the GitHub repository a275618631/codex-antigravity-collaboration (8 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 792 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.