If you're writing Apex classes, triggers, batch jobs, or REST resources, this skill walks you through the full authoring workflow: gathering requirements, choosing the right pattern (service, selector, domain, trigger handler, etc.), generating code with proper sharing keywords and bulkification, creating tests via a separate skill, then running code analyzer and test execution before delivering a validation report. It enforces hard stops for common governor limit violations like SOQL in loops and skipping sharing declarations. The workflow is strict and sequential, which means you get production-grade code with ApexDoc and test coverage, but you'll need to provide clear context upfront about your class type and target objects. It leans heavily on templates and conventions, so it fits best in orgs that already follow layered architecture patterns.
npx skills add https://github.com/forcedotcom/sf-skills --skill generating-apex