polygon-clipping: Simplify Geometries
The polygon-clipping tool applies boolean clipping operations such as union, intersection, difference, and xor to polygons and multi-polygons in JavaScript.
- •When working with geographic information systems (GIS) and need to manipulate polygon shapes
- •When developing a web application that requires spatial operations on polygons
- •When analyzing geometric data and need to perform boolean operations on polygons
const polygon1 = [[0, 0], [1, 0], [1, 1], [0, 1], [0, 0]]; const polygon2 = [[0.5, 0], [1.5, 0], [1.5, 1], [0.5, 1], [0.5, 0]]; const unionResult = clip.union(polygon1, polygon2); console.log(unionResult);
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/polygon-clipping && curl -fsSL https://workflowstacks.com/api/skills/polygon-clipping/claude-skill -o ~/.claude/skills/polygon-clipping/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Polygon-clipping: Simplify Geometries is a small JavaScript project (~1.8k lines across 21 code files, plus 10 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 29 months ago, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2src/index.jsWhere the program starts running
- 3package.jsonDependencies and the commands it exposes
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/polygon-clipping && curl -fsSL https://workflowstacks.com/api/skills/polygon-clipping/claude-skill -o ~/.claude/skills/polygon-clipping/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.