omnistudio-callable-apex-generate

Generate and review Salesforce Industries System.Callable Apex implementations.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill omnistudio-callable-apex-generate-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omnistudio-callable-apex-generate
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/omnistudio-callable-apex-generate
Command: npx skills add https://github.com/padjei/SF_Agents --skill omnistudio-callable-apex-generate-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for creating and reviewing secure, deterministic Apex callable implementations in Salesforce Industries, particularly for OmniStudio and Vlocity integrations.

Core Features & Use Cases

  • Callable Generation: Automates the creation of System.Callable classes with safe action dispatch and validation.
  • Callable Review: Audits existing callable implementations for security, correctness, and adherence to best practices.
  • Scoring System: Provides a 120-point rubric for validation and scoring of callable implementations.
  • Migration Guidance: Offers guidance for migrating from legacy VlocityOpenInterface and VlocityOpenInterface2 to System.Callable.
  • Testing Examples: Includes test class patterns for comprehensive coverage of actions and error paths.

Quick Start

Invoke the skill with the request: "Create a callable implementation for Order actions with createOrder and cancelOrder".

Frequently Asked Questions about omnistudio-callable-apex-generate

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

FAQPage Schema
How do I generate a System.Callable Apex class for OmniStudio integrations?

You can generate a secure System.Callable Apex class by requesting the specified actions, which automates creation of safe action dispatch and validation logic for OmniStudio integrations.

What is the best way to migrate from VlocityOpenInterface to System.Callable?

The best way to migrate from VlocityOpenInterface to System.Callable is using built-in guidance that transitions legacy implementations to secure, deterministic Apex callable patterns.

How does the 120-point rubric validate callable Apex implementations?

The 120-point rubric validates callable Apex implementations by auditing and scoring existing classes against security, correctness, and best practices for Salesforce Industries integrations.

Can I review existing callable Apex implementations for security and correctness?

Yes, you can review existing callable Apex implementations; the Skill audits them for security, correctness, and adherence to best practices using a comprehensive validation rubric.

Does this Skill include test class patterns for callable Apex actions?

Yes, the Skill includes test class patterns that provide comprehensive coverage for callable Apex actions and error paths, ensuring secure and deterministic Salesforce Industries integrations.