arcpy-plan
Plan ArcPy workflows for ArcGIS Pro tasks with real project context and safe sequencing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Plan ArcPy workflows for ArcGIS Pro tasks with real project context and safe sequencing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.