game editor skills

12 tagged game editor, measured the same way as everything else here.

Browse within: 2d 123d 12editor 12game-development 12game-engine 12

add-editor-command

01

andvolodko/html5-game-editor

Skill Claude CodeCodexCursor

Add an undoable editor command for scene, asset, prefab, or tilemap mutations. Use when implementing create/delete/rename/move/property edits, continuous gestures that must commit one history entry, or when UI currently mutates DocumentManager without CommandManager.

5 7d ago A 55 tokens original MIT

andvolodko/html5-game-editor

Skill Claude CodeCodexCursor

Create game Script components (defineComponent + OOP behaviour class) for games/ /src/components or packages/game-components. Use when adding a game component, script component, behaviour, Loading/Change Scene logic, bus event handlers, or Inspector Add Component entries.

5 7d ago A 57 tokens original MIT

create-game

03

andvolodko/html5-game-editor

Skill Claude CodeCodexCursor

Scaffold a new independently buildable game under games/ (package.json, project.json, Vite, scenes, runtime boot). Use when adding a new game, game package, games/ project, Pixi-only / Three-only / hybrid game, or copying editor-features-demo / solitaire / muonline-game.

5 7d ago A 68 tokens original MIT