This one generates and reviews Salesforce Apex code against a 150-point rubric across eight categories. It handles the full range: triggers, batch jobs, queueables, test classes, invocable methods, and refactors. The workflow is smart about context gathering first (class type, target objects, existing patterns like TAF), then enforces production guardrails like bulkification, sharing modes, and security. It blocks common governor limit traps (SOQL in loops, DML in loops) and pushes you toward the PNB testing pattern (positive, negative, bulk). The cross-skill delegation is clean: it knows when to hand off to sf-lwc for Lightning components or sf-deploy for org validation. If you're writing or reviewing Apex and want structured quality gates instead of vibes-based code review, this is the tool.
npx -y skills add jaganpro/sf-skills --skill sf-apex --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills