What problem does it solve? Developers working across multiple Salesforce orgs (scratch orgs, sandboxes, production) often run CLI commands against the wrong org. This Skill changes the default target-org so subsequent sf CLI commands run against the intended environment. ## Core Features & Use Cases - Set Default Org: Runs sf config set target-org <orgIdentifier> to point CLI commands at a specific username or alias, locally by default or globally on request. - Org Discovery: Lists authenticated orgs with sf org list when the user does not specify which org to use. - Verification: Confirms the change with sf config get target-org --json and reports the new value. - Use Case: A developer finishing work in a scratch org says "switch my default org to the UAT sandbox" — the Skill sets the config, verifies the value, and warns about SF_TARGET_ORG environment variable overrides if the change does not take effect. ## Quick Start Switch my default Salesforce org to the alias 'uat-sandbox' and verify the change.