一键导入
tinyworld-auto-batching
Use when changing Tiny World Builder Auto palette behavior, model inference, suggestions, or provider/model/API-key logic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when changing Tiny World Builder Auto palette behavior, model inference, suggestions, or provider/model/API-key logic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when changing Tiny World Builder renderer setup, shadows, smoke, voxel clouds, ghost board render cost, frame loop, or GPU performance.
Use when changing the first-class Island Viewer shell, sequential generated-island viewer routing, or viewer-scoped graphics defaults.
Use when adding, importing, designing, reviewing, or animating low-poly / stylized 3D assets in Tiny World Builder, including Three.js procedural meshes, GLB/GLTF assets, Poly Pizza models, material palettes, scale/orientation, silhouettes, clouds/planes/crop dusters, and toolbar thumbnails.
Use when adding or changing persisted user state — settings defaults, audio, camera/orbit, panel positions, feature flags, and the in-app "Save Defaults" pipeline that snapshots localStorage into tinyworld-defaults.json. Also covers the inline-script regex gotcha that has burned us twice.
Tinyverse collectibles lane — pack reveal, frozen islands, play-mode visits. Universe carousel is archived but code stays in repo.
Use when changing Tiny World Builder API, webhook, SSE, MCP, plugin, or automation examples.
| name | tinyworld-auto-batching |
| description | Use when changing Tiny World Builder Auto palette behavior, model inference, suggestions, or provider/model/API-key logic. |
Auto should not call the model on every placement.
Current intended model:
snapshotCells().AUTO_SUGGESTIONS_SCHEMA.autoSuggestionQueue locally for multiple Auto placements.AUTO_REFRESH_EVERY Auto placements or when the queue runs out.Implementation guardrails:
AI_LS.normalizeAutoAction before applying model output.adaptAutoSuggestionToCell(action, x, z) so same-kind clicks increase local intensity.Validation:
generateAutoSuggestions in browser eval and verify two Auto suggestions only call the stub once.