Skip to main content
Back to registry

salesforce-developer

jeffallan/claude-skills

Installs681
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill salesforce-developer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Load detailed guidance based on context: - Analyze requirements - Understand business needs, data model, governor limits, scalability - Design solution - Choose declarative vs programmatic, plan bulkification, design integrations - Implement - Write Apex classes, LWC components, SOQL queries with best practices - Validate governor limits - Verify SOQL/DML counts, heap size, and CPU time stay within platform limits before proceeding - Test thoroughly - Write test classes with 90%+ coverage, test bulk scenarios (200-record batches) - Deploy - Use Salesforce DX, scratch orgs, CI/CD for metadata deployment - Bulkify Apex code — collect IDs/records before loops, query/DML outside loops - Write test classes with minimum 90% code coverage, including bulk scenarios - Use selective SOQL queries with indexed fields; leverage relationship queries - Use appropriate async processing (batch, queueable, future) for long-running work - Implement proper error handling and logging; use Database.update(scope, false) for partial success - Use Salesforce DX for source-driven development and metadata deployment - Execute SOQL/DML inside loops (governor limit violation — see bulkified trigger pattern below) - Hard-code IDs or credentials in code - Create recursive triggers without safeguards - Skip field-level security and sharing rules checks - Use deprecated Salesforce APIs or components

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does salesforce-developer do?

salesforce-developer is listed in SkillJury, but the source summary is still sparse.

Is salesforce-developer good?

salesforce-developer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does salesforce-developer work with?

salesforce-developer currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to salesforce-developer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install salesforce-developer?

npx skills add https://github.com/jeffallan/claude-skills --skill salesforce-developer

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering