Build Agentforce Action banner
PranavNagrecha PranavNagrecha

Build Agentforce Action

Development community

Description

# /build-agentforce-action — Scaffold a complete Agentforce action Wraps [`agents/agentforce-builder/AGENT.md`](../agents/agentforce-builder/AGENT.md). Produces Apex `@InvocableMethod` + topic YAML + agent definition + test class + starter eval. --- ## Step 1 — Collect inputs (ask all five upfront) Ask: ``` 1. Action name (user-facing label)? Example: "Summarize Account Cases" 2. Primary sObject the action grounds on? Example: Account 3. Actor invoking the action? Example: Servic

Installation

Installs to ~/.claude/skills/pranavnagrecha-awesomesalesforceskills-build-agentforce-action/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pranavnagrecha-awesomesalesforceskills-build-agentforce-action && curl -fsSL https://raw.githubusercontent.com/PranavNagrecha/AwesomeSalesforceSkills/HEAD/commands/build-agentforce-action.md -o ~/.claude/skills/pranavnagrecha-awesomesalesforceskills-build-agentforce-action/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository