You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/ui5/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,12 @@ In Claude Code:
22
22
/plugin install ui5@claude-plugins-official
23
23
```
24
24
25
+
## Installing skills only
26
+
27
+
If your coding agent does not support plugins, you can 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:** You also need to install the [UI5 MCP server](https://github.com/UI5/mcp-server) manually. When using the plugin, this is handled automatically.
0 commit comments