Skip to content

Commit 3318edc

Browse files
committed
feat: Github marketplace file
1 parent 5b082f5 commit 3318edc

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"name": "ui5",
3+
"metadata": {
4+
"description": "SAPUI5 / OpenUI5 plugin for Claude. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.",
5+
"version": "0.1.2"
6+
},
7+
"owner": {
8+
"name": "SAP SE",
9+
"email": "openui5@sap.com"
10+
},
11+
"plugins": [
12+
{
13+
"name": "ui5",
14+
"source": "./plugins/ui5",
15+
"description": "SAPUI5 / OpenUI5 plugin for coding agents. Creates and validates UI5 projects, accesses API documentation, runs UI5 linter, retrieves development guidelines and best practices for UI5 development.",
16+
"version": "0.1.2",
17+
"skills": [
18+
"./skills/ui5-best-practices",
19+
"./skills/ui5-best-practices-integration-cards"
20+
],
21+
"repository": "https://github.com/UI5/plugins-coding-agents",
22+
"keywords": [
23+
"sap",
24+
"ui5",
25+
"sapui5",
26+
"openui5",
27+
"claude",
28+
"copilot",
29+
"plugin",
30+
"linter",
31+
"api-documentation",
32+
"development-guidelines",
33+
"best-practices",
34+
"mcp-tools",
35+
"integration-cards",
36+
"odata",
37+
"cap-integration"
38+
],
39+
"license": "Apache-2.0"
40+
},
41+
{
42+
"name": "ui5-typescript-conversion",
43+
"source": "./plugins/ui5-typescript-conversion",
44+
"description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.",
45+
"version": "0.1.2",
46+
"skills": [
47+
"./skills"
48+
],
49+
"repository": "https://github.com/UI5/plugins-coding-agents",
50+
"keywords": [
51+
"sap",
52+
"ui5",
53+
"sapui5",
54+
"openui5",
55+
"claude",
56+
"copilot",
57+
"plugin",
58+
"typescript",
59+
"conversion",
60+
"javascript",
61+
"migration"
62+
],
63+
"license": "Apache-2.0"
64+
}
65+
]
66+
}

0 commit comments

Comments
 (0)