qgis

QGIS AI Interface Skill — PyQGIS headless automation, Processing framework, vector/raster I/O, CRS transforms, well plotting from CSV, failure diagnosis

5 stars

Best use case

qgis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

QGIS AI Interface Skill — PyQGIS headless automation, Processing framework, vector/raster I/O, CRS transforms, well plotting from CSV, failure diagnosis

Teams using qgis should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/qgis/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/engineering/gis/qgis/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/qgis/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How qgis Compares

Feature / AgentqgisStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

QGIS AI Interface Skill — PyQGIS headless automation, Processing framework, vector/raster I/O, CRS transforms, well plotting from CSV, failure diagnosis

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Qgis

## When to Use This Skill

- Plot well locations from CSV files with lat/lon coordinates
- Reproject vector/raster data between coordinate systems (WGS84, UTM)
- Run QGIS Processing algorithms headlessly (no GUI)
- Perform spatial joins, buffer analysis, and overlay operations
- Export map layouts to PDF, PNG, SVG
- Batch process shapefiles or GeoPackages via PyQGIS scripting

---

## Sub-Skills

- [1.1 PyQGIS Application Bootstrap (Headless) (+2)](11-pyqgis-application-bootstrap-headless/SKILL.md)
- [2.1 qgis_process CLI (Headless) (+2)](21-qgisprocess-cli-headless/SKILL.md)
- [3.1 Read Features from Output Layer (+2)](31-read-features-from-output-layer/SKILL.md)
- [4. FAILURE DIAGNOSIS](4-failure-diagnosis/SKILL.md)
- [Checklist (+2)](checklist/SKILL.md)

Related Skills

python-gis-ecosystem

5
from vamseeachanta/workspace-hub

Python GIS Ecosystem Skill — GDAL/OGR, Fiona, Shapely, Rasterio, GeoPandas, pyproj, Folium, xarray/rioxarray, Cartopy — foundational GIS libraries

google-earth-engine

5
from vamseeachanta/workspace-hub

Google Earth Engine AI Interface Skill — ee Python API, authentication, image/collection operations, export workflows, GEBCO bathymetry, Sentinel, Landsat

gis-informed-workflow

5
from vamseeachanta/workspace-hub

GIS-Informed Engineering Workflow — GIS site data to engineering analysis inputs. Covers: bathymetry extraction, pipeline routing, well location to OrcaFlex, metocean spatial analysis, and property valuation spatial overlays.

gis

5
from vamseeachanta/workspace-hub

Cross-application GIS skill — CRS reference, data formats, Blender/QGIS integration via digitalmodel.gis

qgis-31-read-features-from-output-layer

5
from vamseeachanta/workspace-hub

Sub-skill of qgis: 3.1 Read Features from Output Layer (+2).

qgis-21-qgisprocess-cli-headless

5
from vamseeachanta/workspace-hub

Sub-skill of qgis: 2.1 qgis_process CLI (Headless) (+2).

qgis-11-pyqgis-application-bootstrap-headless

5
from vamseeachanta/workspace-hub

Sub-skill of qgis: 1.1 PyQGIS Application Bootstrap (Headless) (+2).

test-oversized-skill

5
from vamseeachanta/workspace-hub

A test fixture skill that exceeds 200 lines with multiple H2/H3 sections for split testing.

interactive-report-generator

5
from vamseeachanta/workspace-hub

Generate interactive HTML reports with Plotly visualizations from data analysis results. Supports dashboards, charts, and professional styling.

data-validation-reporter

5
from vamseeachanta/workspace-hub

Generate interactive validation reports with quality scoring, missing data analysis, and type checking. Combines Pandas validation, Plotly visualization, and YAML configuration for comprehensive data quality reporting.

claude-reflection

5
from vamseeachanta/workspace-hub

Self-improvement and learning skill that helps Claude learn from user interactions, corrections, and preferences

agent-os-framework

5
from vamseeachanta/workspace-hub

Generate standardized .agent-os directory structure with product documentation, mission, tech-stack, roadmap, and decision records. Enables AI-native workflows.