salesforce-development

davila7/claude-code-templates · updated Apr 8, 2026

$npx skills add https://github.com/davila7/claude-code-templates --skill salesforce-development
0 commentsdiscussion
summary

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.
skill.md

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

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.433 reviews
  • Sofia Martinez· Dec 20, 2024

    I recommend salesforce-development for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Alexander Dixit· Dec 8, 2024

    salesforce-development fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Min Zhang· Nov 27, 2024

    We added salesforce-development from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Sakura Chen· 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.

  • Jin Zhang· Oct 18, 2024

    Solid pick for teams standardizing on skills: salesforce-development is focused, and the summary matches what you get after install.

  • Jin Yang· Oct 2, 2024

    Registry listing for salesforce-development matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Yash Thakker· Sep 17, 2024

    Keeps context tight: salesforce-development is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Rahul Santra· Sep 13, 2024

    Useful defaults in salesforce-development — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Advait Rahman· Sep 1, 2024

    We added salesforce-development from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Maya Srinivasan· Aug 20, 2024

    Solid pick for teams standardizing on skills: salesforce-development is focused, and the summary matches what you get after install.

showing 1-10 of 33

1 / 4