Impertio-Studio

128 mods across 4 repositories, 221 stars between them.

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when writing Python Document Controllers for ERPNext/Frappe DocTypes. Covers lifecycle hooks (validate, onupdate, onsubmit), controller override, submittable documents, autoname patterns, UUID naming (v16), and the flags system. Keywords: document controller, lifecycle hook, validate, onupdate, onsubmit, autoname…

174 1mo ago A 103 tokens

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when building Frappe custom apps from scratch. Covers app structure, pyproject.toml configuration, module creation, patches, and fixtures for v14/v15/v16. Prevents common mistakes with app scaffolding and module organization. Keywords: custom app, bench new-app, pyproject.toml, patches, fixtures, modules, app…

174 1mo ago A 93 tokens

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when creating or modifying DocType JSON definitions, choosing fieldtypes, configuring naming rules, adding child tables, or setting up tree structures. Prevents invalid DocType configurations from wrong fieldtype choices, broken naming rules, and misconfigured child table links. Covers DocType JSON schema, all…

174 1mo ago A 146 tokens

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when implementing document lifecycle hooks via docevents in hooks.py, understanding event execution order, or extending/overriding document behavior from another app. Prevents silent hook failures from wrong event names, incorrect execution order assumptions, and broken override chains. Covers docevents hook…

174 1mo ago A 136 tokens

frappe-syntax-hooks

53

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when configuring Frappe hooks.py for app events, scheduler tasks, document events, fixtures, boot session, jenv customization, or website routing. Covers v14/v15/v16 including extenddoctypeclass. Keywords: hooks.py, docevents, schedulerevents, fixtures, appincludejs, overridewhitelistedmethods, extenddoctypeclass…

174 1mo ago A 96 tokens

frappe-syntax-jinja

54

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when writing Jinja templates for ERPNext/Frappe Print Formats, Email Templates, and Portal Pages. Covers template syntax, context variables, filters, macros, and v16 Chrome PDF rendering. Prevents common mistakes with doc context and child table iteration. Keywords: Jinja, print format, email template, portal…

174 1mo ago A 102 tokens

frappe-syntax-print

55

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when creating print formats or generating PDFs in Frappe v14-v16. Covers Jinja print formats, Print Designer [v15+], Letter Head, PDF generation API (getpdf, downloadpdf), Report print formats ({%= %} syntax), page breaks, and print CSS patterns. Prevents common mistakes with template engine confusion and PDF…

174 1mo ago A 132 tokens

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when building database queries with frappe.qb in Frappe v14-v16. Covers the PyPika-based query builder: SELECT, INSERT, UPDATE, DELETE, joins, aggregation, subqueries, cross-DB compatibility (MariaDB/PostgreSQL), and migration from raw SQL. Prevents SQL injection and DB-specific bugs. Keywords: frappe.qb, query…

174 1mo ago A 128 tokens

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when building Query Reports, Script Reports, or configuring Report Builder, including chart data integration. Prevents report errors from wrong column definitions, missing permissions, and incorrect data formatting. Covers Query Report (SQL-based), Script Report (Python-based), Report Builder, report columns…

174 1mo ago A 117 tokens

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when configuring scheduler events and background jobs in Frappe/ERPNext v14/v15/v16. Covers schedulerevents in hooks.py, frappe.enqueue() for async jobs, queue configuration, job deduplication, error handling, and monitoring. Keywords: scheduler, background job, cron, RQ worker, job queue, async task…

174 1mo ago A 98 tokens

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when writing Python code for ERPNext/Frappe Server Scripts including Document Events, API endpoints, Scheduler Events, and Permission Queries. Prevents the #1 AI mistake: using import statements in Server Scripts (sandbox blocks ALL imports). Covers frappe. methods, event name mapping, and correct v14/v15/v16…

174 1mo ago A 116 tokens

Impertio-Studio/Frappe_Claude_Skill_Package

Skill Claude CodeCodex

