Skip to content

Commit 2da0205

Browse files
authored
chore: add internal ui5wc-upgrade skill (#8511)
1 parent 08fc6e1 commit 2da0205

6 files changed

Lines changed: 850 additions & 0 deletions

File tree

skills/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Skills
2+
3+
This directory contains agent skills for working with this repository.
4+
5+
## Available Skills
6+
7+
Currently, only **internal skills** for maintainers of this repository are offered.
8+
9+
| Skill | Description | Invocation |
10+
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
11+
| `ui5wc-upgrade` | Guides a complete `@ui5/webcomponents` version upgrade — updates dependencies, regenerates wrappers, syncs theming parameters, detects new components and breaking changes, and verifies the build. | `/ui5wc-upgrade 2.25.0` |
12+
13+
### Installing Internal Skills
14+
15+
Since these skills are marked as internal, `npx skills` does not list them by default. To discover and install them, set the `INSTALL_INTERNAL_SKILLS` environment variable:
16+
17+
```bash
18+
INSTALL_INTERNAL_SKILLS=1 npx skills add SAP/ui5-webcomponents-react --list
19+
```
20+
21+
Alternatively, install from a local checkout:
22+
23+
```bash
24+
INSTALL_INTERNAL_SKILLS=1 npx skills add ./skills --skill ui5wc-upgrade
25+
```
26+
27+
## Requesting New Skills
28+
29+
If you use an AI coding agent with UI5 Web Components for React and feel a skill would improve your workflow — whether for component usage, migration, styling, testing, or anything else — we'd love to hear about it.
30+
31+
Additionally to the [`@ui5/webcomponents-react-mcp` MCP server](../packages/mcp-server/README.md), skills can provide guided multi-step workflows, bundled scripts, and domain-specific knowledge that go beyond what an MCP server offers.
32+
33+
Open an issue describing your use case and we'll evaluate whether a public skill would be a good fit.

0 commit comments

Comments
 (0)