Skip to content

Releases: Impertio-Studio/QGIS-Claude-Skill-Package

v1.1.1: Improved Skill Discoverability

Choose a tag to compare

@FreekHeijting FreekHeijting released this 30 Mar 18:32

What's new

Expanded Keywords in all skill descriptions with user-friendly, non-technical discovery terms. Skills are now easier to find when users describe problems in plain language instead of technical terminology.

Examples of added terms:

  • Symptom-based: "app is slow", "nothing shows", "container won't start"
  • Beginner-friendly: "how do I start", "what is", "getting started"
  • Error messages: literal error text users would paste
  • Alternative names: common synonyms and abbreviations

No skill content was changed. Only the Keywords line in SKILL.md frontmatter was expanded.

v1.1.0: Discovery Manifests

Choose a tag to compare

@FreekHeijting FreekHeijting released this 30 Mar 17:59

What's new

  • package.json with agents.skills[] manifest (19 skills) for external discovery
  • agents/openai.yaml for OpenAI Codex
  • GitHub topic agentskills added
  • SKILLS_LOG.md added to .gitignore
  • Em-dashes replaced with colons in 5 section headings

Enables discovery via npx skills add, skills.sh, LobeHub, and other platforms.

v1.0.0 — 19 Deterministic QGIS/PyQGIS Skills

Choose a tag to compare

@FreekHeijting FreekHeijting released this 20 Mar 19:52

QGIS Claude Skill Package v1.0.0

19 deterministic skills for QGIS 3.44+ / PyQGIS spatial data analysis, map creation, geoprocessing, and plugin development with Claude Code.

Skills by category

  • Core (3): Architecture, data providers, coordinate systems
  • Syntax (4): PyQGIS API, expressions, processing scripts, plugins
  • Implementation (8): Vector analysis, raster analysis, print layouts, PostGIS, web services, 3D visualization, georeferencing, network analysis
  • Errors (2): Projection errors, data loading errors
  • Agents (2): Analysis orchestrator, map generator

Statistics

  • 7,324 lines of SKILL.md content
  • 57 reference files (methods, examples, anti-patterns)
  • All skills < 500 lines, zero hedging words
  • ALWAYS/NEVER deterministic language throughout

Installation

claude install-skill https://github.com/OpenAEC-Foundation/QGIS-Claude-Skill-Package

Built with the Skill Package Workflow Template.