Use when creating Frappe Whitelisted Methods (Python API endpoints) for v14/v15/v16. Covers @frappe.whitelist() decorator, frappe.call/frm.call invocations, permission checks, error handling, response formats, and client-server communication. Keywords: whitelisted, API endpoint, frappe.call, frm.call, REST API…

174 1mo ago A 100 tokens

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when planning a spatial analysis workflow, choosing between analysis approaches, or chaining multiple operations. Prevents wrong analysis method selection and suboptimal workflow ordering. Covers vector vs raster decision trees, processing algorithm selection, workflow chaining, CRS/format guidance, and MCP server…

33 1mo ago A 100 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when generating complete maps from data: loading, styling, composing layouts, and exporting. Prevents poor cartographic choices and empty map exports. Covers the full map pipeline: data loading, symbology selection, labeling, layout composition, atlas generation, and export. Keywords: map generation, create map…

33 1mo ago A 104 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when creating QGIS projects, understanding PyQGIS architecture, or reasoning about the QGIS data model. Prevents mixing standalone script initialization with plugin context, and threading violations. Covers Qt-based architecture, 5 core modules, project lifecycle, layer model, provider system, and QGIS 4.0 Qt6…

33 1mo ago A 113 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when handling coordinate reference systems, transforming coordinates, or measuring distances/areas. Prevents silent data corruption from wrong CRS assignment and lat/lon coordinate order confusion. Covers CRS creation, coordinate transforms, datum transformations, distance measurement, and EPSG database. Keywords…

33 1mo ago A 97 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when loading data into QGIS, constructing layer URIs, or choosing between data formats. Prevents URI format errors that cause silent layer loading failures. Covers 12+ data providers, URI construction patterns, vector/raster/mesh formats, and GeoPackage best practices. Keywords: data provider, QgsDataSourceUri…

33 1mo ago A 111 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when diagnosing data loading failures, invalid layers, or provider connection errors. Prevents silent failures from unchecked layer validity and incorrect URI formats. Covers invalid layer detection, URI format errors, encoding issues, GeoPackage locking, connection failures, and performance. Keywords: invalid…

33 1mo ago A 92 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when diagnosing CRS/projection errors, coordinate mismatches, or datum transformation issues. Prevents silent data corruption from wrong CRS assignment and coordinate order confusion. Covers wrong EPSG selection, lat/lon vs lon/lat, datum warnings, on-the-fly reprojection pitfalls, and fix patterns. Keywords: CRS…

33 1mo ago A 99 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when creating 3D map views, configuring terrain, or rendering vector/point cloud data in 3D. Prevents performance issues from unoptimized point cloud rendering and incorrect terrain configuration. Covers Qgs3DMapSettings, terrain providers, 3D symbols, materials, camera/lights, and layout integration. Keywords: 3D…

33 1mo ago A 132 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when georeferencing raster images or vector data using ground control points. Prevents accuracy loss from insufficient GCPs and wrong transformation type selection. Covers GCP management, 7 transformation types, QgsVectorWarper, residual computation, and accuracy assessment. Keywords: georeferencing, GCP, ground…

33 1mo ago A 100 tokens original MIT

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when performing routing, shortest path, or service area analysis on road/transport networks. Prevents incorrect results from wrong edge direction assumptions and missing cost strategies. Covers QgsGraphBuilder, QgsGraphAnalyzer (Dijkstra), QgsVectorLayerDirector, cost strategies, and service areas. Keywords…

33 1mo ago A 103 tokens original MIT

qgis-impl-postgis

72

Impertio-Studio/QGIS-Claude-Skill-Package

Skill Claude CodeCodex

Use when connecting to PostGIS databases, loading spatial tables, or executing SQL from PyQGIS. Prevents connection string errors and plain-text password exposure in production. Covers QgsDataSourceUri, PostGIS layer loading (table/view/SQL), SQL execution, schema discovery, and authentication. Keywords: PostGIS…

33 1mo ago A 105 tokens original MIT