game-asset-production

game-asset-production is a skill for Codex from theisegoria/game-development-studio. It costs 67 tokens per session (620 once invoked), scanned A, original, MIT.

A workflow for preparing reusable assets for games, including 3D models, textures, reference images, sounds, Blender files, GLB files, PBR materials, and USDZ files.

In plain words
What is it for?
Creating or inspecting game-development assets, optionally requesting Tripo or Leonardo jobs, and producing verified asset packages.
Why use it?
It helps check, standardise, validate, and package game assets so they meet an explicit project policy before reuse or distribution.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Creating or inspecting game-development assets, optionally requesting Tripo or Leonardo jobs, and producing verified asset packages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theisegoria/game-development-studio/game-asset-production
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 theisegoria/game-development-studio --skill game-asset-production
Clone the repo
git clone --depth 1 https://github.com/theisegoria/game-development-studio

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 game-asset-production

README.md
[![agentmods](https://agentmods.dev/badge/skills/theisegoria/game-development-studio/game-asset-production/github.svg)](https://agentmods.dev/skills/theisegoria/game-development-studio/game-asset-production)
Your own site
<a href="https://agentmods.dev/skills/theisegoria/game-development-studio/game-asset-production"><img src="https://agentmods.dev/badge/skills/theisegoria/game-development-studio/game-asset-production/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 game-asset-production

Your own site · 80×15
<a href="https://agentmods.dev/skills/theisegoria/game-development-studio/game-asset-production"><img src="https://agentmods.dev/badge/skills/theisegoria/game-development-studio/game-asset-production.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 620 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.00067 $0.00620
Opus 5 $0.00034 $0.00310
Sonnet 5 $0.00013 $0.00124
Haiku 4.5 $0.00007 $0.00062

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

Security

Grade A, and why

game-asset-production 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.

skills/game-asset-production/SKILL.md · 31 lines

How it starts

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

Game Asset Production

Drive the local game-dev CLI and finish with a verified canonical package whenever the result is meant for reuse or vendoring.

Read references/commands.md for command shapes and lifecycle handoffs.

Workflow

  1. Run capability discovery and the relevant doctor checks. Inspect existing source bytes before requesting paid generation.
  2. Define the asset specification, intended engine use, dimensions, topology and texture budgets, license, and stable name. Preserve the exact prompt and negative prompt.
  3. For a paid provider, prepare a JSON request first. The user must already control the provider account and have configured its credential outside the conversation; never request, accept, reveal, or configure that credential. Do not submit until the user authorizes that invocation and sets a spend ceiling. Keep credentials out of arguments, files, logs, screenshots, and receipts.
  4. Follow the durable job to a terminal state. Record the provider job identity and receipt; local cancellation does not prove provider-side cancellation.
  5. Download to a new destination, inspect the bytes, and validate against the explicit game policy. Never trust an extension, provider status, or Blender receipt without checking the produced file.
  6. Normalize through Blender only when inspection identifies a repair or export need. Never modify the source in place. Because normalization and preview generation write files, leave their exact source and destination command unexecuted until the user authorizes that invocation. Re-inspect and re-validate the output.
  7. Build a canonical package with provenance, license, hashes, validation results, and optional preview. Package construction is also a write and requires exact invocation authorization even though the CLI command has no --confirm option. Verify the package before reporting it ready.

When the host exposes ImageGen, it is an optional host-native capability for a bespoke 2D concept or texture source. Use it only when the user requests generated imagery or it is genuinely the selected art workflow; never assume it is installed or available. Preserve that image's prompt and provenance before any Tripo or offline PBR derivation.

Read the full file on GitHub · 31 lines

Files

What ships with it

4 files 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. 11d ago First seen · 31 lines · 67 tokens per session scan A f7e57cdbaf02

Subscribe to this mod's changes

game-asset-production is a skill published in the GitHub repository theisegoria/game-development-studio (10 stars, last pushed 3d ago), licensed MIT. It adds 67 tokens to every session and 620 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.