What problem does it solve? Creating and managing Salesforce org data for testing, demos, and migrations is error-prone: missing required fields, invalid picklist values, governor limit violations, and leftover test records cluttering orgs. This Skill provides a describe-first, CLI-driven workflow that validates schema before writing data and always leaves cleanup instructions. ## Core Features & Use Cases - CRUD and Bulk Operations: Create, update, delete, upsert, import, and export records via sf CLI single-record commands, Bulk API 2.0, or JSON tree import for parent-child hierarchies. - Describe-First Validation: Inspect required fields, createable fields, and picklist values with sf sobject describe before any data creation, with a bounded retry strategy for failures. - Test Data Factories & Cleanup: Generate 251+ record datasets for trigger bulk testing using Apex factory patterns, plus savepoint/rollback, delete-by-pattern, and delete-by-ID cleanup scripts. - Use Case: You need to validate a bulkified Account trigger. Ask the Skill to create 251 Accounts with varied Industries, verify the trigger fired across both 200-record batches, and receive exact cleanup commands afterward. ## Quick Start Ask the agent to create 251 test Account records with varying Industries in your dev org for trigger bulk testing.