compliance_rules_ingestor

Convert scraped PDFs and text manuals into structured JSONB records for jurisdiction_rules.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/haulcommand-max/haul-command --skill compliance-rules-ingestor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliance_rules_ingestor
Source: https://github.com/haulcommand-max/haul-command/tree/main/skills/compliance_rules_ingestor
Command: npx skills add https://github.com/haulcommand-max/haul-command --skill compliance-rules-ingestor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts scraped PDF/Text manuals into structured JSONB for the jurisdiction_rules engine, enabling deterministic rule ingestion and faster validation across jurisdictions.

Core Features & Use Cases

  • Ingests PDF and text sources to extract structured rule data and provable provenance.
  • Maps extracted data into the JSONB schema with fields like certification_required, height_pole_trigger, police_escort_trigger, daylight_restrictions, holiday_blackouts, equipment_requirements.
  • Use Case: On adding a new jurisdiction, ingest its manuals to populate or update the jurisdiction_rules table automatically.

Quick Start

Process a batch of PDFs to generate JSONB records for jurisdiction_rules.

Frequently Asked Questions about compliance_rules_ingestor

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

FAQPage Schema
How do I convert PDF manuals into structured JSONB for compliance rules?

You can convert PDF manuals into structured JSONB for compliance rules by ingesting scraped text to extract rule data, mapping it to defined keys like certification_required, and preserving provenance in the metadata.

How does PDF ingestion work for jurisdiction rules extraction?

PDF ingestion for jurisdiction rules extraction works by processing scraped documents across jurisdictions, extracting defined rule fields, and outputting structured JSONB records with provable provenance.

What is the best way to populate a jurisdiction_rules table from text manuals?

The best way to populate a jurisdiction_rules table from text manuals is to batch process the sources through an ingestion tool that maps extracted data directly into your predefined JSONB schema.

Can I use automated ingestion to extract compliance rules across multiple jurisdictions?

Yes, you can use automated ingestion to extract compliance rules across multiple jurisdictions by processing batches of PDFs that map extracted data into the JSONB schema while preserving source provenance.

What data validation is included when extracting compliance rules to JSONB?

Data validation when extracting compliance rules to JSONB ensures that mapped fields such as height_pole_trigger, police_escort_trigger, and daylight_restrictions meet the defined schema requirements before storage.