ui5-typescript-conversion

Installation
SKILL.md

UI5 TypeScript Conversion Guidelines

This document outlines how a UI5 (SAPUI5/OpenUI5) project can be converted to TypeScript. It consists of the following parts:

  1. Important general rules
  2. How the setup of the project needs to be changed
  3. Converting the code itself
  4. Converting tests (reference to separate file)

General Conversion Rules

Preserve ALL comments

You MUST preserve existing JSDoc, documentation and comments - never remove JSDoc or comments during the conversion.

Example input:

Installs
19
GitHub Stars
25
First Seen
May 24, 2026
ui5-typescript-conversion — ui5/plugins-coding-agents