grounded-asset-sheets
v0.1.0근거와 승인된 사실을 바탕으로 오브젝트, 복장, 차량, 공간의 자산 시트를 제작하고 검증합니다.
By pairofmonthsLicense: MPL-2.00 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install grounded-asset-sheets for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add grounded-asset-sheets@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pairofmonths/grounded-asset-sheetsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/build-grounded-asset-sheets/SKILL.md
Included Skills1
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.
Plugin manifests1
{
"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"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[grounded-asset-sheets on Agent Plugins Marketplace](https://pluginsmp.com/plugins/grounded-asset-sheets)