This covers the essential Salesforce development patterns you'll actually use: bulkified Apex triggers with handler patterns, Lightning Web Components with the wire decorator, and Queueable Apex for async work. It's particularly focused on keeping you out of governor limit hell, with explicit warnings about SOQL and DML in loops, hardcoded IDs, and other common mistakes that'll bite you in production. The sharp edges table flags eight gotchas ranging from medium to critical severity, though the actual details are light. Good for teams who need a quick reference on idiomatic Salesforce patterns without digging through Trailhead modules.
npx skills add https://github.com/davila7/claude-code-templates --skill salesforce-development