roofing-pipeline

Process roofing data into a structured app-ready JSON payload.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wwwillott/jobnimbus --skill roofing-pipeline
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: roofing-pipeline
Source: https://github.com/wwwillott/jobnimbus/tree/main/skills/research/roofing-pipeline
Command: npx skills add https://github.com/wwwillott/jobnimbus --skill roofing-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines end-to-end roofing data processing to produce a consistent, app-ready payload for downstream tools.

Core Features & Use Cases

  • End-to-end roofing pipeline: from elevation data to planes, facets, and edge reports, returning a structured payload.
  • API-friendly output: produces a single payload suitable for integration with wrappers and dashboards.
  • Use Case: combine roof-scan data with a geocoded address to generate contractor-ready estimates or QA checks.

Quick Start

Run the roofing pipeline for a target address and return the full app payload.

Frequently Asked Questions about roofing-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an end-to-end roofing data pipeline from imagery to edge reports?▼

A roofing data pipeline processes geocoded addresses, retrieves imagery, traces roof edges, and computes DSM planes to return a structured JSON payload. It enforces deterministic API interactions across modular stages for consistent, app-ready output.

What is a roofing app payload and how is it structured?▼

A roofing app payload is a structured JSON output containing computed DSM, planes, facets, and edges derived from address geocoding and imagery. It provides a ready-to-consume data structure for downstream wrappers, dashboards, or contractor estimate generation.

Can I use roofing pipeline output for contractor estimates and QA checks?▼

Yes, you can use roofing pipeline output for contractor estimates and QA checks. The pipeline combines roof-scan data with geocoded addresses to generate app-ready payloads suitable for integration with estimate wrappers and quality assurance dashboards.

How do I process DSM and roof facets from geocoded address imagery?▼

To process DSM and roof facets, the pipeline geocodes the target address, retrieves corresponding imagery, applies Gemini tracing, and computes planes, facets, and edges. This returns a complete app payload for downstream roofing applications.

Do I need external dependencies to run the roofing imagery and elevation pipeline?▼

No external dependencies are required to run the roofing imagery and elevation pipeline. The skill operates independently using internal scripts to manage address geocoding, imagery retrieval, Gemini tracing, and DSM computation for final payload generation.