skill-authoring-and-audit

skill-authoring-and-audit is a skill for Codex from hoatv2211/GameStudio-CodexKIT. It costs 41 tokens per session (1,221 once invoked), scanned A, original, MIT.

A workflow for creating or revising reusable coding-agent skills, or for checking existing skills for unclear triggers, overlapping responsibilities, outdated maturity, and unsupported claims.

In plain words
What is it for?
Use it when authoring a new workflow, resolving when a skill should be triggered, auditing its history and sources, or reviewing its lifecycle.
Why use it?
It turns repeated work into clearer procedures and helps keep the skill catalogue accurate and maintainable.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when authoring a new workflow, resolving when a skill should be triggered, auditing its history and sources, or reviewing its lifecycle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hoatv2211/gamestudio-codexkit/skill-authoring-and-audit
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 hoatv2211/GameStudio-CodexKIT --skill skill-authoring-and-audit
Clone the repo
git clone --depth 1 https://github.com/hoatv2211/GameStudio-CodexKIT

Made for: 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-authoring-and-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoatv2211/gamestudio-codexkit/skill-authoring-and-audit/github.svg)](https://agentmods.dev/skills/hoatv2211/gamestudio-codexkit/skill-authoring-and-audit)
Your own site
<a href="https://agentmods.dev/skills/hoatv2211/gamestudio-codexkit/skill-authoring-and-audit"><img src="https://agentmods.dev/badge/skills/hoatv2211/gamestudio-codexkit/skill-authoring-and-audit/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-authoring-and-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoatv2211/gamestudio-codexkit/skill-authoring-and-audit"><img src="https://agentmods.dev/badge/skills/hoatv2211/gamestudio-codexkit/skill-authoring-and-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,221 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.00041 $0.01221
Opus 5 $0.00020 $0.00611
Sonnet 5 $0.00008 $0.00244
Haiku 4.5 $0.00004 $0.00122

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

Security

Grade A, and why

skill-authoring-and-audit 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 2d 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.

skills/skill-authoring-and-audit/SKILL.md · 91 lines

How it starts

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

Skill Authoring and Audit

Overview

One governance skill supports two modes: author creates or updates a needed workflow; audit detects gaps, collisions, stale maturity, and unsupported claims. Update-first is mandatory.

When to use

Use when a recurring workflow needs codification, a skill trigger is ambiguous, session history reveals repeated failures, or catalog lifecycle and provenance need review.

When NOT to use

Do not use this skill merely to execute or report an existing evaluation, and do not author a skill for a one-off task, duplicate an existing capability, copy noncommercial content, or promote maturity without eval and dogfood evidence.

Required inputs and context discovery

Collect requested mode, catalog and registries, existing descriptions, project-local skills and agent roles, routing cases, session or issue evidence, provenance source/license/SHA, owner, reviewer, risk, and target pack.

Safety and risk level

Writes are limited to owned skill, eval, registry, and documentation paths. Never mutate .research sources, external projects, generated adapters, or copied NC content.

Workflow

  1. Scan the catalog and bundled helpers for exact, neighboring, deprecated, reusable, or updateable capabilities. Completion criterion: the decision is reuse, update, new skill or tool, backlog, or no action, with existing workflows and tools preferred.
  2. In author mode, create failing routing, behavior, or pressure cases from observed needs before editing the skill. Completion criterion: the gap is reproducible and not a hypothetical preference.
  3. Write the smallest complete skill with closed schema, provenance, safety, evidence, workflow criteria, and concise triggers. Completion criterion: structural validation passes for the skill.
  4. Run deterministic routing, behavior, pressure, originality, and safety checks. For a governed Tier-B, behavior, or pressure run, capture python -B scripts/catalog_audit.py . --input-digest immediately before invoking the model and store that value as input_digest in the runner status. Run the catalog audit afterward so it compares the recorded digest with the then-current inputs. Completion criterion: failures are repaired without weakening cases, and accepted runner evidence has one uniquely newest timezone-aware timestamp, is no older than 90 days, and matches current catalog, shipped-skill, evaluator, and eval inputs.
  5. In audit mode, scan catalog, project overlays, agent-role IDs, and session history for stale skills, repeated manual workflows, trigger or role collisions, missing owners, and observed-versus-target KPI gaps. Completion criterion: findings have evidence, owner, severity, and update-first recommendation.
  6. Apply lifecycle promotion or demotion only when prerequisites are observed. Completion criterion: registry maturity matches evidence rather than aspiration.

Read the full file on GitHub · 91 lines

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. 2d ago Changed · +3 lines 0f179653d4ea
  2. 3d ago Changed · +3 lines 945a9914a5e0
  3. 9d ago First seen · 85 lines · 41 tokens per session scan A 8829da1344ef

Subscribe to this mod's changes

skill-authoring-and-audit is a skill published in the GitHub repository hoatv2211/GameStudio-CodexKIT (3 stars, last pushed 2d ago), licensed MIT. It adds 41 tokens to every session and 1,221 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.