skill-evaluator

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

A guide for creating, comparing, simplifying, or improving skills for Codex, Claude, or other coding agents.

In plain words
What is it for?
Use it to review skill instructions, create realistic trigger tests, compare versions, and make targeted improvements.
Why use it?
It provides a repeatable way to improve trigger accuracy, output consistency, safety, and token efficiency.

Skill for Claude CodeCodex

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

Good fit Use it to review skill instructions, create realistic trigger tests, compare versions, and make targeted improvements.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/skill-evaluator"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/skill-evaluator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 532 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.00065 $0.00532
Opus 5 $0.00032 $0.00266
Sonnet 5 $0.00013 $0.00106
Haiku 4.5 $0.00006 $0.00053

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

Security

Grade A, and why

skill-evaluator 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 9d 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/skill-evaluator/SKILL.md · 37 lines

What it actually says

Skill 評估器

目標

用可比較的方式優化 skill,而不是憑感覺改。優先提升觸發準確率、可用率、輸出一致性、token 效率與安全性。

評估流程

  1. 讀取現有 skill 的 namedescription、核心流程與輸出格式。
  2. 讀取候選 skill 或官方範例,只吸收明顯更好的設計,不照搬無關內容。
  3. 用以下維度比較:觸發準確、步驟清楚、輸出契約、驗證方式、token 成本、安全邊界、可重用資源。
  4. 產生 5-10 個真實測試 prompt:包含 should-trigger、should-not-trigger、模糊口語、近似但不該觸發情境。
  5. 若能執行測試,做舊版 vs 新版比較;不能執行時,至少做人工靜態檢查。
  6. 修改 skill 時保持精簡;把長參考移到 references/,把重複程式放到 scripts/

比較表格式

項目 目前版本 候選優點 是否吸收 理由

修改原則

  • description 是主要觸發機制,要包含「做什麼」與「何時用」。
  • Body 只放執行方法,不重複大段觸發條件。
  • 避免過多 MUST / NEVER;能解釋原因時用原因引導。
  • 若某步驟每次都重寫,改成 script 或明確模板。
  • 不新增與任務無關的 README、CHANGELOG 或說明雜檔。

完成回報

列出:修改的 skill、吸收了哪些優點、未吸收項目與理由、測試/檢查結果、待確認事項。

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. 9d ago First seen · 37 lines · 65 tokens per session scan A 5f3560010bfb

Subscribe to this mod's changes

skill-evaluator is a skill published in the GitHub repository a275618631/codex-antigravity-collaboration (8 stars, last pushed 10d ago), licensed MIT. It adds 65 tokens to every session and 532 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.