agentforce-generate

Automate Agentforce Agent Script development with Salesforce CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sfdx, sf, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of building, modifying, debugging, and deploying Agentforce agents using Agent Script, Salesforce's scripting language for AI agents on the Atlas Reasoning Engine.

Core Features & Use Cases

  • Agent Creation: Design, write, and deploy new Agentforce agents.
  • Modification: Update existing agents with new subagents, actions, or logic.
  • Debugging: Diagnose and fix issues in compiled Agent Script.
  • Deployment: Publish and activate agents in Salesforce orgs.
  • Testing: Validate agent behavior and functionality.

Quick Start

Copy the agentforce-generate folder into your project's .claude/skills/ directory. Restart Claude Code.

Frequently Asked Questions about agentforce-generate

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

FAQPage Schema
How do I build and deploy Agentforce agents using Agent Script?

You can build and deploy Agentforce agents by automating the full Agent Script lifecycle—creation, modification, and deployment—using Salesforce CLI commands and custom scripts integrated with Claude Code.

What do I need to set up before writing Agent Script for Salesforce agents?

Before writing Agent Script, you need a Salesforce org with an Agentforce license, API version 66.0 or higher, an Einstein Agent User, Salesforce CLI, and Claude Code installed in your development environment.

Can I debug and test existing Agentforce agents with Salesforce CLI?

Yes, you can debug and test existing Agentforce agents by diagnosing issues in compiled Agent Script and validating agent behavior and functionality directly through Salesforce CLI commands and custom automation scripts.

How do I modify an existing Agentforce agent to add new subagents or actions?

To modify an existing Agentforce agent, you update the Agent Script to include new subagents, actions, or logic, then use the deployment automation to publish and activate the updated agent in your Salesforce org.

Does agentforce-generate work with the Salesforce Atlas Reasoning Engine?

Yes, agentforce-generate works with the Atlas Reasoning Engine by automating the creation, debugging, and deployment of AI agents using Agent Script, Salesforce's native scripting language for the Atlas Reasoning Engine.