Procedural Landscapes Threejs
Description
Generate procedural 3D landscapes and terrain in Three.js using WebGPU compute shaders with automatic WebGL2 fallback.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Procedural Landscapes — Three.js Skill
A Claude Code skill for generating procedural 3D terrain in Three.js, emphasizing **WebGPU with WebGL fallback**.
Part of the **Teaching Three.js** skill series.
What This Skill Does
When installed, this skill teaches Claude Code how to generate procedural landscapes including:
- Heightmap generation via FBM, ridged multifractal, and domain warping noise
- WebGPU-first rendering with automatic WebGL2 fallback
- Chunked LOD terrain with distance-based level of detail
- Slope + height materials using custom shaders (GLSL) and TSL node materials (WebGPU)
- Procedural water with animated wave displacement
- Atmospheric sky dome with gradient and sun disc
- Instanced vegetation scattered by height/slope/noise constraints
- GPU compute shaders (WGSL) for real-time heightmap generation and hydraulic erosion
Installation
Claude Code (CLI)
claude install-skill path/to/procedural-landscapes
Or copy the `procedural-landscapes/` folder into your Claude Code skills directory.
Manual Usage
You can also reference the skill files directly in conversations with Claude. The key files are:
| File | Purpose |
|---|---|
SKILL.md |
Main skill — terrain pipeline, materials, vegetation, full scene assembly |
references/wgsl-shaders.md |
WGSL compute shaders for GPU heightmap gen, erosion, normals |
references/noise-algorithms.md |
Advanced noise variants, composition recipes, seed management |
Quick Start Prompts
Try these with Claude after installing:
"Create a procedural island landscape with mountains and a water plane"
"Build a chunked terrain system with LOD that loads as the camera moves"
"Generate a terrain with ridged multifractal noise and slope-based texturing"
"Create a WebGPU terrain with compute shader heightmap generation"
Requirements
- Three.js r170+ (for WebGPU support and TSL node materials)
- A modern browser with W
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11