platform-apex-generate

Generate Apex classes, triggers, and related Salesforce code artifacts.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-apex-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-apex-generate
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/platform-apex-generate
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-apex-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps Salesforce teams create, refactor, and review Apex code with production-grade guardrails, reducing rework and preventing common implementation mistakes.

Core Features & Use Cases

  • Apex Authoring: Generate services, selectors, domains, batches, queueables, schedulables, invocable methods, REST resources, triggers, and utilities with consistent patterns.
  • Code Review and Remediation: Evaluate existing Apex for bulkification, sharing, security, governor-limit safety, error handling, and architecture alignment.
  • Deployment Readiness: Produce deployable class and trigger artifacts with analyzer validation and test-generation expectations built into the workflow.

Quick Start

Ask for a Salesforce Apex implementation or review by naming the object, business goal, and desired class type.

Frequently Asked Questions about platform-apex-generate

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

FAQPage Schema
How do I generate production-grade Apex classes and triggers for Salesforce?

To generate production-grade Apex classes and triggers, provide the object name, business goal, and desired class type. The tool outputs deployable code enforcing naming, sharing, bulkification, security, error handling, and analyzer validation requirements.

What is the best way to review existing Apex code for bulkification and governor limits?

Reviewing existing Apex code for bulkification, sharing, security, and governor-limit safety is handled by evaluating the implementation against architectural patterns. It identifies remediation needs to prevent common deployment mistakes and ensure production readiness.

Can I use this to author asynchronous Apex like queueable, schedulable, and batch classes?

Yes, you can author asynchronous Apex including queueable, schedulable, and batch classes. It generates consistent patterns for async jobs, mappings, and invocable methods alongside standard CRUD and user-facing controllers.

Does this Apex generation approach include test generation and REST resource support?

Yes, Apex generation includes test generation expectations and REST resource support. It produces deployable artifacts with built-in analyzer validation, covering services, selectors, domains, and utilities for comprehensive deployment readiness.

How do I refactor Salesforce Apex triggers to align with architecture patterns?

Refactoring Salesforce Apex triggers involves evaluating existing trigger logic against established architecture alignment and error handling standards. The process applies consistent patterns to produce deployable, production-grade trigger artifacts.