What problem does it solve? Salesforce development requires navigating strict governor limits, bulkification rules, and platform-specific patterns that generic coding assistants often get wrong, leading to runtime failures and failed deployments. ## Core Features & Use Cases - Apex Development: Implements bulkified triggers, service and domain layer patterns, batch/queueable/scheduled async jobs, and test classes with 90%+ coverage. - Lightning Web Components: Builds LWC components with wire service, custom events, Lightning Message Service, forms, and data tables. - Integration & DevOps: Covers REST callouts with Named Credentials, Platform Events, Change Data Capture, Salesforce DX projects, and CI/CD pipelines with GitHub Actions or GitLab. - Use Case: When writing a trigger that updates account ratings from opportunities, this Skill enforces the bulkified handler pattern so SOQL stays outside loops and the code passes governor limits in production. ## Quick Start Ask the assistant to write a bulkified Apex trigger with a handler class and a test class covering 200-record batch scenarios for your Salesforce object.