salesforce-developer
The salesforce-developer skill provides guidance and code patterns for Salesforce development, including Apex, Lightning Web Components, SOQL optimization, and Salesforce DX deployment.
Is salesforce-developer safe to install?
Safe to install: our audit of salesforce-developer's source files found 0 shell commands, 0 external URLs, file reads and writes (low risk). Every command and URL listed appears verbatim in the skill's source. The skill reads local reference files to provide context-specific guidance.
How we audit skills: our security review methodology.
Who is this skill for?
Salesforce developers and engineers building applications on the Salesforce platform.
What can you do with it?
- Writing and debugging Apex classes and triggers
- Building Lightning Web Components
- Optimizing SOQL and SOSL queries
- Implementing batch jobs and platform events
- Setting up Salesforce DX and CI/CD pipelines
How good is this skill?
Quality score: 5/10. The skill provides clear, actionable code patterns and follows strict development constraints for the Salesforce platform.
What does the skill file contain?
# 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, scr...
Frequently asked questions
Does this skill automate Salesforce deployments?
No. It provides patterns and guidance for using Salesforce DX and CI/CD pipelines for metadata deployment.
How does the skill handle governor limits?
It enforces bulkification patterns, such as querying and performing DML operations outside of loops, and provides best practices for SOQL optimization.
What testing requirements does the skill enforce?
It requires test classes with at least 90% code coverage, including scenarios for bulk processing.
Related skills
shopify-customer
5.0KShopify developers building applications that interact with the Customer Account API
The shopify-customer skill assists developers in writing GraphQL queries and mutations for the Shopify Customer Account API. It enforces a mandatory workflow requiring documentation search and code validation via provided scripts before returning results.
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.
react-email
Developers building transactional or marketing emails who want to use React components and Tailwind CSS for email development
The React Email skill provides tools for building, previewing, and sending HTML emails using React components. It includes a development server for local previewing, a component library for email-specific layouts, and integration support for email service providers like Resend.
ponytail
Developers who want to avoid over-engineering, reduce boilerplate, and minimize dependencies in their codebase
Ponytail enforces a minimalist development philosophy by prioritizing standard libraries, native platform features, and the shortest possible code paths. It operates on a ladder of efficiency, starting with the elimination of unnecessary tasks and ending with the smallest functional implementation.