serve-sim-placeholder-assets
Audit and update serve-sim's Device Hub-style simulator placeholder assets from local Xcode/CoreTypes resources. Use after installing a new Xcode or macOS seed, or when iPhone, iPad, Watch, or Vision placeholder previews look wrong.
How do I install this agent skill?
npx skills add https://github.com/evanbacon/serve-sim --skill serve-sim-placeholder-assetsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is a macOS-specific developer utility designed to audit and update simulator placeholder assets. It reads system metadata and resource files from Xcode and CoreTypes bundles and utilizes standard system tools like `plutil` and `sips` to process them. No malicious behavior or security risks were identified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
serve-sim Placeholder Assets
Use this project-scoped skill when updating the not-running device preview images in this repo.
Workflow
-
Run the audit script from the repo root:
node .codex/skills/serve-sim-placeholder-assets/scripts/audit-placeholder-assets.mjs --out tmp/device-placeholder-assets -
Keep the public
skills/serve-simskill focused on end-user CLI usage; do not add this internal asset-maintenance workflow there. -
Update app code/tests only after reviewing the audit output for exact, fallback, or missing mappings.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/evanbacon/serve-sim/serve-sim-placeholder-assets">View serve-sim-placeholder-assets on skillZs</a>