/cloud-sdk-ai-python-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-python-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-python-chat-template.mdname: cloud-sdk-ai-python-chat-template
description: Generate or review a Python chat template for SAP Cloud SDK for AI with environment-based configuration
allowed-tools:
- Read
- Grep
- Glob
argument-hint: "[langchain|native|orchestration] [target-file]"
arguments:
- name: mode
description: Optional Python client mode, such as langchain, native, or orchestration
required: false
- name: target_file
description: Optional file path to create or update when generation is explicitly requested
required: falseCloud SDK AI Python Chat Template
Prepare a Python chat client template for SAP Cloud SDK for AI. Default to a snippet and write files only when the user explicitly requests generation and provides or confirms the target file path.
Workflow
1. Inspect `pyproject.toml`, `requirements.txt`, `.env.example`, and existing client code. 2. Select LangChain, native client, or orchestration usage based on the project shape. 3. Use environment variables for credentials, model IDs, resource groups, and base URLs. 4. Add compact error handling for authentication, deployment lookup, and quota/rate errors. 5. Provide an isolated smoke test that avoids logging prompts with sensitive data.
Output Contract
Return:
- Recommended Python client pattern.
- Code snippet or generated file path.
- Dependency and environment variable list.
- Smoke-test command.
- Security and deployment verification notes.
Read more
name: cloud-sdk-ai-python-chat-template
description: Generate or review a Python chat template for SAP Cloud SDK for AI with environment-based configuration
allowed-tools:
- Read
- Grep
- Glob
argument-hint: "[langchain|native|orchestration] [target-file]"
arguments:
- name: mode
description: Optional Python client mode, such as langchain, native, or orchestration
required: false
- name: target_file
description: Optional file path to create or update when generation is explicitly requested
required: falseCloud SDK AI Python Chat Template
Prepare a Python chat client template for SAP Cloud SDK for AI. Default to a snippet and write files only when the user explicitly requests generation and provides or confirms the target file path.
Workflow
1. Inspect `pyproject.toml`, `requirements.txt`, `.env.example`, and existing client code. 2. Select LangChain, native client, or orchestration usage based on the project shape. 3. Use environment variables for credentials, model IDs, resource groups, and base URLs. 4. Add compact error handling for authentication, deployment lookup, and quota/rate errors. 5. Provide an isolated smoke test that avoids logging prompts with sensitive data.
Output Contract
Return:
- Recommended Python client pattern.
- Code snippet or generated file path.
- Dependency and environment variable list.
- Smoke-test command.
- Security and deployment verification notes.
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

