What problem does it solve? Managing SAP Business Technology Platform resources from the terminal requires memorizing the btp CLI's action/group/object syntax, correct flags, and targeting rules, which forces constant trips to btp --help and causes errors like running service commands without a targeted subaccount. ## Core Features & Use Cases - Command Generation: Produces complete, runnable btp commands across the accounts, security, and services groups with correct flags and parameter syntax. - Workflow Automation: Guides multi-step flows such as end-to-end subaccount setup (login, create subaccount, assign entitlements, create Cloud Foundry environment, assign roles) and scripting patterns using --format json piped to jq. - Troubleshooting: Diagnoses common failures including SSO login issues, expired sessions, missing subaccount targets, and insufficient role collections. - Use Case: A platform engineer needs to provision a new dev subaccount with an XSUAA instance and grant a colleague admin access; the skill outputs the exact ordered command sequence with placeholders for IDs and instructions on how to retrieve them. ## Quick Start Ask the assistant to generate the btp CLI commands needed to create a new subaccount, assign an entitlement, and set up a Cloud Foundry environment.