salesforce-development▌
sickn33/antigravity-awesome-skills · updated Apr 8, 2026
Expert patterns for Salesforce platform development covering LWC, Apex, APIs, and DX workflows.
- ›Covers Lightning Web Components with @wire decorator for reactive data binding, bulkified Apex triggers using handler patterns, and Queueable Apex for async processing with job chaining
- ›Includes anti-patterns to avoid: SOQL/DML inside loops and hardcoded IDs
- ›Documents critical sharp edges and gotchas across Salesforce development with severity levels and solutions
Salesforce Development
Patterns
Lightning Web Component with Wire Service
Use @wire decorator for reactive data binding with Lightning Data Service or Apex methods. @wire fits LWC's reactive architecture and enables Salesforce performance optimizations.
Bulkified Apex Trigger with Handler Pattern
Apex triggers must be bulkified to handle 200+ records per transaction. Use handler pattern for separation of concerns, testability, and recursion prevention.
Queueable Apex for Async Processing
Use Queueable Apex for async processing with support for non-primitive types, monitoring via AsyncApexJob, and job chaining. Limit: 50 jobs per transaction, 1 child job when chaining.
Anti-Patterns
❌ SOQL Inside Loops
❌ DML Inside Loops
❌ Hardcoding IDs
⚠️ Sharp Edges
| Issue | Severity | Solution |
|---|---|---|
| Issue | critical | See docs |
| Issue | high | See docs |
| Issue | medium | See docs |
| Issue | high | See docs |
| Issue | critical | See docs |
| Issue | high | See docs |
| Issue | high | See docs |
| Issue | critical | See docs |
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★51 reviews- ★★★★★Dhruvi Jain· Dec 20, 2024
salesforce-development fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Noor Garcia· Dec 20, 2024
Solid pick for teams standardizing on skills: salesforce-development is focused, and the summary matches what you get after install.
- ★★★★★Ama Chawla· Dec 12, 2024
salesforce-development has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Benjamin Desai· Dec 12, 2024
salesforce-development reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Isabella Farah· Nov 19, 2024
salesforce-development reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Zaid Jain· Nov 19, 2024
Registry listing for salesforce-development matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Oshnikdeep· Nov 11, 2024
salesforce-development is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Henry Shah· Nov 11, 2024
I recommend salesforce-development for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Soo Yang· Nov 11, 2024
Keeps context tight: salesforce-development is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Isabella Ndlovu· Nov 3, 2024
Useful defaults in salesforce-development — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 51