shapely-compute
✓Computational geometry with Shapely - create geometries, boolean operations, measurements, predicates
Installation
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 |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/namesreallyblank/clorch --skill shapely-compute- Source
- namesreallyblank/clorch
- 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: namesreallyblank/clorch.
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/namesreallyblank/clorch --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/namesreallyblank/clorch
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01