Skip to content

Commit 447988b

Browse files
flovogtKlattGRandomByte
authored
docs: Add installation guides for coding agents without plugin concept (#56)
Adding installations commands for coding agents without a plugin concept Co-authored-by: Günter Klatt <guenter.klatt@sap.com> Co-authored-by: Merlin Beutlberger <m.beutlberger@sap.com>
1 parent 40d453e commit 447988b

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

plugins/ui5-typescript-conversion/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ In Claude Code:
1818
/plugin install ui5-typescript-conversion@claude-plugins-official
1919
```
2020

21+
## Installing Skills Only
22+
23+
If your coding agent doesn't support plugins, install the skills directly using the [skills](https://www.npmjs.com/package/skills) package:
24+
25+
```bash
26+
npx skills add UI5/plugins-coding-agents
27+
```

plugins/ui5/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ In Claude Code:
2222
/plugin install ui5@claude-plugins-official
2323
```
2424

25+
## Installing Skills Only
26+
27+
If your coding agent doesn't support plugins, install the skills directly using the [skills](https://www.npmjs.com/package/skills) package:
28+
29+
```bash
30+
npx skills add UI5/plugins-coding-agents
31+
```
32+
33+
> **Note:** When installing the skills only, you will need to install the [UI5 MCP server](https://github.com/UI5/mcp-server) manually.

0 commit comments

Comments
 (0)