·shapely-compute
</>

shapely-compute

parcadei/continuous-claude-v3

Computational geometry with Shapely - create geometries, boolean operations, measurements, predicates

17Installs·0Trend·@parcadei

Installation

$npx skills add https://github.com/parcadei/continuous-claude-v3 --skill shapely-compute

SKILL.md

| Create geometry | create | create polygon --coords "0,0 1,0 1,1 0,1" | | Intersection | op intersection | op intersection --g1 "POLYGON(...)" --g2 "POLYGON(...)" | | Check contains | pred contains | pred contains --g1 "POLYGON(...)" --g2 "POINT(0.5 0.5)" | | Calculate area | measure area | measure area --geom "POLYGON(...)" |

| Distance | distance | distance --g1 "POINT(0 0)" --g2 "POINT(3 4)" | | Transform | transform translate | transform translate --geom "..." --params "1,2" | | Validate | validate | validate --geom "POLYGON(...)" |

| Collision detection | pred intersects | | Point-in-polygon | pred contains | | Area calculation | measure area | | Buffer zones | op buffer | | Shape combination | op union | | Shape subtraction | op difference | | Bounding box | op envelope or measure bounds | | Simplify path | op simplify |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill shapely-compute
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is shapely-compute?

Computational geometry with Shapely - create geometries, boolean operations, measurements, predicates Source: parcadei/continuous-claude-v3.

How do I install shapely-compute?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/parcadei/continuous-claude-v3 --skill shapely-compute 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/parcadei/continuous-claude-v3