/ui5-cli-build
Optional build mode such as production, self-contained, or library
$ npx -y skills add secondsky/sap-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ui5-cli-build
Context preview
What this command does when you run it.
Optional build mode such as production, self-contained, or library
Command definition
ui5-cli-build.mdname: ui5-cli-build
description: Review and run UI5 CLI build readiness checks for SAPUI5 and OpenUI5 apps, libraries, and custom tasks
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "[app-path] [--production|--self-contained]"
arguments:
- name: app_path
description: Optional UI5 project directory to inspect
required: false
- name: build_mode
description: Optional build mode such as production, self-contained, or library
required: falseUI5 CLI Build
Check UI5 CLI build readiness and optionally run safe local build commands when requested. Default to read-only inspection and do not alter project files.
Workflow
1. Locate `ui5.yaml`, `package.json`, `webapp/manifest.json`, custom tasks, and workspace configuration. 2. Check UI5 CLI version, framework version, dependency specs, builder settings, preload/cache-buster requirements, and destination proxy assumptions. 3. Recommend the smallest build command for the requested app type. 4. If running commands, keep them local and non-deploying. 5. Summarize build output and next fixes.
Output Contract
Return:
- Build readiness status.
- Configuration issues.
- Suggested build command.
- Output summary if command was run.
- Follow-up lint/test/deploy-prep steps.
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
Other commands on sap-skills.
- /abap-cds-model-check
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Open command - /abap-cloud-review
Optional target ABAP platform or SAP BTP ABAP Environment release
Open command - /ai-core-deployment-check
Optional runtime or scenario name, such as orchestration, serving, training, or batch
Open command - /api-style-review
Optional API style lens such as REST, OData, OpenAPI, or SDK
Open command - /btp-architecture-review
Optional scenario lens such as extension, integration, analytics, or AI
Open command - /work-zone-content-check
Optional Work Zone edition or content type
Open command

