demo-builder
Installation
SKILL.md
Demo Builder Skill
Purpose
This skill automatically generates playable game prototypes from game concept documents. It:
- Parses concept documents to extract game mechanics, theme, genre
- Generates Three.js game code using the threejs-game skill
- Creates first playable level with scoring, objectives, characters
- Generates assets (textures, colors, basic models)
- Integrates music (Suno AI generation or 8-bit MIDI)
- Produces web-ready demo that runs in browser
Output: Fully functional game demo with HTML/JS/CSS that can be played immediately.