/fiori-app-generate
Optional project or application name
$ 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
/fiori-app-generate
Context preview
What this command does when you run it.
Optional project or application name
Command definition
fiori-app-generate.mdname: fiori-app-generate
description: Generate or plan a SAP Fiori app scaffold using Fiori tools conventions, templates, and safe project setup checks
allowed-tools:
- Read
- Grep
- Glob
- Bash
- AskUserQuestion
argument-hint: "[list-report|object-page|freestyle|worklist] [app-name]"
arguments:
- name: template
description: Optional Fiori template or app type to generate
required: false
- name: app_name
description: Optional project or application name
required: falseFiori App Generate
Generate or plan a Fiori app scaffold using the existing repository conventions. Default to a plan; scaffold only when the user explicitly requests generation and confirms the target directory. Ask before overwriting files.
Workflow
1. Inspect package manager, UI5 tooling, existing app folders, namespace conventions, OData service metadata, and target UI5 version. 2. Choose a Fiori Elements or freestyle template based on service type and user intent. 3. Ask for missing required inputs before writing files. 4. Generate only inside a clearly named target directory and avoid overwriting existing user work. 5. Provide run, preview, lint, and deploy-preparation steps.
Output Contract
Return:
- Selected template and assumptions.
- Generated or proposed file tree.
- Required service metadata and configuration.
- Next commands for install, preview, lint, and tests.
- Follow-up checks for launchpad/deployment readiness.
Read more
name: fiori-app-generate
description: Generate or plan a SAP Fiori app scaffold using Fiori tools conventions, templates, and safe project setup checks
allowed-tools:
- Read
- Grep
- Glob
- Bash
- AskUserQuestion
argument-hint: "[list-report|object-page|freestyle|worklist] [app-name]"
arguments:
- name: template
description: Optional Fiori template or app type to generate
required: false
- name: app_name
description: Optional project or application name
required: falseFiori App Generate
Generate or plan a Fiori app scaffold using the existing repository conventions. Default to a plan; scaffold only when the user explicitly requests generation and confirms the target directory. Ask before overwriting files.
Workflow
1. Inspect package manager, UI5 tooling, existing app folders, namespace conventions, OData service metadata, and target UI5 version. 2. Choose a Fiori Elements or freestyle template based on service type and user intent. 3. Ask for missing required inputs before writing files. 4. Generate only inside a clearly named target directory and avoid overwriting existing user work. 5. Provide run, preview, lint, and deploy-preparation steps.
Output Contract
Return:
- Selected template and assumptions.
- Generated or proposed file tree.
- Required service metadata and configuration.
- Next commands for install, preview, lint, and tests.
- Follow-up checks for launchpad/deployment readiness.
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

