agentsclimarketplace

Construction ready check

Skill wjlgatech/design-anything/skills/construction-ready-check

Run the construction ready gate on a structured layout (rooms + openings JSON): clearance tables, habitability, daylight, egress connectivity, module grid. Trigger: "is this floor plan code-sane", "check my layout", "validate this plan". NOT a permit, NOT a PE stamp — jurisdiction codes override.From its SKILL.md

Install
npx -y skills add wjlgatech/design-anything --skill construction-ready-check

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.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.9 KB, 376 tokens by cl100k_base, as published. Nobody here has run it

construction-ready-check

When to use

Any floor-plan layout claiming to be construction-ready — generated by brief-to-blueprint, extracted by scene-to-layout, or hand-drawn and transcribed.

What it does

  1. C1 topology: closed room polygons, unique names, opening endpoints resolve.
  2. C2 clearances: every opening ≥ its data/clearances.yml table minimum (Neufert/IRC/ADA lineage — the tables ARE the gate).
  3. C3 habitability: min area + min dimension per room type; habitable rooms need daylight (≥1 window) and ceiling ≥ table minimum.
  4. C4 egress: every room reachable from exterior via the opening graph, with at least one entry-grade door.
  5. C5 module grid: ≥90% of coordinates on the ISO 2848 100mm module.
  6. Unknown room/opening types are not measured ⇒ fail — never assumed.

Example

python3 examples/studio-flat/generate.py layout.json
python3 pipeline/construction_gate.py layout.json --json

Verification (eval-with-teeth)

Success may be declared ONLY when the gate exits 0. The gate itself is held by tests that mutate the golden layout seven known-bad ways and assert each fails:

python3 -m pytest tests/test_construction_gate.py -q

Safety

v0.1 checks the layout graph and dimensions — not structural spans, geometry consistency between polygons, or jurisdiction code text. Every report carries the disclaimer; stripping it is a violation. IFC validation is roadmap.

Cross-runtime

Python + PyYAML (already required by the repo's scripts); exit codes gate any CI.

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 325,949. 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.