carto-arcgis-migration

Installation
SKILL.md

carto-arcgis-migration

A single skill that takes an ArcGIS Portal / AGOL endpoint and lands its content in CARTO. Three phases, run in order, sharing one source of truth — MIGRATION_MANIFEST.md in the working directory:

  1. Discover — enumerate items, classify, write the manifest. See references/discover.md.
  2. Migrate data — Hosted Feature Layers + Hosted Tables → CARTO tables (Datasets section of the manifest). See references/migrate-data.md.
  3. Migrate maps — Web Maps + simple Dashboard / Web Experience / Web Mapping Application entries → CARTO Builder maps (Web Maps + Apps sections of the manifest). See references/migrate-maps.md.

The manifest accumulates state — every phase updates entries from pendingin-progressdone / skipped / failed. Re-runs are idempotent: done entries are skipped; failed entries are retried.

Prerequisites

  • The carto-skills plugin (this catalog). The migration phases delegate CARTO-side mechanics — imports, queries, map authoring — to carto-import-export-data, carto-query-datawarehouse, carto-explore-datawarehouse, and carto-create-builder-maps.
  • Authenticated carto CLI (carto auth login) with at least one connection in carto connections list --json.
  • Access to an ArcGIS Portal / AGOL endpoint, plus credentials (or anonymous for fully public AGOL).
  • Python with geopandas + pyarrow for GeoParquet extraction in the data phase. sqlglot is required by the maps phase for Arcade-to-SQL validation.

Routing the user's request

Installs
27
GitHub Stars
3
First Seen
May 15, 2026
carto-arcgis-migration — cartodb/agent-skills