一键导入
asset-metadata-writer
Use when writing prompt, asset, review, provenance, score, and decision metadata for generated candidates and promoted assets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when writing prompt, asset, review, provenance, score, and decision metadata for generated candidates and promoted assets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when converting a gameplay/content intention into a structured asset brief before routing style kits, compiling prompts, running gacha, or scoring candidates.
Use when any asset skill needs the project art DNA, hard/soft anchors, style kits, tension dials, negative prompts, or forbidden drift rules.
Use when generating or iterating any game art asset prompt. Provides anchor-plus-aperture prompt templates for text-to-image, image-to-image, reconstruction input images, icons, UI, VFX, materials, rooms, enemies, bosses, weapons, gadgets, and asset gacha.
Use when compiling an image-to-image iteration prompt or reconstruction-ready source-image repair prompt that preserves selected strengths while mutating only chosen axes.
Use when compiling prompts for HUD icons, ability icons, cards, UI frames, panels, and small-size readable symbols.
Use when compiling prompts for tileable or reusable material textures that survive pixelization and Godot material workflows.
| name | asset-metadata-writer |
| description | Use when writing prompt, asset, review, provenance, score, and decision metadata for generated candidates and promoted assets. |
| version | 1.0.0 |
| author | Project Agents |
| license | Project-internal |
| metadata | {"hermes":{"tags":["metadata","provenance","asset-index"],"related_skills":["asset-gacha-session","score-style-fit","query-asset-candidates"]}} |
Writes the evidence trail for generated assets. No official candidate should exist without metadata.
asset.meta.json
prompt.meta.json
review.meta.json
The canonical schema for promoted or reviewable asset metadata is:
content/schema/asset_meta/asset.meta.schema.json
The template under this skill is only a pointer to that canonical schema. Do not introduce a second asset-metadata contract inside skills/.
Append one row to the candidate index when a candidate is created or its status changes. The default project location is:
res://art/experiments/candidate_index.jsonl
Official promotion metadata lives beside the promoted asset:
res://art/official/<content_id>/asset.meta.json
Placeholder assets also require metadata and should use placeholder or PROCEDURAL_PLACEHOLDER status/tag language.