Procedural Grass Threejs
Description
Generate procedural grass fields in Three.js using WebGPU compute 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 Grass — Claude Three.js Skill
A Claude Code skill for generating dense, animated procedural grass fields in Three.js, emphasizing **WebGPU compute 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 grass including:
- Bezier-curved blade geometry with tapered triangle strips and configurable segments
- Instanced rendering — hundreds of thousands of blades in a single draw call
- Multi-layer wind system — global sway, rolling gust waves, per-blade turbulence
- Subsurface scattering approximation for realistic backlit translucency
- Terrain-aware placement with slope rejection, density modulation, and jittered grids
- Interactive displacement — grass pushes aside from players/objects
- Distance-based LOD — density fade and blade simplification by camera distance
- 8 grass type presets — lawn, meadow, tall prairie, wheat, savanna, reeds, tundra, tropical
- GPU compute placement via WGSL for WebGPU-accelerated scatter
- Seasonal color modulation and mixed multi-type fields
Installation
Claude Code (CLI)
claude install-skill path/to/procedural-grass
Or copy the `procedural-grass/` folder into your Claude Code skills directory.
Manual Usage
Reference the skill files directly in conversations with Claude:
| File | Purpose |
|---|---|
SKILL.md |
Main skill — blade geometry, placement, wind, materials, LOD, presets |
references/blade-shaders.md |
Complete GLSL vert/frag shaders, WGSL compute, TSL wind nodes |
references/grass-types.md |
8 species profiles with dimensions, colors, density, biome maps |
Quick Start Prompts
Try these with Claude after installing:
"Create a meadow with procedural grass blowing in the wind"
"Build a wheat field with golden backlit grass and interactive displacement"
"Generate savanna-style grass with clumpy tuf
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