CarregaManteniment

Load urban asset maintenance data into a PostgreSQL database.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/danielprats/01_03_VIMEP --skill carregamanteniment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CarregaManteniment
Source: https://github.com/danielprats/01_03_VIMEP/tree/main/AssistentIA/_skills/CarregaManteniment
Command: npx skills add https://github.com/danielprats/01_03_VIMEP --skill carregamanteniment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of loading historical and current maintenance data for various urban assets into the database, eliminating manual data entry and ensuring data consistency.

Core Features & Use Cases

  • Batch Loading: Process single periods, full years, or custom date ranges for maintenance records.
  • Multi-Asset Support: Load data for multiple asset types (e.g., trees, pavements, traffic lights) in a single run.
  • Use Case: Regularly update the maintenance records for all urban assets by running the skill for the previous month's data, ensuring the system always has the latest information.

Quick Start

Execute the carrega_manteniments script to load maintenance data for the 'ARB' asset for the period '2501' in the 'DVP' environment.

Frequently Asked Questions about CarregaManteniment

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

FAQPage Schema
How do I batch load urban asset maintenance data into a PostgreSQL database?

Batch loading urban asset maintenance data into PostgreSQL is automated by running a script that ingests records for specific asset types and date ranges. This eliminates manual data entry and ensures database consistency.

Can I load maintenance records for multiple urban asset types in a single run?

Yes, loading maintenance records supports multiple urban asset types in a single run. The system handles asset categories including ARB, PAV, SEM, SHO, SVE, MUR, EVE, AGO, and JIN during ingestion.

What date range options are supported for batch processing maintenance records?

Batch processing maintenance records supports single periods, full years, and custom date ranges. This flexibility allows loading historical data or regularly updating the database with the previous month's records.

How does data validation work during the maintenance data ingestion process?

Data validation during the maintenance data ingestion process is integrated directly into the pipeline script. This ensures data consistency and accuracy before records are committed to the PostgreSQL database.

Do I need any external dependencies to run the maintenance data loading pipeline?

No external dependencies are required to run the maintenance data loading pipeline. The Skill operates independently using its internal scripts to process and load data into the target PostgreSQL environment.

What is the best way to schedule regular updates for urban maintenance data?

The best way to schedule regular updates for urban maintenance data is executing the batch loading script for the previous month's period. This use case ensures the system always contains the latest maintenance information.