developing-agentforce

Develop, debug, and deploy Agentforce agents using Agent Script.

Updated May 19, 2026
One-click install
npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill developing-agentforce-dmckeesf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developing-agentforce
Source: https://github.com/dmckeeSF/mcpdctn0507/tree/main/.agents/skills/developing-agentforce
Command: npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill developing-agentforce-dmckeesf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides structured knowledge and tools for developing, debugging, and deploying Agentforce agents using Salesforce's Agent Script language.

Core Features & Use Cases

  • Agent Creation: Guide users through designing, coding, and deploying Agentforce agents.
  • Debugging & Diagnostics: Provide guidance on troubleshooting Agent Script code and behavior issues.
  • Deployment & Publishing: Instructions for deploying agents and publishing them for use by users.

Quick Start

Use the developing-agentforce skill to generate a new Agentforce agent for handling customer support inquiries. Start by creating a new agent spec and follow the provided guidelines to define the agent's behavior and actions.

Frequently Asked Questions about developing-agentforce

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?

To build and deploy Agentforce agents, you author code in Agent Script, debug behavior issues, and publish the agent using Salesforce CLI v2.x. This process covers the full lifecycle from agent design to deployment.

What is Agent Script in Salesforce automation?

Agent Script is Salesforce's scripting language for building AI agents. It enables you to design, code, and deploy Agentforce agents that automate tasks and handle interactions like customer support inquiries.

Do I need a specific Salesforce license to develop Agentforce agents?

Yes, developing Agentforce agents requires a Salesforce org with an active Agentforce license. You also need Salesforce CLI v2.x installed to author, debug, and deploy the Agent Script code.

How do I debug Agent Script code and behavior issues?

Debugging Agent Script involves troubleshooting code logic and runtime behavior issues within your Salesforce org. The development process provides diagnostics guidance to identify and resolve errors during agent testing.

What's the best way to start creating an Agentforce agent for customer support?

Start by creating a new agent spec that defines the desired behavior and actions. Follow structured guidelines to author the Agent Script, then test and publish the agent to handle customer support inquiries.