salesforce-developer

Solid

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 9,509 stars 807 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
7 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

salesforce-developer

Use when developing Salesforce applications, Apex code, Lightning Web Components, SOQL queries, triggers, integrations, or CRM customizations. Invoke for governor limits, bulk processing, platform events, Salesforce DX.

1 Updated today
zacklecon
API & Backend Solid

salesforce-development

Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd generation packages (2GP). Use when: salesforce, sfdc, apex, lwc, lightning web components.

27,681 Updated today
davila7
API & Backend Listed

salesforce-development

Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd generation packages (2GP). Use when: salesforce, sfdc, apex, lwc, lightning web components.

335 Updated today
aiskillstore
AI & Automation Featured

salesforce-development

Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd generation packages (2GP).

39,227 Updated today
sickn33
AI & Automation Solid

salesforce-apex-quality

Apex code quality guardrails for Salesforce development. Enforces bulk-safety rules (no SOQL/DML in loops), sharing model requirements, CRUD/FLS security, SOQL injection prevention, PNB test coverage (Positive / Negative / Bulk), and modern Apex idioms. Use this skill when reviewing or generating Apex classes, trigger handlers, batch jobs, or test classes to catch governor limit risks, security gaps, and quality issues before deployment.

34,158 Updated yesterday
github