What problem does it solve? Developing plugins for the Kingdee Cosmic (苍穹) platform requires deep knowledge of 11 plugin base classes, lifecycle events, ORM service interfaces, and SDK rate limits. This Skill packages that expertise into a knowledge base so AI assistants can generate correct, standards-compliant Kingscript/KS plugin code on demand. ## Core Features & Use Cases - 11 Plugin Type Coverage: Operation, form, list, convert, report, workflow, scheduled task, print, and import/export plugins with correct base classes and import paths. - Built-in Quality Guardrails: Enforces stateless design (no class properties), field preloading via onPreparePropertys, BigDecimal-only financial math, and SDK rate limits (50k rows, 150 queries per transaction). - Deep Reference Library: Dedicated manuals for ORM data services, BigDecimal precision math, F7 filtering, parent-child page interaction, message notifications, and common development cases. - Use Case: Ask for an accounts-payable save operation plugin that validates payment amount is greater than zero and blocks edits on audited bills, and receive a complete AbstractOperationServicePlugIn implementation with proper field preloading and BigDecimal checks. ## Quick Start Ask the AI assistant to write a Kingdee Cosmic save operation plugin for the payable bill that validates the payment amount must be greater than zero.