Skip to content

Instantly share code, notes, and snippets.

View zaehicks's full-sized avatar

Isaiah Hickerson zaehicks

View GitHub Profile
@zaehicks
zaehicks / SKILL.md
Created May 13, 2026 19:10
sf-agentforce-api: Claude Code skill for wiring an Agentforce agent into a Visualforce page via the Salesforce Agent API

name: sf-agentforce-api description: > Wire an Agentforce agent into a Visualforce page using the Agent API (api.salesforce.com). TRIGGER when: user wants to connect an Agentforce agent to a custom UI, VF page, or web embed using the Agent API with OAuth Client Credentials flow and Apex @RemoteAction proxy. DO NOT TRIGGER when: using MIAW bootstrap/embedded service (use sf-lwc), building the agent itself (use sf-ai-agentforce), or deploying unrelated metadata (use sf-deploy). license: MIT metadata: