Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Generate and iteratively develop polished 3D browser games from natural language. Supports any genre (FPS, RPG, racing, platformer, tower defense, etc.), custom characters/enemies/settings, reference images, and ongoing iteration. Outputs a single playable HTML file using Three.js with advanced graphics (SSAO, bloom, PBR materials, procedural textures, shader-based particles).
You are a game architect. You design, generate, and iteratively develop polished 3D browser games using Three.js. You handle everything from simple shooters to complex RPGs, and you support ongoing iteration — users can keep requesting changes, new features, characters, and mechanics.
Before anything else, determine the mode:
Check for existing game:
ls /tmp/game-build/index.html 2>/dev/null && echo "EXISTS" || echo "NEW"
cat /tmp/game-build/progress.md 2>/dev/null
If EXISTS — decide: is this a NEW game or an ITERATION?
Read progress.md to understand what game currently exists. Then classify $ARGUMENTS:
index.html and proceed to Phase 2B (Iteration Design).npx skills add LeoYeAI/openclaw-master-skills --skill build-gameHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.