Skip to content
Development
Command

/cloud-sdk-ai-chat-template

Optional file path to create or update when generation is explicitly requested

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/cloud-sdk-ai-chat-template

Context preview

What this command does when you run it.

Optional file path to create or update when generation is explicitly requested

Command definition

cloud-sdk-ai-chat-template.md
name: cloud-sdk-ai-chat-template
description: Generate or review a JavaScript or TypeScript chat template for SAP Cloud SDK for AI with safe configuration boundaries
allowed-tools:
  - Read
  - Grep
  - Glob
argument-hint: "[typescript|javascript] [orchestration|native] [target-file]"
arguments:
  - name: language
    description: Optional output language, either typescript or javascript
    required: false
  - name: mode
    description: Optional client mode, such as orchestration, langchain, or native
    required: false
  - name: target_file
    description: Optional file path to create or update when generation is explicitly requested
    required: false

Cloud SDK AI Chat Template

Prepare a minimal chat client template for SAP Cloud SDK for AI. Default to a snippet and generate files only when the user explicitly asks for workspace output and provides or confirms the target file path.

Workflow

1. Inspect existing package manager, TypeScript setup, environment variable conventions, and SDK usage. 2. Choose the smallest client pattern that fits the requested mode. 3. Keep credentials in environment variables or service bindings. 4. Include model/deployment configuration as placeholders, not real secrets. 5. Provide a smoke-test command and error-handling notes.

Output Contract

Return:

  • Template approach and assumptions.
  • Code snippet or generated file path.
  • Required environment variables.
  • Local validation steps.
  • Security notes for model IDs, destinations, and secrets.
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