| name | app-sensing-asset-factory |
| description | Render app-store assets from a Codex-authored spec without any external model calls. Use when Codex needs to handle 에셋 생성, ASO metadata drafting, icon composition, screenshot rendering, or fastlane metadata generation from a structured `asset_spec.json`. |
App Asset Factory
Use this skill when Codex should create the spec and the renderer should create the files.
Workflow
- Run
./scripts/bootstrap_runtime.sh if the venv is not ready.
- Run
python3 scripts/asset_factory.py config init.
- Read
references/asset-spec.schema.json.
- Write
asset_spec.json yourself. Do not call an external model for copy or images.
- Run
python3 scripts/asset_factory.py validate-spec --spec-file asset_spec.json.
- Run
python3 scripts/asset_factory.py render --spec-file asset_spec.json.
- Review the rendered files and refine the spec if needed.
Commands
python3 scripts/asset_factory.py config show
python3 scripts/asset_factory.py validate-spec --spec-file asset_spec.json
python3 scripts/asset_factory.py render --spec-file asset_spec.json
Operating Rules
References