Priority SDK

Scaffold, debug, and maintain Priority ERP code across forms, triggers, and procedures.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eyalcats/priority-dev-plugin --skill priority-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Priority SDK
Source: https://github.com/eyalcats/priority-dev-plugin/tree/main/priority-dev/skills/priority-sdk
Command: npx skills add https://github.com/eyalcats/priority-dev-plugin --skill priority-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This guide provides a comprehensive reference to the Priority ERP SDK, including SQLI, form definitions, triggers, procedures, interfaces, and debugging tools, to streamline development and troubleshooting.

Core Features & Use Cases

  • Comprehensive reference for writing, debugging, and maintaining Priority ERP SDK code across forms, triggers, reports, procedures, and interfaces.
  • Includes guidance on SQL dialect (SQLI), WebSDK usage, DBI, and deployment/upgrade recipes to accelerate development cycles.
  • Real-world patterns, recipes, and triage guidance for compiling, form preparation, and integration tasks to reduce iteration cycles.

Quick Start

Use the Priority SDK to scaffold, read, modify, and troubleshoot Priority forms, triggers, and sub-level forms.

Frequently Asked Questions about Priority SDK

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write and debug Priority ERP forms using the SQLI language?

Priority ERP forms use the SQLI dialect for definitions and triggers. You can scaffold, read, and modify forms or sub-level forms, then use compile debugging and triage patterns to resolve errors during the development cycle.

What is the WebSDK used for in Priority ERP development?

The WebSDK in Priority ERP is used for integration and interface tasks. It provides canonical guidance and recipes to accelerate deployment workflows, allowing developers to maintain and upgrade system entities across web environments.

How do I create and upgrade triggers and procedures in Priority ERP?

Creating and upgrading Priority ERP triggers and procedures involves using SDK recipes and entity naming conventions. The SDK provides real-world patterns to scaffold code, prepare forms, and maintain logic across system interfaces efficiently.

Can I use Priority SDK to troubleshoot DBI operations and compile errors?

Yes, the Priority SDK supports DBI operations and compile debugging. It offers triage patterns and canonical examples to help developers identify issues, fix SQLI code errors, and streamline the form preparation workflow.

What are the common recipes for managing sub-level forms in Priority ERP?

Common recipes for Priority ERP sub-level forms include scaffolding new forms, upgrading existing definitions, and applying naming conventions. These patterns reduce iteration cycles when preparing forms for deployment and integration.