一键导入
qgis-core
Knowledge about the QGIS API, plugin structure, and asynchronous processing with QgsTask.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Knowledge about the QGIS API, plugin structure, and asynchronous processing with QgsTask.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill allows the agent to manage its own semantic memory, extracting lessons, patterns, and user preferences to improve long-term effectiveness.
Project coding standards, focused on the use of pathlib, Google docstrings, and strict typing.
Standards for handling drillhole data, section interpolation, and 3-level validation.
Standards for testing in a Dockerized environment and use of Mocks for QGIS.
Expert guide for QGIS 4.x migration and agnostic API usage
Standards for the custom SecInterp interface, focused on programmatic creation and premium aesthetics.
| name | qgis-core |
| description | Knowledge about the QGIS API, plugin structure, and asynchronous processing with QgsTask. |
| trigger | when working with PyQGIS, layers, CRS, or QgsTask. |
Standardizes interaction with the QGIS API, ensuring a responsive and well-structured plugin.
QgsTask for long processes and Core/GUI decoupling are mandatory.core/ (processing) and gui/ (visualization).isValid() on layers before operating.QgsTask.threading.Thread (use QgsTask) and synchronous network calls (rules UNSAFE_THREAD and BLOCKING_NETWORK_CALL).QVariant; the analyzer will detect OBSOLETE_VARIANT.iface; prefer passing objects in constructors.core/: Business logic agnostic to the UI.gui/: Widgets and dialogs dependent on PyQGIS.exporters/: Data output modules.QgsTask?