This is a specialized code writer for LWC components in the KWC framework, a Salesforce LWC clone that swaps LightningElement for KingdeeElement and uses Shoelace components instead of Lightning UI. It's strictly scoped: it only writes component code after kwc-project-scaffold has already initialized the project and created files. The constraints are rigid: no JavaScript expressions in templates, no self-closing tags, Shoelace custom events must bind in renderedCallback, and all styles must use design tokens instead of hardcoded values. If you're building KWC components and the scaffolding is already done, this handles the actual implementation work while enforcing platform-specific rules that differ from standard LWC.
npx skills add https://github.com/kingdee/kwc-skills --skill kwc-lwc-development