/bw-studio-deploy
Optional local artifact path or installed rollback version
$ 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
/bw-studio-deploy
Context preview
What this command does when you run it.
Optional local artifact path or installed rollback version
Command definition
bw-studio-deploy.mdname: bw-studio-deploy
description: Deploy or launch the local no-install BW Automation Studio bundle without accepting credentials
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "[status|deploy|launch|rollback|diagnostics] [artifact-or-version]"
arguments:
- name: action
description: Status, deploy, launch, rollback, or diagnostics
required: true
- name: artifact_or_version
description: Optional local artifact path or installed rollback version
required: falseBW Studio Deployment
Passwords are never accepted. Refuse credential content and instruct immediate rotation if one is pasted.
Default to the non-mutating Status or Diagnostics action. Deploy or rollback only when the user explicitly requests that action; both remain append-only and never remove a version.
Use `BwStudio.ps1` from the plug-in's top-level scripts directory with only Status, Deploy, Launch, Rollback, or Diagnostics. For a local build, verify the manifest, archive SHA-512, bundle lock, and per-file inventory; no signing setup is required. Remote release-channel downloads additionally require a signature. Never install system prerequisites, delete old/staging data, or expose cleanup/uninstall behavior.
Return the active version, verification evidence, retained append-only state, and next password-free connection step.
Output Contract
Return:
- Requested action and active/target version.
- Signature, archive, lock, and inventory verification status.
- Append-only activation/rollback result and retained artifact status.
- Diagnostics or the next password-free connection step.
Read more
name: bw-studio-deploy
description: Deploy or launch the local no-install BW Automation Studio bundle without accepting credentials
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "[status|deploy|launch|rollback|diagnostics] [artifact-or-version]"
arguments:
- name: action
description: Status, deploy, launch, rollback, or diagnostics
required: true
- name: artifact_or_version
description: Optional local artifact path or installed rollback version
required: falseBW Studio Deployment
Passwords are never accepted. Refuse credential content and instruct immediate rotation if one is pasted.
Default to the non-mutating Status or Diagnostics action. Deploy or rollback only when the user explicitly requests that action; both remain append-only and never remove a version.
Use `BwStudio.ps1` from the plug-in's top-level scripts directory with only Status, Deploy, Launch, Rollback, or Diagnostics. For a local build, verify the manifest, archive SHA-512, bundle lock, and per-file inventory; no signing setup is required. Remote release-channel downloads additionally require a signature. Never install system prerequisites, delete old/staging data, or expose cleanup/uninstall behavior.
Return the active version, verification evidence, retained append-only state, and next password-free connection step.
Output Contract
Return:
- Requested action and active/target version.
- Signature, archive, lock, and inventory verification status.
- Append-only activation/rollback result and retained artifact status.
- Diagnostics or the next password-free connection step.
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

