threejs-game-skills

threejs-game-skills

Agent skills for building playable, high-quality Three.js browser games.

Agent SkillDesignOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

threejs-game-skills is a set of self-contained Codex and Claude Code skills for building playable, high-quality Three.js browser games. After installing these skills, you can route game mechanics, graphics, UI, asset generation, audio, debugging, and release validation through the `threejs-game-director` command without manually selecting each specialized skill. The package includes all materials required by the agent runtime: `SKILL.md` file, references, checklists, prompt templates, helper scripts, and a Vite + TypeScript + Three.js framework. Generated games come with deterministic test hooks, seeded random number generators, and Playwright templates so the agent can end-to-end validate its own work.

Capabilities

  • Gameplay system
  • AAA-grade graphics rendering
  • User interface design
  • 3D asset generation
  • Image generation
  • Audio generation

Use cases

Build high-quality Three.js games from scratchImprove existing Three.js gamesAutomate game development workflowsGenerate game assets

Setup

Requires: Node环境API Key(可选)
npx skills add majidmanzarpour/threejs-game-skills --skill '*' -a codex -g -y or npx skills add majidmanzarpour/threejs-game-skills --skill '*' -a claude-code -g -y

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Do I need an API key?

Not required for core functionality, but needed when using external generative models, images, or audio.

How do I install these skills?

Install all skills using the npx command; see README for details.

Related skills