qgis-syntax-processing-scripts

Installation
SKILL.md

qgis-syntax-processing-scripts

Quick Reference

Processing Framework Overview

Component Purpose
processing.run() Execute any registered algorithm from Python
processing.runAndLoadResults() Execute and add results to the current project
QgsProcessingAlgorithm Base class for custom algorithms
QgsProcessingProvider Groups custom algorithms under a provider ID
QgsProcessingContext Execution environment (project, CRS, transform context)
QgsProcessingFeedback Progress reporting, logging, and cancellation
QgsProcessingAlgRunnerTask Background (non-blocking) algorithm execution
QgsApplication.processingRegistry() Central registry for all providers and algorithms

Algorithm ID Format

Installs
8
GitHub Stars
22
First Seen
Apr 29, 2026
qgis-syntax-processing-scripts — openaec-foundation/qgis-claude-skill-package