r3f-geometry
✓BufferGeometry creation, built-in geometries, custom geometry with buffer attributes, instanced meshes for rendering thousands of objects, and geometry manipulation. Use when creating custom shapes, optimizing with instancing, or working with vertex data directly.
Installation
SKILL.md
Geometry defines the shape of 3D objects via vertices, faces, normals, and UVs stored in buffer attributes.
| position | 3 | Vertex positions (x, y, z) | | normal | 3 | Surface normals for lighting | | uv | 2 | Texture coordinates (u, v) | | color | 3 | Per-vertex colors (r, g, b) | | index | 1 | Triangle indices (optional) |
Render thousands of identical meshes with different transforms in a single draw call:
BufferGeometry creation, built-in geometries, custom geometry with buffer attributes, instanced meshes for rendering thousands of objects, and geometry manipulation. Use when creating custom shapes, optimizing with instancing, or working with vertex data directly. Source: bbeierle12/skill-mcp-claude.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill r3f-geometry- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is r3f-geometry?
BufferGeometry creation, built-in geometries, custom geometry with buffer attributes, instanced meshes for rendering thousands of objects, and geometry manipulation. Use when creating custom shapes, optimizing with instancing, or working with vertex data directly. Source: bbeierle12/skill-mcp-claude.
How do I install r3f-geometry?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill r3f-geometry Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bbeierle12/skill-mcp-claude
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01