Skip to content

Commit b2ecbfb

Browse files
committed
refactor: Adjust SKILL with the minimal required information and address code review comments
1 parent e9458b9 commit b2ecbfb

5 files changed

Lines changed: 277 additions & 703 deletions

File tree

plugins/ui5-guidelines/.claude-plugin/plugin.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ui5-guidelines",
3-
"version": "1.0.0",
4-
"description": "Comprehensive UI5 development guidelines and best practices derived from official SAP documentation (UI5 1.136.7). Version-aware skill covering CSP directives, XML event handling ($parameters, $source, $event, $controller), Test Starter patterns, Component metadata, and version-specific APIs. Includes modern coding standards for enterprise UI5 development.",
3+
"version": "3.0.0",
4+
"description": "UI5 development guidelines and best practices plugin derived exclusively from official SAP UI5 guidelines. Covers async module loading, ComponentSupport initialization, data binding with OData types, i18n management, CSP compliance, TypeScript event handlers (UI5 >= 1.115.0), MCP tooling integration, CAP integration patterns, and form creation rules. Essential for writing modern, maintainable UI5 code.",
55
"author": {
66
"name": "SAP SE"
77
},
@@ -18,8 +18,12 @@
1818
"guidelines",
1919
"best practices",
2020
"coding standards",
21+
"async loading",
2122
"odata types",
22-
"cap integration"
23+
"data binding",
24+
"cap integration",
25+
"typescript",
26+
"csp"
2327
],
2428
"skills": [
2529
"skills/ui5-best-practices"

0 commit comments

Comments
 (0)