{
  "markdown": "# CARTO Agent Skills\n\nA catalog of **agent skills** that teach AI coding tools to drive [CARTO](https://carto.com/) — the cloud-native location intelligence platform — correctly: right tool for the task, right SQL dialect, right job-handling patterns, right import shape. The skills route to the CARTO MCP Server for in-conversation work and the CARTO CLI for scripting and automation.\n\nEach skill is a short playbook the agent loads on demand when a user's request matches its domain, so the agent produces idiomatic, working CARTO output the first time.\n\nReady-made install manifests ship for **Claude Code**, **Codex**, **Gemini CLI**, and the **Skills CLI**; any other coding agent with a compatible plugin or rules mechanism can consume the same catalog. For harnesses that only accept a **web upload** (Claude.ai, Gemini Enterprise), each release ships one zip per skill; see [docs/install-matrix.md](docs/install-matrix.md#web-upload-claudeai-gemini-enterprise-claude-skills-api). All load the same skills from a single source of truth: [`skills/catalog.json`](skills/catalog.json).\n\n## Documentation\n\nFor installation, authoring, and usage details, see the official documentation:\n\n**[docs.carto.com/carto-for-agents/agent-skills](https://docs.carto.com/carto-for-agents/agent-skills)**\n\n## Skills\n\nSkills are organized in three tiers — pick what's relevant to your work; an agent will route to the right skill automatically based on user intent. See [ARCHITECTURE.md](ARCHITECTURE.md) for the rationale behind the layering.\n\n### Utility — foundational CARTO operations\n\n| Skill | Purpose |\n|---|---|\n| [`carto-basics`](skills/carto-basics) | First-time setup: install, auth, profiles, global flags. |\n| [`carto-connect-datawarehouse`](skills/carto-connect-datawarehouse) | Connect BigQuery / Snowflake / Redshift / Postgres / Databricks / Oracle. |\n| [`carto-query-datawarehouse`](skills/carto-query-datawarehouse) | Spatial SQL with dialect-specific guidance. |\n| [`carto-explore-datawarehouse`](skills/carto-explore-datawarehouse) | Discover schemas, tables, columns, named sources. |\n\n### Platform — CARTO product surfaces\n\n| Skill | Purpose |\n|---|---|\n| [`carto-import-export-data`](skills/carto-import-export-data) | Imports, tilesets, and warehouse-native exports. |\n| [`carto-create-workflow`](skills/carto-create-workflow) | Build, schedule, operate, and cross-profile-copy analytics DAGs in CARTO Workflows. |\n| [`carto-find-spatial-data`](skills/carto-find-spatial-data) | Discover and subscribe to Data Observatory datasets. |\n| [`carto-manage-platform`](skills/carto-manage-platform) | Org admin: users, quotas, audit, bulk ops. |\n| [`carto-create-builder-maps`](skills/carto-create-builder-maps) | Author maps in CARTO Builder (layers, basemaps, styling, AI Agents) and copy them across orgs / profiles. |\n| [`carto-render-inline-map`](skills/carto-render-inline-map) | Render an ad-hoc deck.gl map inline in the chat via the CARTO MCP server. |\n| [`carto-preview-builder-map`](skills/carto-preview-builder-map) | Preview an existing saved Builder map inline in the chat. |\n| [`carto-develop-app`](skills/carto-develop-app) | Generate from-scratch CARTO + deck.gl apps in TypeScript / JavaScript with auth, layers, widgets, and filters. |\n\n### Use-case patterns — common spatial analyses\n\nRecipe skills that compose the platform skills above. Each carries trigger keywords so the agent routes on user intent (e.g. \"find hotspots in this dataset\" → `carto-hotspot-analysis`).\n\n| Skill | Purpose |\n|---|---|\n| [`carto-hotspot-analysis`](skills/carto-hotspot-analysis) | Getis-Ord Gi\\* hotspots and spacetime hotspots. |\n| [`carto-spatial-autocorrelation`](skills/carto-spatial-autocorrelation) | Moran's I, LISA, HH/HL/LH/LL classification. |\n| [`carto-gwr`](skills/carto-gwr) | Geographically Weighted Regression. |\n| [`carto-spatial-enrichment`](skills/carto-spatial-enrichment) | Demographics and spatial-features enrichment. |\n| [`carto-trade-area-analysis`](skills/carto-trade-area-analysis) | Catchment areas, isochrones, billboard scoring. |\n| [`carto-site-selection`](skills/carto-site-selection) | Site selection, cannibalization, twin-area discovery. |\n| [`carto-territory-planning`](skills/carto-territory-planning) | Territory balancing and location allocation. |\n| [`carto-routing-od-analysis`](skills/carto-routing-od-analysis) | Routing, isolines, OD matrices. |\n| [`carto-geocoding`](skills/carto-geocoding) | Address-to-coordinate geocoding. |\n| [`carto-composite-scoring`](skills/carto-composite-scoring) | Composite indices, supervised/unsupervised scoring. |\n| [`carto-arcgis-migration`](skills/carto-arcgis-migration) | End-to-end ArcGIS Portal / AGOL → CARTO migration (discover, migrate data, migrate maps). |\n\n## Support\n\nFor bugs, feature requests, and CARTO platform questions, contact [support@carto.com](mailto:support@carto.com). General product documentation is at [docs.carto.com](https://docs.carto.com/).\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n",
  "bytes": 5002,
  "sha": "3538f5f5bb301cbb80b3d8da983e0d0c0576ea06ef98feea9a32013361c880c4",
  "repo_slug": "cartodb/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_cartodb_agent_skills_bd5e87b0/readme"
}