salesforce-development

Codify Salesforce development patterns for LWC, Apex, and DX workflows.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill salesforce-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: salesforce-development
Source: https://github.com/jokken79/YuKyuDATA-app1.0v/tree/main/.agent/skills/salesforce-development
Command: npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill salesforce-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Salesforce Development provides proven patterns and anti-patterns to reduce complexity and accelerate delivery of reliable Salesforce apps.

Core Features & Use Cases

  • LWC patterns with wire service integration and reactive data handling
  • Bulkified Apex triggers with handler pattern and testability
  • Async processing with Queueable and REST/Bulk API integrations
  • DX workflows with scratch orgs and 2GP packaging for streamlined deployment

Quick Start

Instantiate a scalable Salesforce feature by applying the recommended LWC and Apex patterns.

Frequently Asked Questions about salesforce-development

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

FAQPage Schema
What is the best way to structure Apex triggers for scalability?

Scalable Apex triggers use a bulkified handler pattern to process records efficiently and maintain testability. This approach separates trigger logic from the trigger definition, enabling reusable code that safely handles large record volumes.

How do I build Lightning Web Components with reactive data handling?

Reactive Lightning Web Components use the wire service to integrate data seamlessly. By applying proven LWC patterns, components automatically update when underlying data changes, ensuring robust and maintainable user interfaces.

Can I use Salesforce DX scratch orgs and 2GP for team deployments?

Salesforce DX scratch orgs and 2GP packaging streamline team deployments by providing isolated development environments. Applying structured DX workflows ensures consistent code quality, maintainability, and reliable application releases across development teams.

What are common anti-patterns to avoid in Salesforce development?

Common Salesforce anti-patterns include non-bulkified Apex and inefficient LWC data handling. Documented anti-patterns guide developers away from these pitfalls, directly improving code quality, maintainability, and deployment reliability.

Does this cover setting up Connected Apps for external integrations?

Connected Apps are covered to support external integrations and API authentication. Codifying these patterns ensures secure and reliable connections when building REST or Bulk API integrations within robust Salesforce applications.