prompt-portability

prompt-portability is a skill for Claude Code, Codex from a275618631/codex-antigravity-collaboration. It costs 56 tokens per session (421 once invoked), scanned A, original, MIT.

A guide for adapting coding-agent rules, workflows, or prompts to another AI platform. It accounts for differences such as file access, tool use, code execution, and web access.

In plain words
What is it for?
Use it to port instructions to Gemini, ChatGPT, Claude, an API agent, or another platform, including a shortened version ready to paste.
Why use it?
Rules written for one platform may refer to tools or local files another platform cannot use. This guide helps preserve the useful behavior while removing unsupported instructions.

Skill for Claude CodeCodex

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

Good fit Use it to port instructions to Gemini, ChatGPT, Claude, an API agent, or another platform, including a shortened version ready to paste.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/prompt-portability"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/prompt-portability.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 421 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.00056 $0.00421
Opus 5 $0.00028 $0.00211
Sonnet 5 $0.00011 $0.00084
Haiku 4.5 $0.00006 $0.00042

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

Security

Grade A, and why

prompt-portability 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/prompt-portability/SKILL.md · 35 lines

What it actually says

提示詞移植

目標

把規則轉成目標平台真正能執行的版本,刪除平台不支援的本機操作要求,保留思考品質與交付品質。

流程

  1. 確認目標平台:Gemini 網頁版、Claude 網頁版、ChatGPT、API、Codex、Claude Code。
  2. 判斷平台能力:是否可讀寫檔案、是否可用工具、是否可執行程式、是否可上網、是否支援自訂指令。
  3. 保留跨平台原則:繁中、先理解、列假設、低成本優先、少做多餘功能、查證、結論清楚。
  4. 刪除或降級不適用規則:本機檔案修改、Git、.env、同步腳本、工作區路徑、工具權限。
  5. 壓縮成適合目標欄位的長度;必要時提供完整版與短版。

輸出格式

適用平台:...
保留規則:...
刪除/降級規則:...
可直接貼上的版本:
...

判斷原則

  • 網頁版 AI:偏向行為指引,不寫本機執行規則。
  • Codex / Claude Code:可保留檔案、測試、同步、工具與權限規則。
  • API Agent:保留輸入/輸出契約、工具邊界、錯誤處理與驗證。
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 · 35 lines · 56 tokens per session scan A 83fcd2682b8a

Subscribe to this mod's changes

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

ai-engineering-toolkit

6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.

sickn33/agentic-awesome-skills · 47 tokens

ai-wrapper-product

Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc. ) into focused tools people will pay for. Not just "ChatGPT but different" - products that solve specific problems with AI.

sickn33/agentic-awesome-skills · 47 tokens

ai-product

Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production.

sickn33/agentic-awesome-skills · 28 tokens

prompt-engineering

Universal prompt engineering techniques for any LLM. Use when crafting, optimizing, or reviewing prompts for AI models. Triggers on requests like "improve this prompt", "write a system prompt", "optimize my instructions", "help me prompt engineer", "audit this prompt", "review my prompt", or when building agentic…

CodeAlive-AI/ai-driven-development · 76 tokens

prompt-engineering-expert

Advanced expert in prompt engineering, custom instructions design, and prompt optimization for AI agents.

CraftOS-dev/CraftBot · 22 tokens

llm-application-dev-ai-assistant

You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natur.

rmyndharis/antigravity-skills · 38 tokens