salesforce-developer

Featured

Writes and debugs Apex code, builds Lightning Web Components, optimizes SOQL queries, implements triggers, batch jobs, platform events, and integrations on the Salesforce platform. Use when developing Salesforce applications, customizing CRM workflows, managing governor limits, bulk processing, or setting up Salesforce DX and CI/CD pipelines.

Code & Development 11,089 stars 1052 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 | | SOQL/SOSL | `references/soql-sosl.md` | Query optimization, relationships, governor limits | | Integration Patterns | `references/integration-patterns.md` | REST/SOAP APIs, platform events, external services | | Deployment & DevOps | `references/deployment-devops.md` | Salesforce DX, CI/CD, scratch orgs, metadata API | ## Constraints ### MUST DO - Bulkify Apex code — collect IDs/records before loops, query/DML outside loops - Write test classes with minimum 90% code coverage, inclu...

Details

Author
Jeffallan
Repository
Jeffallan/claude-skills
Created
10 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category