/cloud-sdk-ai-chat-template
Optional file path to create or update when generation is explicitly requested
$ 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
/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.mdname: 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: falseCloud 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
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: falseCloud 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.
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

