Skip to content
Development
Command

/fiori-app-generate

Optional project or application name

From plugin
sap-skills
40469 skills31 agents69 commands8 MCP
Install
$ npx -y skills add secondsky/sap-skills --agent claude-code

How 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.md
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: false

Fiori 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
Ships withsap-skills

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.

Get the whole plugin