salesforce-dx
This skill provides guidance for Salesforce DX development, including source-driven workflows, scratch org management, and CI/CD best practices.
Is salesforce-dx safe to install?
Safe to install: our audit of salesforce-dx's source files found 4 shell commands, 0 external URLs, no file writes (none risk). Every command and URL listed appears verbatim in the skill's source. The skill provides text-based guidance and command examples. It does not execute commands or access local files.
How we audit skills: our security review methodology.
Who is this skill for?
Salesforce developers and architects working with SFDX and modern development standards.
What can you do with it?
- Implementing Apex code standards and trigger patterns
- Developing Lightning Web Components with SLDS and accessibility support
- Managing scratch orgs and project metadata
- Configuring CI/CD pipelines using SFDX CLI
- Structuring Salesforce projects for version control
How good is this skill?
Quality score: 5/10. The skill provides clear, actionable technical standards for Salesforce development.
What does the skill file contain?
# Salesforce DX Development You are an expert in Salesforce DX (SFDX) development, including modern Salesforce development workflows, scratch orgs, and source-driven development. ## Apex Code Standards - Implement proper separation of concerns, suggesting to move reusable functions into a Utility class - Leverage efficient SOQL queries and prevent queries within loops - Implement error handling and create custom exception classes if necessary - Apply Salesforce security best practices with CRUD and FLS validation - Use consistent naming conventions: PascalCase for class names, camelCase for...
Frequently asked questions
Does this skill execute Salesforce CLI commands?
No. The skill provides instructions and examples for using SFDX CLI commands but does not run them.
What Apex patterns does the skill recommend?
The skill recommends the one-trigger-per-object pattern, trigger handler classes, and separation of concerns using utility classes.
How does the skill suggest handling data in Lightning Web Components?
It suggests using the @wire decorator and Lightning Data Service for efficient data retrieval.
Related skills
crm-automation
3.3KSales operations teams and revenue operations professionals managing multi-CRM environments
The CRM Automation skill provides workflow templates for managing leads, tracking deals, and synchronizing data across HubSpot, Salesforce, and Pipedrive. It leverages n8n workflow patterns to automate lead enrichment, scoring, routing, and multi-platform data synchronization.
salesforce-developer
2.6KSalesforce developers and engineers building applications on the Salesforce platform
The salesforce-developer skill provides guidance and code patterns for Salesforce development, including Apex, Lightning Web Components, SOQL optimization, and Salesforce DX deployment.
fetching-salesforce-docs
1.5KAI agents requiring authoritative, grounded information from Salesforce-owned documentation domains
A retrieval skill for fetching and grounding AI agent responses in official Salesforce documentation. It provides a playbook for navigating developer, help, architect, and design system portals while handling JS-heavy or shell-rendered pages.
using-ui-bundle-salesforce-data
1.4KDevelopers building UI components that interact with Salesforce records, custom objects, or server-side Apex logic within a project containing uiBundles
This skill provides a standardized workflow for accessing Salesforce data within UI bundles using the @salesforce/sdk-data library. It mandates GraphQL for record operations and defines specific REST endpoints for scenarios where GraphQL is insufficient. The skill enforces strict schema validation, pagination, and field-level security practices to prevent runtime failures.