agentsclimarketplace

Computational architecture

Skill goharabbas321/zeoel-framework/.agents/skills/zeoel/skills/computational-architecture

Computational and spatial design skill. Covers parametric layout generation, CAD schema design, GIS mapping, and geometric algorithms.From its SKILL.md

Install
npx -y skills add goharabbas321/zeoel-framework --skill computational-architecture

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 256 tokens by cl100k_base, as published. Nobody here has run it

/computational-architecture — Computational & Spatial Design

Computational-Architecture equips agents to handle GIS (Geographic Information System) spatial coordinates, CAD parametric schemas, and parametric architectural layout math.


📐 Computational Spatial Protocols

1. Spatial & GIS Operations

  • GeoJSON Processing: Parse and manipulate spatial layouts, coordinates, bounding boxes, and polygons:
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]]
      }
    }
    
  • Coordinate Conversion: Convert between spatial projections (WGS84, UTM, and Web Mercator).
  • Proximity Math: Implement kd-trees for nearest-neighbor coordinate clustering in urban layouts.

2. Parametric CAD Logic

  • Define declarative CAD parameters for spatial generation.
  • Implement constraint satisfaction solvers to align structures inside bounds.
  • Auto-generate SVG layout representations for blueprints.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,696. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.