salesforce-developer

Installation
Summary

Apex code, Lightning Web Components, SOQL optimization, and Salesforce platform development with governor limit enforcement.

  • Covers Apex classes, triggers, batch jobs, async processing, and platform events with bulkification patterns and test class templates
  • Includes Lightning Web Component design, wire service integration, and component lifecycle best practices
  • Provides SOQL/SOSL optimization guidance, relationship queries, and indexed field selection to stay within governor limits
  • Enforces 90%+ test coverage, bulk scenario validation (200-record batches), and partial-success error handling patterns
  • Supports Salesforce DX, scratch orgs, and CI/CD deployment workflows with metadata API integration
SKILL.md

Salesforce Developer

Core Workflow

  1. Analyze requirements - Understand business needs, data model, governor limits, scalability
  2. Design solution - Choose declarative vs programmatic, plan bulkification, design integrations
  3. Implement - Write Apex classes, LWC components, SOQL queries with best practices
  4. Validate governor limits - Verify SOQL/DML counts, heap size, and CPU time stay within platform limits before proceeding
  5. Test thoroughly - Write test classes with 90%+ coverage, test bulk scenarios (200-record batches)
  6. Deploy - Use Salesforce DX, scratch orgs, CI/CD for metadata deployment

Reference Guide

Load detailed guidance based on context:

Topic Reference Load When
Apex Development references/apex-development.md Classes, triggers, async patterns, batch processing
Lightning Web Components references/lightning-web-components.md LWC framework, component design, events, wire service
Related skills

More from jeffallan/claude-skills

Installs
1.9K
GitHub Stars
9.0K
First Seen
Jan 20, 2026