From c742a7ad63e6b131e0cf2845d6a4a5614a27f1ca Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Thu, 21 May 2026 08:57:44 +0200 Subject: [PATCH 1/3] docs: Add installation guides for coding agents without plugin concept --- plugins/ui5-typescript-conversion/README.md | 7 +++++++ plugins/ui5/README.md | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/plugins/ui5-typescript-conversion/README.md b/plugins/ui5-typescript-conversion/README.md index 65cc0e0..6d65ab4 100644 --- a/plugins/ui5-typescript-conversion/README.md +++ b/plugins/ui5-typescript-conversion/README.md @@ -18,3 +18,10 @@ In Claude Code: /plugin install ui5-typescript-conversion@claude-plugins-official ``` +## Installing skills only + +If your coding agent does not support plugins, you can install the skills directly using the [skills](https://www.npmjs.com/package/skills) package: + +```bash +npx skills add UI5/plugins-coding-agents +``` diff --git a/plugins/ui5/README.md b/plugins/ui5/README.md index 5758532..e3e4d4b 100644 --- a/plugins/ui5/README.md +++ b/plugins/ui5/README.md @@ -22,3 +22,12 @@ In Claude Code: /plugin install ui5@claude-plugins-official ``` +## Installing skills only + +If your coding agent does not support plugins, you can install the skills directly using the [skills](https://www.npmjs.com/package/skills) package: + +```bash +npx skills add UI5/plugins-coding-agents +``` + +> **Note:** You also need to install the [UI5 MCP server](https://github.com/UI5/mcp-server) manually. When using the plugin, this is handled automatically. From 87c065b9151ee003d1a689c8325be16f3954643f Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Fri, 22 May 2026 09:20:04 +0200 Subject: [PATCH 2/3] docs: Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Günter Klatt --- plugins/ui5-typescript-conversion/README.md | 4 ++-- plugins/ui5/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/ui5-typescript-conversion/README.md b/plugins/ui5-typescript-conversion/README.md index 6d65ab4..0f0ac44 100644 --- a/plugins/ui5-typescript-conversion/README.md +++ b/plugins/ui5-typescript-conversion/README.md @@ -18,9 +18,9 @@ In Claude Code: /plugin install ui5-typescript-conversion@claude-plugins-official ``` -## Installing skills only +## Installing Skills Only -If your coding agent does not support plugins, you can install the skills directly using the [skills](https://www.npmjs.com/package/skills) package: +If your coding agent doesn't support plugins, install the skills directly using the [skills](https://www.npmjs.com/package/skills) package: ```bash npx skills add UI5/plugins-coding-agents diff --git a/plugins/ui5/README.md b/plugins/ui5/README.md index e3e4d4b..f8e254e 100644 --- a/plugins/ui5/README.md +++ b/plugins/ui5/README.md @@ -22,9 +22,9 @@ In Claude Code: /plugin install ui5@claude-plugins-official ``` -## Installing skills only +## Installing Skills Only -If your coding agent does not support plugins, you can install the skills directly using the [skills](https://www.npmjs.com/package/skills) package: +If your coding agent doesn't support plugins, install the skills directly using the [skills](https://www.npmjs.com/package/skills) package: ```bash npx skills add UI5/plugins-coding-agents From d900879efc5805ad2a85123459ea5d110f339bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Klatt?= Date: Fri, 22 May 2026 10:43:00 +0200 Subject: [PATCH 3/3] docs: Apply suggestion from code review Co-authored-by: Merlin Beutlberger --- plugins/ui5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ui5/README.md b/plugins/ui5/README.md index f8e254e..5797973 100644 --- a/plugins/ui5/README.md +++ b/plugins/ui5/README.md @@ -30,4 +30,4 @@ If your coding agent doesn't support plugins, install the skills directly using npx skills add UI5/plugins-coding-agents ``` -> **Note:** You also need to install the [UI5 MCP server](https://github.com/UI5/mcp-server) manually. When using the plugin, this is handled automatically. +> **Note:** When installing the skills only, you will need to install the [UI5 MCP server](https://github.com/UI5/mcp-server) manually.