What problem does it solve?
It helps Salesforce developers design and implement reliable CRM automations by providing best-practice guidance for Apex, LWC, SOQL/SOSL, async processing, and governor limit-safe patterns.
Core Features & Use Cases
- Apex and trigger architecture guidance: Use service layers, domain patterns, and trigger handler frameworks to keep logic maintainable and bulk-safe.
- Query optimization and governor limit compliance: Apply selective SOQL/SOSL patterns, avoid anti-patterns like SOQL/DML in loops, and plan for bulk operations.
- Enterprise integration and async workflows: Implement platform events, REST integrations, and async Apex (future/queueable/batch/scheduled) with robust error handling and testing.
- LWC development support: Build Lightning Web Components using wire/adapters, metadata configuration concepts, and best practices for component logic.
Quick Start
Ask the skill: "Review my Apex trigger and handler code for bulkification, governor limits, and test coverage gaps, then propose a refactor plan following your trigger-framework and service-layer rules."