salesforce-developer

Guide Salesforce development with SF CLI, Apex, LWC, SOQL/SOSL, and metadata management.

1|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/JourneyBuilders/Claude-Salesforce-Developer-Skill --skill salesforce-developer-journeybuilders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: salesforce-developer
Source: https://github.com/JourneyBuilders/Claude-Salesforce-Developer-Skill/tree/main
Command: npx skills add https://github.com/JourneyBuilders/Claude-Salesforce-Developer-Skill --skill salesforce-developer-journeybuilders

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill drastically reduces the back-and-forth iterations and common errors encountered when using AI for Salesforce development tasks, such as generating Apex code, Flows, or metadata.

Core Features & Use Cases

  • Expert Guidance: Provides deep knowledge on SF CLI, Apex patterns, LWC syntax, SOQL/SOSL, Flow XML structure, and metadata validation.
  • Error Prevention: Focuses on common pitfalls like XML namespace issues, element ordering, and deployment gotchas.
  • Use Case: Ask Claude to generate an Apex trigger for a new object, and this Skill ensures the output adheres to best practices, governor limits, and correct Salesforce metadata structure, leading to a working solution on the first try.

Quick Start

Use the salesforce-developer skill to generate an Apex trigger for the Account object that bulkifies DML operations.

Frequently Asked Questions about salesforce-developer

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

FAQPage Schema
How do I write bulkified Apex triggers that avoid governor limits?

Bulkified Apex triggers require grouping DML operations and queries outside loops. This guidance ensures AI-generated code adheres to Salesforce governor limits, metadata structure, and architectural best practices for working solutions.

Why does my AI-generated Flow XML fail deployment with namespace or element ordering errors?

Flow XML deployment fails due to metadata quirks like incorrect element ordering or namespace issues. This guidance embeds Salesforce deployment patterns and metadata validation rules to prevent common structural errors during generation.

What is the best way to generate Lightning Web Components that follow Salesforce architectural principles?

Generating LWC following architectural principles requires applying the Salesforce Well-Architected Framework and Architect Decision Guides. This guidance provides expert LWC syntax and structural patterns to ensure robust component creation.

Can I use this to generate SOQL queries and manage metadata with SF CLI?

Yes, this guidance supports generating SOQL/SOSL queries and managing metadata via SF CLI. It provides expert-level knowledge on command operations, query structures, and metadata validation to minimize development iterations.

Does this Salesforce development guidance support DevOps deployment patterns?

This Salesforce development guidance supports DevOps by embedding knowledge of deployment patterns and metadata management. It ensures generated Apex, Flows, and LWC adhere to correct structural rules for successful releases.