This is the workhorse for writing production Apex classes, triggers, selectors, services, batch jobs, and REST resources. It enforces bulkification rules, governor limit patterns, and security defaults like `with sharing` and `WITH USER_MODE`. The workflow is rigid: gather requirements, pick the smallest pattern, author with guardrails, generate tests via a separate skill, then validate with code analyzer and test execution before reporting. It won't let you put SOQL in loops or skip exception handling. The templates and references folder suggest this is part of a larger structured approach to Salesforce development. Good for teams that want consistency and guard rails baked into their AI tooling.
npx skills add https://github.com/forcedotcom/afv-library --skill generating-apex