CtrlK
BlogDocsLog inGet started
Tessl Logo

tinyworld-auto-batching

Use when changing Tiny World Builder Auto palette behavior, model inference, suggestions, or provider/model/API-key logic.

66

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.codex/skills/tinyworld-auto-batching/SKILL.md
SKILL.md
Quality
Evals
Security

Tiny World Auto Batching

Auto should not call the model on every placement.

Current intended model:

  • Capture the current home board as sparse 8x8 JSON using snapshotCells().
  • Ask the model for a ranked batch of candidate tile actions matching AUTO_SUGGESTIONS_SCHEMA.
  • Spend autoSuggestionQueue locally for multiple Auto placements.
  • Refresh after AUTO_REFRESH_EVERY Auto placements or when the queue runs out.
  • Auto still places on the clicked cell. The model suggests tile/action definitions, not coordinates.

Implementation guardrails:

  • Keep provider/model/key state shared with the Generate modal via AI_LS.
  • Use normalizeAutoAction before applying model output.
  • Use adaptAutoSuggestionToCell(action, x, z) so same-kind clicks increase local intensity.
  • If no API key exists, open the Generate modal with the Auto key message.
  • Do not add a backend or new dependency.

Validation:

  • Stub generateAutoSuggestions in browser eval and verify two Auto suggestions only call the stub once.
  • Verify no network call is needed while spending cached suggestions.
Repository
jasonkneen/tiny-world-builder
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.