salesforce-developer

Automate Salesforce development workflows for Apex, LWC, and DX projects.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/lamb92009/claude-skills --skill salesforce-developer-lamb92009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: salesforce-developer
Source: https://github.com/lamb92009/claude-skills/tree/main/salesforce-developer
Command: npx skills add https://github.com/lamb92009/claude-skills --skill salesforce-developer-lamb92009

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Apex, LWC, and DX-heavy Salesforce development can be complex and error-prone; this skill provides structured patterns, guardrails, and best practices to accelerate reliable, scalable CRM solutions.

Core Features & Use Cases

  • Apex development: bulkified classes and triggers, SOQL optimization, and governor-limit awareness.
  • Lightning Web Components: modern UI components, testable modules, and DX-ready packaging.
  • DX-driven delivery: modular project structure, CI/CD pipelines, scratch orgs, and automated testing.
  • Use cases: enterprise CRM integrations, data models, and deployment workflows across environments.

Quick Start

Start by creating a Salesforce DX project and gradually implement Apex, LWCs, and DX pipelines to enable automated testing and deployment.

Frequently Asked Questions about salesforce-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulkify Apex classes and triggers to avoid hitting Salesforce governor limits?

Testing Salesforce DX pipelines requires configuring automated test execution within your CI/CD workflows. This skill establishes DX-driven delivery structures that enable automated testing across scratch orgs and deployment environments.

What is the best way to structure a Salesforce DX project for CI/CD and automated testing?

The best way to structure a Salesforce DX project for CI/CD is to use a modular layout that supports scratch orgs, source-driven development, and automated pipeline execution. This skill provides DX project structure patterns to enable reliable automated testing and deployment.

Does this approach support building Lightning Web Components with modern UI patterns?

Yes, this approach supports building Lightning Web Components by providing patterns for modern UI components and testable modules. It ensures your LWC development aligns with DX-ready packaging and automated testing requirements.

Can I use this for enterprise CRM integrations and secure deployment workflows?

You can use this for enterprise CRM integrations and secure deployment workflows because it includes secure integration practices and data model patterns. It automates Salesforce development workflows across multiple deployment environments.

Why do I need to consider governor limits when developing Apex code?

You need to consider governor limits because Salesforce enforces strict execution limits to prevent resource monopolization in its multi-tenant environment. This skill implements bulkification and SOQL optimization to satisfy these governor-limit requirements.