golden-case

golden-case is a skill for Claude Code, Codex from xg-gh-25/SwarmAI. It costs 114 tokens per session (240 once invoked), scanned A, original, MIT.

A controlled intake process for adding and publishing SwarmAI evaluation cases, where evaluation cases are test examples used to check an AI system.

In plain words
What is it for?
Adding private test cases, validating them, and promoting approved cases to the public evaluation set.
Why use it?
It checks each case for valid structure, duplicates, meaningful content, and privacy before it enters the shared set.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Adding private test cases, validating them, and promoting approved cases to the public evaluation set.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xg-gh-25/swarmai/s_golden-case
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 xg-gh-25/SwarmAI --skill s_golden-case
Clone the repo
git clone --depth 1 https://github.com/xg-gh-25/SwarmAI

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 golden-case

README.md
[![agentmods](https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_golden-case/github.svg)](https://agentmods.dev/skills/xg-gh-25/swarmai/s_golden-case)
Your own site
<a href="https://agentmods.dev/skills/xg-gh-25/swarmai/s_golden-case"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_golden-case/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 golden-case

Your own site · 80×15
<a href="https://agentmods.dev/skills/xg-gh-25/swarmai/s_golden-case"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_golden-case.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 240 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.00114 $0.00240
Opus 5 $0.00057 $0.00120
Sonnet 5 $0.00023 $0.00048
Haiku 4.5 $0.00011 $0.00024

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

Security

Grade A, and why

golden-case 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 12d 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.

backend/skills/s_golden-case/SKILL.md · 18 lines

What it actually says

Golden Case

The standard intake for SwarmAI eval golden cases. Read INSTRUCTIONS.md before proceeding.

ABORT if active project != SwarmAI: "s_golden-case manages the SwarmAI eval golden set only."

Cases are split public (tracked, shippable) / private (gitignored, instance-specific). Every case passes a 4-gate validator before entering the corpus. Direct edits to golden_set.yaml are discouraged — they bypass the gates that keep the set trustworthy.

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. 12d ago First seen · 18 lines · 114 tokens per session scan A acbc57a1600d

Subscribe to this mod's changes

golden-case is a skill published in the GitHub repository xg-gh-25/SwarmAI (44 stars, last pushed today), licensed MIT. It adds 114 tokens to every session and 240 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

auto

Drive an autonomous execution arc end-to-end — compose brainstorm→spec→/prospect→plan→/prospect→TDD→/retrospect under the Rule 35 posture, decide objectively-validatable forks yourself, and stop only on a load-bearing fork or an ungranted approval. Modes: arc (default), execute (skip ideation), plan (stop at a…

mikeprasad/aria-knowledge · 314 tokens

aria-probe

Run a 4-step validation probe for the aria-cowork spec. Tests whether this Cowork plugin can verify cwd, write to the user-attached knowledge folder, read a file pre-placed by aria-knowledge in Code, and capture or fall back gracefully on the transcript surface. Outputs structured results both to the conversation and…

mikeprasad/aria-knowledge · 116 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens

workflow-patterns

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

wshobson/agents · 35 tokens

ios-simulator

Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an iPhone or iPad Simulator.

callstack/agent-device · 69 tokens