abap-cds-model-check
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Optional method, event, or property name
$ npx -y skills add secondsky/sap-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/ui5-apiContext preview
What this command does when you run it.
Optional method, event, or property name
name: ui5-api
description: Quick API reference lookup for UI5 controls, methods, events, and properties
allowed-tools:
- Read
- Grep
- Glob
- Bash
- mcp__plugin_sapui5_ui5-tooling__get_ui5_api
argument-hint: "<control> [member]"
arguments:
- name: control
description: Control name (e.g., sap.m.Table, Button, List)
required: true
- name: member
description: Optional method, event, or property name
required: falseReturn UI5 API details, version compatibility, examples, related controls, and fallback lookup links. Default to read-only lookup and do not modify project files.
Looking up API documentation for `{{control}}`{{#if member}} member `{{member}}`{{/if}}...
Use the ui5-api-explorer agent or MCP tooling to gather:
1. **Check MCP availability**: Try @ui5/mcp-server first 2. **Determine version**: Use your project's UI5 version or latest 3. **Fetch documentation**: Get complete API reference 4. **Generate examples**: Show working code examples 5. **Suggest related**: Recommend related APIs
This provides faster access than visiting ui5.sap.com manually.
---
**Route to ui5-api-explorer when available.**
Expected output:
---
If the agent is unavailable, use this manual lookup information:
**API Reference**:
https://ui5.sap.com/1.120.0/#/api/{{control}}**Samples**:
https://ui5.sap.com/1.120.0/#/entity/{{control}}Search your project for existing usage:
grep -r "{{control}}" webapp/ --include="*.xml" --include="*.js"**sap.m Library** (Mobile/Responsive):
**sap.ui.table Library** (Desktop Tables):
**sap.ui.layout Library**:
**sap.ui.core Library**:
For detailed API documentation, the ui5-api-explorer agent provides comprehensive information with examples.
40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.
Repo: secondsky/sap-skills
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Optional target ABAP platform or SAP BTP ABAP Environment release
Optional runtime or scenario name, such as orchestration, serving, training, or batch
Optional scenario lens such as extension, integration, analytics, or AI