R3F Geometry
R3F Geometry enables efficient manipulation of three.js geometries within your code, streamlining visual development and optimization.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add r3f-geometry npx -- -y @trustedskills/r3f-geometry
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"r3f-geometry": {
"command": "npx",
"args": [
"-y",
"@trustedskills/r3f-geometry"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The r3f-geometry skill enables AI agents to perform calculations and manipulations related to geometric shapes. It can determine the area of a circle given its radius, calculate the volume of a cube from its side length, and find the distance between two points in 2D space. This allows for spatial reasoning and problem-solving within various applications.
When to use it
- Architectural Design: Calculate material quantities based on geometric dimensions (e.g., "What is the surface area of a sphere with radius 5 meters?").
- Game Development: Determine collision distances or object volumes for game physics simulations.
- Data Analysis: Process and analyze data represented as spatial coordinates, such as calculating distances between customer locations on a map.
- Robotics: Calculate trajectories or obstacle avoidance paths based on geometric calculations.
Key capabilities
- Area of circle calculation
- Volume of cube calculation
- Distance between two points (2D)
Example prompts
- "Calculate the area of a circle with a radius of 7 cm."
- "What is the volume of a cube that has sides of length 3 meters?"
- "Find the distance between point A (1, 2) and point B (4, 6)."
Tips & gotchas
The skill currently only supports calculations in 2D space. Ensure your input values are numerical for accurate results; text or units will cause errors.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.