Build games in small steps and validate every change. Treat each iteration as: implement → act → pause → observe → adjust.
Installed skills resolve from $LOBSTERAISKILLSROOT / $SKILLSROOT (production default: app userData/SKILLs, macOS usually /Library/Application Support/LobsterAI/SKILLs).
Examples of important interactions: move, jump, shoot/attack, interact/use, select/confirm/cancel in menus, pause/resume, restart, and any special abilities or puzzle actions defined by the request. Multi-step examples: shooting an enemy should reduce its health; when health reaches 0 it should disappear and update the score; collecting a key should unlock a door and allow level progression.
Úselo cuando Codex esté compilando o iterando en un juego web (HTML/JS) y necesite un ciclo confiable de desarrollo y prueba: implemente pequeños cambios, ejecute un script de prueba basado en Playwright con breves ráfagas de entrada y pausas intencionales, inspeccione capturas de pantalla/texto y revise los errores de la consola con render_game_to_text. Fuente: netease-youdao/lobsterai.