What problem does it solve? Salesforce orgs participating in the Transactable Marketplace partner offer flow need the enableTransactableMarketplaceReceivePartnerOffers org preference toggled, but this setting is not visible in the Setup UI and requires a specific Metadata API type to change. This Skill provides a verified, step-by-step workflow to check, set, and confirm the preference safely. ## Core Features & Use Cases - Current State Inspection: Queries the OrgPreference record via the Tooling API to determine whether the preference is enabled, disabled, or unset before making changes. - Metadata Deployment: Generates the TransactableMarketplacePrivateOffer.settings XML file from a template and deploys it with the Salesforce CLI to the target org. - Post-Deploy Verification: Re-queries the preference after deployment and reports previous value, new value, file path, and deploy status. - Use Case: A subscriber org admin needs to enable partner offer reception for the Transactable Marketplace. The Skill checks the current value, writes the settings file into the correct package directory from sfdx-project.json, deploys it after confirming the org alias, and verifies the change took effect. ## Quick Start Enable Transactable Marketplace partner offer reception on my Salesforce org with alias 'subscriber-org' and verify the setting took effect.