arcpy-plan
Plan ArcPy workflows for ArcGIS Pro tasks with real project context and safe sequencing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Plan ArcPy workflows for ArcGIS Pro tasks with real project context and safe sequencing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Create a pre‑publish checklist for ArcGIS Online items with risk and data quality checks
Search ArcGIS Online items and return clean, filtered results with safe defaults
Generate ArcPy scripts for ArcGIS Pro using live map context, layer sampling, and ArcGIS‑aware prompt rules
Package GIS layers into GeoParquet with metadata and validation
Audit ArcGIS Pro projects for broken layers, schema issues, and performance risks
Minimal Q&A skill example with clear inputs and outputs
| name | arcpy-plan |
| description | Plan ArcPy workflows for ArcGIS Pro tasks with real project context and safe sequencing |
Create a concrete, step‑by‑step ArcPy plan before writing code. Plans should be grounded in the actual ArcGIS Pro project context.
Turn a GIS task into a deterministic sequence of ArcPy operations, with inputs, outputs, and checks defined up front.
task_description (string)project_path (string, optional)map_name (string, optional)output_workspace (string, optional)constraints (string, optional)If available, gather real project context:
arcgispro layers --jsonarcgispro fields "LayerName"arcgispro connectionsUse real layer/field names and data sources in the plan.
A plan object with:
inputs: layers/tables/pathssteps: ordered ArcPy tools with purposeoutputs: new datasets + locationschecks: preflight validations and countsrisks: destructive operations or performance concernsUser: “Find parcels within 500 ft of schools and export.”
Plan:
Parcels, Schools existSchools_Buffer_500Return a concise, usable result with the key artifacts or recommendations.
Do not invent data, credentials, or system context. Flag uncertainty and risky operations clearly.