diff --git a/plugins/ui5-typescript-conversion/plugin.json b/plugins/ui5-typescript-conversion/plugin.json new file mode 100644 index 0000000..44ef34d --- /dev/null +++ b/plugins/ui5-typescript-conversion/plugin.json @@ -0,0 +1,21 @@ +{ + "name": "ui5-typescript-conversion", + "version": "0.1.2", + "description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.", + "author": { + "name": "SAP SE" + }, + "homepage": "https://github.com/UI5/plugins-coding-agents", + "repository": "https://github.com/UI5/plugins-coding-agents", + "license": "Apache-2.0", + "keywords": [ + "sap", + "ui5", + "sapui5", + "openui5", + "plugin", + "typescript", + "conversion" + ], + "skills": ["./skills/"] +} diff --git a/plugins/ui5/plugin.json b/plugins/ui5/plugin.json new file mode 100644 index 0000000..79f7dc9 --- /dev/null +++ b/plugins/ui5/plugin.json @@ -0,0 +1,26 @@ +{ + "name": "ui5", + "version": "0.1.2", + "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.", + "author": { + "name": "SAP SE" + }, + "homepage": "https://github.com/UI5/plugins-coding-agents", + "repository": "https://github.com/UI5/plugins-coding-agents", + "license": "Apache-2.0", + "keywords": [ + "sap", + "ui5", + "sapui5", + "openui5", + "plugin", + "linter", + "api documentation", + "development guidelines", + "best practices" + ], + "skills": [ + "./skills/ui5-best-practices", + "./skills/ui5-best-practices-integration-cards" + ] +}