What problem does it solve? Managing Salesforce orgs through the SF CLI requires remembering exact command syntax, flag combinations, and error handling patterns for scratch org creation, snapshot management, and browser access. This Skill executes these org operations directly with the correct commands, eliminating manual CLI lookup and misconfiguration errors. ## Core Features & Use Cases - Scratch Org Creation: Create scratch orgs from a definition file, edition flag, existing snapshot, or org shape, with automatic Dev Hub verification and post-creation org listing. - Org Snapshot Creation: Capture point-in-time snapshots of scratch orgs with unique names and descriptions for reuse in definition files. - Org Opening: Open orgs in a browser with support for specific aliases, browsers, incognito mode, setup paths, metadata files, and URL-only output. - Use Case: A developer asks to "spin up a Developer edition scratch org" — the Skill verifies the Dev Hub, runs sf org create scratch --edition developer --json, then reports the alias, username, and org ID. ## Quick Start Ask the assistant to create a Developer edition scratch org with an alias of your choice, and it will execute the SF CLI commands and report the new org's credentials.