apex-development
Installation
SKILL.md
Apex Development Style Guide
Core Principles
CRITICAL: Follow the NimbleUser Apex Style Guide (fork of Google Java Style Guide adapted for Salesforce Apex). Write clean, maintainable, and consistent Apex code that adheres to industry best practices.
Source File Structure
File Organization
Required Order:
- Top-level ApexDoc comments
- Class declaration
- Class members in logical order