ワンクリックで
data-pipeline
Guide agent through geospatial ETL workflows using built-in, learned, and fabricated geo tools
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guide agent through geospatial ETL workflows using built-in, learned, and fabricated geo tools
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | data-pipeline |
| description | Guide agent through geospatial ETL workflows using built-in, learned, and fabricated geo tools |
Use this skill for geospatial ETL tasks: ingest, normalize, convert, reproject, and prepare datasets for analysis.
Start by locating candidate datasets with geo_data_catalog, then inspect them with geo_info and geo_crs_detect.
Before composing a new ETL flow, inspect whether pipelines/geo/ already contains a similar learned sequence for the same transformation goal.
Use geo_process when the workflow needs reprojection, clipping, or batch GDAL/OGR steps.
Use geo_format_convert for direct format changes.
When the pipeline targets PostGIS, inspect the codebook before composing custom SQL:
geo_sql_codebook(action="list", intent="<pipeline validation goal>")
geo_sql_codebook(action="render", pattern="<pattern_name>", values={...})
geo_spatial_query(action="schema")
geo_spatial_query(action="query", sql="SELECT ...")
If the ETL step is repetitive and not covered by learned pipelines or built-in geo tools, fabricate a persistent workspace tool under tools/geo/.