computational-geometry

computational-geometry is a skill for Claude Code from Abhinavbwj/Claude-skills-for-Computational-Designers. It costs 32 tokens per session (12,521 once invoked), scanned A, original, MIT.

A reference for working with computational 3D geometry, including curves, surfaces, meshes, and point clouds used in architecture, engineering, and construction.

In plain words
What is it for?
Use it for NURBS modeling, mesh operations, surface analysis, tessellation, boolean geometry, and point-cloud processing.
Why use it?
It helps choose suitable geometry representations and handle operations such as cutting, smoothing, tessellating, and measuring accurately.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the Claude-skills-for-Computational-Designers plugin — 18 skills shipped together

Good fit Use it for NURBS modeling, mesh operations, surface analysis, tessellation, boolean geometry, and point-cloud processing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abhinavbwj/claude-skills-for-computational-designers/computational-geometry
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Abhinavbwj/Claude-skills-for-Computational-Designers --skill computational-geometry
Clone the repo
git clone --depth 1 https://github.com/Abhinavbwj/Claude-skills-for-Computational-Designers

Made for: Claude Code.

Or install Claude-skills-for-Computational-Designers, the plugin that ships this one along with the rest of its 18 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for computational-geometry

README.md
[![agentmods](https://agentmods.dev/badge/skills/abhinavbwj/claude-skills-for-computational-designers/computational-geometry/github.svg)](https://agentmods.dev/skills/abhinavbwj/claude-skills-for-computational-designers/computational-geometry)
Your own site
<a href="https://agentmods.dev/skills/abhinavbwj/claude-skills-for-computational-designers/computational-geometry"><img src="https://agentmods.dev/badge/skills/abhinavbwj/claude-skills-for-computational-designers/computational-geometry/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for computational-geometry

Your own site · 80×15
<a href="https://agentmods.dev/skills/abhinavbwj/claude-skills-for-computational-designers/computational-geometry"><img src="https://agentmods.dev/badge/skills/abhinavbwj/claude-skills-for-computational-designers/computational-geometry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,521 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.12521
Opus 5 $0.00016 $0.06260
Sonnet 5 $0.00006 $0.02504
Haiku 4.5 $0.00003 $0.01252

Measured 12d ago against content hash eeecdc5769ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

computational-geometry scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/computational-geometry/SKILL.md · 891 lines

How it starts

The opening of the file, as written. The whole thing — 891 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Computational Geometry for AEC

This skill encapsulates the full breadth of computational geometry knowledge required for architecture, engineering, and construction workflows. It covers fundamental primitives, advanced surface mathematics, mesh processing, tessellation strategies, point cloud pipelines, and the precise tolerance management that separates prototype-grade geometry from fabrication-ready output.


1. Geometry Type Hierarchy

Every computational design system is built on a layered hierarchy of geometric types. Understanding the properties, capabilities, and conversion paths of each type is essential for selecting the right representation at every stage of a project.

1.1 Points, Vectors, Planes, Frames

Point (Point3d)

  • Definition: A dimensionless location in 3D Euclidean space defined by (x, y, z) coordinates.
  • Properties: No length, area, or volume. Carries only positional information.
  • AEC use cases: Survey control points, grid intersections, insertion points for components, structural node locations, sensor positions.
  • Conversion: A point can seed any higher-order geometry. Points become curve control points, mesh vertices, or centroid markers.

Vector (Vector3d)

  • Definition: A direction and magnitude in 3D space, defined by (x, y, z) components. Unlike a point, a vector has no fixed position.
  • Properties: Magnitude (length), direction (unit vector). Supports dot product, cross product, angle computation, projection.
  • AEC use cases: Wind direction encoding, structural force vectors, surface normals for solar analysis, movement direction for pedestrian simulation, facade orientation vectors.
  • Key operations: Normalize, scale, add, subtract, dot product (scalar projection), cross product (perpendicular vector), angle between vectors, reflection, rotation.

Plane

  • Definition: An infinite flat surface defined by an origin point and a normal vector, or equivalently by an origin and two in-plane axes (X-axis, Y-axis) with the normal as Z-axis.
  • Properties: Origin, Normal, XAxis, YAxis. Divides space into two half-spaces.
  • AEC use cases: Floor levels, section cut planes, mirror planes for symmetric designs, construction planes for drawing, reference datums.
  • Conversion: Planes can generate planar surfaces, serve as projection targets, or define local coordinate systems.

Read the full file on GitHub · 891 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 891 lines · 32 tokens per session scan A eeecdc5769ca

Subscribe to this mod's changes

computational-geometry is a skill published in the GitHub repository Abhinavbwj/Claude-skills-for-Computational-Designers (212 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 12,521 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

computational-geometry

NURBS curves and surfaces, mesh geometry, boolean operations, subdivision surfaces, tessellation methods, surface analysis, and point cloud processing for AEC computational design.

marcinfinitesimal533/Claude-skills-for-Computational-Designers · 32 tokens

mesh-processing

Mesh data structures, mesh operations, mesh analysis, mesh repair, UV mapping and unfolding, quad meshing, mesh-to-NURBS conversion, and mesh quality assessment for AEC computational design.

marcinfinitesimal533/Claude-skills-for-Computational-Designers · 38 tokens

cd-calculator

Python calculators for geometry analysis, structural checking, solar calculations, panel optimization, mesh analysis, material estimation, and fabrication cost estimation for AEC computational design.

marcinfinitesimal533/Claude-skills-for-Computational-Designers · 30 tokens

ara3d-sdk

Use when processing AEC/BIM 3D data in .NET 8 — mesh generation and transformation, SIMD-accelerated math, IFC/STEP/PLY to glTF/GLB/VIM conversion, plugin development. Ara3D-SDK: high-performance .NET 3D geometry and BIM library suite.

znlgis/opengis-skills · 70 tokens

clipper1

Use when maintaining legacy code that depends on Clipper 1.x API for polygon clipping and offsetting. Clipper1: the original widely-deployed polygon boolean library. Prefer Clipper2 for new projects.

znlgis/opengis-skills · 46 tokens

clipper2

Use when performing high-performance 2D polygon boolean operations (union, intersection, difference, XOR) and offsetting via C++, C#, or Python bindings. Clipper2: the modern polygon clipping library with robust numerical handling.

znlgis/opengis-skills · 50 tokens