r3f-geometry
π―Skillfrom bbeierle12/skill-mcp-claude
Creates and manipulates 3D geometries in React Three Fiber, enabling custom shapes, built-in primitives, and optimized rendering through buffer attributes and instancing.
Part of
bbeierle12/skill-mcp-claude(74 items)
Installation
pip install -r requirements.txtpython skills_manager_api.pypython server.pypip install pyinstallerpython -m PyInstaller --onefile --name "SkillsManager" --console ^{
"name": "skill-name",
"description": "One-line description",
"tags": ["t...Skill Details
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.
More from this repository10
gsap-react skill from bbeierle12/skill-mcp-claude
Enables advanced scroll-based animations and interactions using GSAP ScrollTrigger, allowing precise control of element animations triggered by scrolling.
gsap-fundamentals skill from bbeierle12/skill-mcp-claude
gsap-sequencing skill from bbeierle12/skill-mcp-claude
shader-effects skill from bbeierle12/skill-mcp-claude
gsap-router skill from bbeierle12/skill-mcp-claude
d3js-visualization skill from bbeierle12/skill-mcp-claude
particles-gpu skill from bbeierle12/skill-mcp-claude
shader-sdf skill from bbeierle12/skill-mcp-claude
Generates a dynamic, interactive React form with real-time validation and state management for capturing structured user input.