artifact-storage-policy

artifact-storage-policy is a skill for Claude Code, Codex from a275618631/codex-antigravity-collaboration. It costs 68 tokens per session (1,570 once invoked), scanned A, original, MIT.

A set of rules for choosing where project deliverables are stored in Google Drive or GitHub, how they are named, and how they are checked after saving.

In plain words
What is it for?
Use it when saving work reports, audit results, configuration changes, or other deliverables remotely, or when deciding whether to reuse an existing project location.
Why use it?
It prevents reports and other formal outputs from being saved in the wrong project, folder, repository, or branch, or being reported as complete without verification.

Skill for Claude CodeCodex

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

Good fit Use it when saving work reports, audit results, configuration changes, or other deliverables remotely, or when deciding whether to reuse an existing project location.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/a275618631/codex-antigravity-collaboration/artifact-storage-policy
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 artifact-storage-policy
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 artifact-storage-policy

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/artifact-storage-policy"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/artifact-storage-policy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,570 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.00068 $0.01570
Opus 5 $0.00034 $0.00785
Sonnet 5 $0.00014 $0.00314
Haiku 4.5 $0.00007 $0.00157

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

Security

Grade A, and why

artifact-storage-policy 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/artifact-storage-policy/SKILL.md · 127 lines

How it starts

The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.

交付物儲存政策

目的

先確認專案、目的地與既有位置,再建立或寫入外部交付物。此 Skill 是工作報告、Project Delivery Orchestrator、Google Drive 保存與 GitHub repository 選擇的共同政策;不負責搬移歷史檔案,也不取代平台專用工具。

觸發條件

  • 產出或保存工作報告、設定改版、稽核結果或其他正式成果。
  • 使用者要求保存到 Google Drive、GitHub,或同時保存到兩者。
  • 需要選擇新 repository、專案資料夾或交付目錄。
  • 需要判斷是否沿用既有專案、分支或版本。

Input Schema

storage_request:
  task: ""
  project_key: ""
  aliases: []
  destinations: [google_drive|github]
  artifacts: [{purpose: "", filename: ""}]
  date: "YYYY-MM-DD"
  user_authorized_write: false

Resolution Workflow

  1. 搜尋既有專案名稱、別名、近期交付物、Drive 資料夾與 GitHub repository;不得只依任務標題猜測。
  2. 確認 Google Drive 的 CODEX 根資料夾 ID、專案資料夾 ID、完整路徑與寫入權限;Drive 根目錄或 My Drive 根目錄不是合格目的地。
  3. 確認 GitHub owner、repository、目前分支與既有相關 repository;同一專案優先沿用既有 repository,不因日期或單一任務建立新 repo。
  4. 判斷關係:newcontinuationbranchrelated。若無法判斷,標記 needs_review,不得自行建立新位置。
  5. 檔名使用繁體中文,至少包含專案/功能、用途與建立日期;避免只用 report.mdfinal.docxoutput.txt
  6. 寫入後必須讀回 metadata/內容,核對實際 parent、完整路徑、檔名、URL、MIME/大小與 repository/分支。
  7. 發現錯放、重複、檔名不合規或無法回讀時,狀態為 needs_repairfailed,不得報告為完成。移動、重新命名、覆蓋、刪除或權限變更需另有明確授權。

Output Schema

routing:
  task: ""
  date: ""
  lane: fast|slow
  workflow: project-delivery-orchestrator
  skills_invoked: []
  agents_invoked: []
storage:
  project_key: ""
  relationship: new|continuation|branch|related|needs_review
  platform: google_drive|github|both
  drive:
    expected_root: CODEX
    expected_project_folder: ""
    expected_parent_id: ""
    actual_parent_id: ""
    actual_path: ""
    root_leak_detected: false
    reused_existing_project_folder: false
    duplicate_project_folders_found: []
    top_folder_date_before: ""
    top_folder_date_after: ""
    placement_verified: false
  github:
    expected_repo: ""
    actual_repo: ""
    reused_existing_repo: false
    new_repo_reason: ""
    duplicate_or_related_repos_found: []
    placement_verified: false
artifacts:
  - purpose: ""
    expected_filename: ""
    actual_filename: ""
    local_path: ""
    url: ""
    storage_path: ""
    parent_id: ""
    repository: ""
    branch: ""
    status: created|updated|not_saved|needs_repair|failed
    verification: ""
    created_at: ""
    filename_language: zh-TW
    project_in_filename: false
    purpose_in_filename: false
    creation_date_in_filename: false
    naming_verified: false
validations:
  routing_ledger: pass|fail|not_applicable
  content: pass|fail|not_run
  format: pass|fail|not_run
  remote_exists: pass|fail|not_run
  permission: pass|fail|not_run
  storage_location: pass|fail|not_run
  project_reuse: pass|fail|not_run
  filename_policy: pass|fail|not_run
  top_folder_date: pass|fail|not_run
unresolved: []

Read the full file on GitHub · 127 lines

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 · 127 lines · 68 tokens per session scan A 5dc992bfc80e

Subscribe to this mod's changes

artifact-storage-policy is a skill published in the GitHub repository a275618631/codex-antigravity-collaboration (8 stars, last pushed yesterday), licensed MIT. It adds 68 tokens to every session and 1,570 once invoked, about $0.0003 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