Agent Skills by UI5
Showing 4 vetted skills indexed across 2 GitHub repositories.
visual-test
Writes Cypress visual screenshot tests for UI5 web components.
ui5-typescript-conversion
Convert UI5 JavaScript projects to TypeScript with ES6 classes.
styling
Customize UI5 Web Components using CSS Shadow Parts, states, and variables.
accessibility
Implement ARIA attributes and keyboard navigation for UI5 Web Components.
Frequently Asked Questions About UI5
FAQPage SchemaWhat specific tasks can developers perform using UI5?▼
Developers can customize component aesthetics via CSS shadow parts, enforce accessibility standards through ARIA implementation, and migrate legacy JavaScript projects to TypeScript. These capabilities ensure consistent visual branding, inclusive user experiences, and improved code maintainability across enterprise web interfaces.
Which target personas benefit from these UI5 capabilities?▼
Frontend engineers, accessibility specialists, and enterprise architects benefit from these capabilities. The features are designed for teams managing complex, large-scale web applications who require strict adherence to design systems, inclusive interface standards, and modern type-safe development practices.
What are the prerequisites for migrating to TypeScript with UI5?▼
Prerequisites include an existing JavaScript-based UI5 project and a development environment configured for TypeScript compilation. Developers must map existing project structures to ES6 class definitions to ensure compatibility with the conversion process and maintain functional parity during the transition.