Agent Skills
› EvanBacon/serve-sim
› serve-sim-placeholder-assets
serve-sim-placeholder-assets
GitHub用于审计和更新 serve-sim 模拟器占位资源。在 Xcode/macOS 升级或预览图异常时,通过运行脚本检查并修正设备占位符映射,确保本地资源与模拟器显示一致。
Trigger Scenarios
Xcode 或 macOS 种子版本安装后
iPhone/iPad/Watch/Vision 占位预览显示错误时
Install
npx skills add EvanBacon/serve-sim --skill serve-sim-placeholder-assets -g -y
SKILL.md
Frontmatter
{
"name": "serve-sim-placeholder-assets",
"description": "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."
}
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.
Version History
- fd545ed Current 2026-07-05 14:55


