Разработка на Salesforce: Apex, LWC и интеграции
web-development
Salesforce developer is a Claude Code skill that writes and debugs Apex code, builds Lightning Web Components, optimizes SOQL queries, and implements triggers, batch jobs, platform events, and integrations on the Salesforce platform. Reach for it when you need custom CRM logic that declarative tools can't handle, when bulk data processing keeps hitting governor limits, when you're setting up Salesforce DX with scratch orgs and CI/CD pipelines, or when a complex workflow requires proper async processing with error handling. The skill ships with bulkified trigger patterns handling 200-record batches, Batch Apex with partial-success support via Database.update false, test classes targeting 90%+ coverage, selective SOQL guidance using indexed fields, REST/SOAP and platform event integration patterns, and Metadata API deployment guidance. The focus is implementing server-side and client-side logic inside the Salesforce ecosystem — Apex classes, LWC components, SOQL — rather than general CRM connectivity through external middleware; for that, see api-designer or devops-engineer. Hard rules built in: no SOQL or DML inside loops, no hardcoded IDs or credentials, no recursive triggers without safeguards. Works for Sales Cloud, Service Cloud, and any org-based Salesforce project; requires access to a Developer Edition org or sandbox to deploy and test.
- #salesforce
- #apex
- #lightning-web-components
- #soql
- #crm-integration
- #devops