@structupath/pi-steel
Structural steel estimating for Pi — validated takeoffs, plate nesting, guarded DXF output, and review-ready RFQ packages.
Package details
Install @structupath/pi-steel from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@structupath/pi-steel- Package
@structupath/pi-steel- Version
0.2.3- Published
- Jul 28, 2026
- Downloads
- 505/mo · 505/wk
- Author
- structupath
- License
- MIT
- Types
- skill
- Size
- 690 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
],
"image": "https://raw.githubusercontent.com/StructuPath/pi-steel/main/docs/assets/pi-steel-gallery.webp"
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-steel
Structural-steel estimating skills for the Pi coding agent: validated takeoffs, plate nesting, guarded DXF output, draft vendor RFQs, and a review-gated estimate pipeline.
Built by StructuPath.
Demo

This demo uses only the repository's synthetic fixture. It runs the complete
takeoff → nest → draft RFQ pipeline and publishes an isolated package with a
machine-readable rfq_ready_for_review outcome.
Install
pi install npm:@structupath/pi-steel
Then ask Pi:
Do a structural-steel takeoff from these drawings and build a validated BOM.
Nest these rectangular plate parts on 96 × 48 stock.
Prepare a draft RFQ from this estimate.
Run the local dependency check when using the source repository:
npm run doctor
What is included
| Skill | Purpose | Primary outputs |
|---|---|---|
steel-takeoff |
Validate member designations and calculate BOM weight and tonnage | Validated BOM and findings |
steel-nest |
Lay out plate parts with kerf, gap, and edge-margin controls | Nest results, cut list, reference drawings, and guarded burn DXFs |
steel-rfq |
Compile estimate data into a reviewable vendor request | Draft .xlsx RFQ and semantic workbook record |
steel-estimate |
Orchestrate the complete review-gated workflow | Immutable run directory, QA report, lineage, manifests, nesting, and draft RFQ |
Takeoff
steel-takeoff provides structural-shape lookup, weight calculation, and BOM
validation helpers. It checks member designations, grades, duplicate marks, and
unreasonable weights. It calculates from supplied quantities and allowances; it
does not invent pricing.
Nesting and DXF safety
steel-nest uses MaxRects bin packing for rectangular parts and reports yield,
scrap, reusable drops, and unplaced material. Irregular parts are estimated by
bounding box and are always flagged.
Per-sheet burn_plate_N.dxf files are emitted only when the full nest is
complete and every supported hole remains inside its part. Otherwise, pi-steel
suppresses burn DXFs for the entire run and leaves clearly labeled estimating
and reference artifacts for review. It does not emit G-code or claim
machine-specific CAM compatibility.
Draft RFQs
steel-rfq groups material by stock family, carries approved nesting data into
the workbook, and provides fill-in columns for vendor pricing. Workbooks remain
drafts until a person reviews and issues them.
Copy the example company profile to a private project location:
mkdir -p .pi-steel
cp skills/steel-rfq/assets/company-profile.example.json \
.pi-steel/company-profile.json
Complete that local copy with approved company information. Never commit the completed profile.
Workflow and outcomes
estimate input
↓
contract validation → plate nesting → draft RFQ compilation
↓
QA findings + lineage + immutable run manifest
↓
ready | needs_review | blocked
Each run is published below the requested output root and referenced by
latest-run.json. Exit status 0 means geometry-verified, 2 means human
review is required, and 3 means the workflow is blocked. A blocked run never
contains an RFQ workbook.
Public-repository safety
This repository and all committed examples are public. Do not add:
- company profiles or internal business context;
- customer, vendor, employee, project, bid, or contract data;
- live pricing, margins, terms, credentials, or private contact information;
- generated RFQs, takeoffs, PDFs, DXFs, spreadsheets, or output directories.
Keep operational inputs and generated artifacts outside the repository. See the public data policy and data provenance record before contributing.
Documentation
Development
npm test # base, no-render suite
npm run test:full # PDF/PNG/DXF/LibreOffice smoke tests
npm run privacy:check # current public-repository data guard
npm run privacy:history # redacted audit of reachable history
npm run pack:check # npm contents and installed-runtime smoke test
npm run provenance:check # shape-data integrity and recorded decision
npm run release:check # complete release gate
The current package version is 0.2.3. release:check verifies the test,
privacy, package-content, shape-data integrity, ownership, license, and
redistribution contracts before publication.
License
StructuPath-authored code, documentation, and the bundled StructuPath Structural Shapes Database are distributed under the MIT license. Dataset ownership, authorization, and integrity evidence are documented in DATA_PROVENANCE.md.
