diff --git a/plugins/ui5-typescript-conversion/README.md b/plugins/ui5-typescript-conversion/README.md index 65cc0e0..0f0ac44 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 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 5758532..5797973 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 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 +``` + +> **Note:** When installing the skills only, you will need to install the [UI5 MCP server](https://github.com/UI5/mcp-server) manually.