plugins marketplace
← All plugins

grounded-asset-sheets

v0.1.0

근거와 승인된 사실을 바탕으로 오브젝트, 복장, 차량, 공간의 자산 시트를 제작하고 검증합니다.

Codex1 skill

by pairofmonthsMPL-2.00updated 3 weeks ago

Source

git clone https://github.com/pairofmonths/grounded-asset-sheets

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

grounded-asset-sheets/
├── .codex-plugin/plugin.json
└── skills/build-grounded-asset-sheets/SKILL.md

Skills1

build-grounded-asset-sheetsskills/build-grounded-asset-sheets/SKILL.md

Build evidence-grounded asset sheets for objects, equipment, jewelry, accessories, garments, wearable loadouts, vehicles, and object-populated spaces when exact product, historical, canon, or designed fidelity matters. Use when Codex must turn references into a structured asset record, reconcile conflicting evidence, choose informative multi-view coverage, coordinate specialist subagents, generate a sheet or generator-ready package, audit component counts and handedness, layering, attachment, or spatial continuity, or repair only failed regions. Use build-continuity-assets instead for people-first identity, character ensembles, or general cross-shot continuity.

Manifests1

.codex-plugin/plugin.json
{
  "name": "grounded-asset-sheets",
  "version": "0.1.0",
  "description": "근거와 승인된 사실을 바탕으로 오브젝트, 복장, 차량, 공간의 자산 시트를 제작하고 검증합니다.",
  "author": {
    "name": "pairofmonths",
    "url": "https://github.com/pairofmonths"
  },
  "homepage": "https://github.com/pairofmonths/grounded-asset-sheets",
  "repository": "https://github.com/pairofmonths/grounded-asset-sheets",
  "license": "MPL-2.0",
  "keywords": [
    "asset-sheets",
    "continuity",
    "image-generation",
    "multimodal",
    "visual-reference"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Grounded Asset Sheets",
    "shortDescription": "근거 기반 자산 시트 제작 및 검증",
    "longDescription": "참고 자료와 사용자 승인 사실을 구조화된 자산 계약으로 변환하고, 필요한 뷰를 설계하며, 생성 결과를 검사해 필요한 부분만 수정합니다.",
    "developerName": "pairofmonths",
    "category": "Creative",
    "capabilities": [
      "Evidence tracking",
      "Asset sheet planning",
      "Continuity QA"
    ],
    "websiteURL": "https://github.com/pairofmonths/grounded-asset-sheets",
    "privacyPolicyURL": "https://github.com/pairofmonths/grounded-asset-sheets/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/pairofmonths/grounded-asset-sheets/blob/main/TERMS.md",
    "defaultPrompt": "참고 자료를 근거로 $build-grounded-asset-sheets를 사용해 자산 시트를 설계하고 생성 결과를 검증합니다.",
    "brandColor": "#C86B3C",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "screenshots": [
      "./assets/screenshot-motorcycle.png",
      "./assets/screenshot-loadout.png",
      "./assets/screenshot-checkpoint.png"
    ]
  }
}