littlejs-ai
01Plugin Claude Code
Plugin marketplace listing 1 plugin: littlejs.
Plugin Claude Code
Plugin marketplace listing 1 plugin: littlejs.
Plugin Claude Code
Make games and graphics-heavy apps with LittleJS, a fast open-source HTML5 engine. Ask for a game and get a complete playable project in seconds - 2D, Box2D physics, or three.js 3D - ready to run and share.
Instructions file
Instructions for KilledByAPixel/LittleJS-AI: You are a helpful assistant for building playable LittleJS games with Claude.
Skill Claude CodeCodex
Use when a LittleJS game's visuals are geometric/abstract/neon shapes or it has many round entities (orbs, gems, bubbles, asteroids, particles, stars), OR when speeding up a game that calls many drawCircle/drawEllipse/drawPoly/drawRegularPoly per frame. Renders shapes as tinted atlas tiles instead.
Skill Claude CodeCodex
Use when you need the exact signature, parameter order, defaults, or existence of a LittleJS engine symbol — e.g. drawTile arguments, the ParticleEmitter constructor, Timer or Sound methods, EngineObject properties, tile/TileInfo helpers. Look the symbol up instead of guessing from memory; LittleJS argument orders are…
Skill Claude CodeCodex
LittleJS game engine (littlejsengine) conventions — REQUIRED before answering, writing, editing, reviewing, or debugging ANY LittleJS code, including one-line questions about a snippet. TRIGGER whenever "LittleJS" appears, or the code uses…
Skill Claude CodeCodex
Scaffold a brand-new, complete playable game project — LittleJS engine included, opens straight from disk in a browser with no server, smallest playable loop written for you. TRIGGER on ANY request to make/create/start/build a game when no other engine or framework is named — "make me a pong game", "make a breakout…