What problem does it solve? Working with the Cloud Foundry CLI requires memorizing dozens of commands, flags, and manifest options across app lifecycle, services, routes, and org management. This Skill provides precise, runnable cf CLI v8 commands and manifests so you avoid constantly consulting cf help or outdated v6/v7 documentation. ## Core Features & Use Cases - App Lifecycle Commands: Construct correct cf push, scale, restage, rolling deployment, SSH, task, and log commands with proper v8 flags. - Services & Bindings: Create marketplace services, user-provided services, service keys, and bind them to apps with configuration parameters. - Manifests & MTA Deployment: Write manifest.yml files with variable substitution and deploy CAP/MTA archives using mbt build and the multiapps plugin's cf deploy. - Troubleshooting: Diagnose common failures like staging timeouts, route conflicts, and login errors using logs, events, tracing, and cf curl. - Use Case: You need to deploy a Node.js app with a Postgres backing service to a production space with zero downtime. The Skill gives you the exact sequence: login, target, create-service, push with --strategy rolling, bind-service, and restage. ## Quick Start Ask the assistant to generate the cf CLI commands needed to push your app with a bound database service to a specific org and space.