Skip to content

Commit 3ed7549

Browse files
committed
docs: Add installation instructions for GitHub Copilot
1 parent e1e5fa3 commit 3ed7549

3 files changed

Lines changed: 59 additions & 11 deletions

File tree

plugins/ui5-modernization/README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,40 @@ This plugin provides:
1313

1414
## Installation
1515

16-
### Via Claude CLI
16+
### Claude Claude CLI
1717

1818
```bash
1919
claude plugin install ui5-modernization@claude-plugins-official
2020
```
2121

22-
### In Claude Code
22+
If you have already started an interactive Claude Code CLI session, you can use the `/plugin` command.
2323

2424
```bash
2525
/plugin install ui5-modernization@claude-plugins-official
2626
```
2727

28+
### GitHub Copilot CLI
29+
30+
```bash
31+
copilot plugin install ui5-modernization@awesome-copilot
32+
```
33+
34+
If you have already started an interactive GitHub Copilot CLI session, you can use the `/plugin` command.
35+
36+
```bash
37+
/plugin install ui5-modernization@awesome-copilot
38+
```
39+
40+
### Installing Skills Only
41+
42+
If your coding agent doesn't support plugins, install the skills directly using the [skills](https://www.npmjs.com/package/skills) package:
43+
44+
```bash
45+
npx skills add UI5/plugins-coding-agents
46+
```
47+
48+
> **Note:** When installing the skills only, you will need to install the [UI5 MCP server](https://github.com/UI5/mcp-server) manually.
49+
2850
## How It Works
2951

3052
The goal is to modernize your OpenUI5/SAPUI5 app — targeting manifest version 2.0.0 with a minimum framework version of 1.136.0. This means replacing deprecated APIs with their modern equivalents and enforcing strict module imports, eliminating reliance on globals and legacy patterns.

plugins/ui5-typescript-conversion/README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,31 @@
66

77
## Installation
88

9-
### Claude Code
9+
### Claude Claude CLI
1010

11-
Via Claude CLI:
1211
```bash
1312
claude plugin install ui5-typescript-conversion@claude-plugins-official
1413
```
1514

16-
In Claude Code:
17-
```
15+
If you have already started an interactive Claude Code CLI session, you can use the `/plugin` command.
16+
17+
```bash
1818
/plugin install ui5-typescript-conversion@claude-plugins-official
1919
```
2020

21-
## Installing Skills Only
21+
### GitHub Copilot CLI
22+
23+
```bash
24+
copilot plugin install ui5-typescript-conversion@awesome-copilot
25+
```
26+
27+
If you have already started an interactive GitHub Copilot CLI session, you can use the `/plugin` command.
28+
29+
```bash
30+
/plugin install ui5-typescript-conversion@awesome-copilot
31+
```
32+
33+
### Installing Skills Only
2234

2335
If your coding agent doesn't support plugins, install the skills directly using the [skills](https://www.npmjs.com/package/skills) package:
2436

plugins/ui5/README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,31 @@ Authoritative development guidelines for all UI5 table controls (SAPUI5 1.136+ L
112112

113113
## Installation
114114

115-
### Via Claude CLI
115+
### Claude Claude CLI
116+
116117
```bash
117118
claude plugin install ui5@claude-plugins-official
118119
```
119120

120-
### In Claude Code
121-
```
121+
If you have already started an interactive Claude Code CLI session, you can use the `/plugin` command.
122+
123+
```bash
122124
/plugin install ui5@claude-plugins-official
123125
```
124126

125-
## Installing Skills Only
127+
### GitHub Copilot CLI
128+
129+
```bash
130+
copilot plugin install ui5@awesome-copilot
131+
```
132+
133+
If you have already started an interactive GitHub Copilot CLI session, you can use the `/plugin` command.
134+
135+
```bash
136+
/plugin install ui5@awesome-copilot
137+
```
138+
139+
### Installing Skills Only
126140

127141
If your coding agent doesn't support plugins, install the skills directly using the [skills](https://www.npmjs.com/package/skills) package:
128142

0 commit comments

Comments
 (0)