sf-ai-agentforce
Originally fromjaganpro/sf-skills
Installation
SKILL.md
sf-ai-agentforce: Standard Agentforce Platform Development
Use this skill for the Setup UI / Agent Builder path: declarative topics, Builder-managed actions, GenAiFunction / GenAiPlugin metadata, Prompt Builder templates stored as GenAiPromptTemplate metadata, Models API usage from Apex, and custom Lightning types.
For new code-first agent development, prefer sf-ai-agentscript.
If the work produces or edits a
.agentfile — including Builder Script / Canvas work that results in an authoring bundle — use sf-ai-agentscript.
When This Skill Owns the Task
Use sf-ai-agentforce when the user is:
- maintaining existing Builder-based agents
- working in Setup → Agentforce → Agents
- creating or fixing
GenAiFunction,GenAiPlugin, orGenAiPromptTemplatemetadata - wiring Builder topics to Flow / Apex / Prompt Builder actions
- using Models API or LightningTypeBundle in the context of Builder-based agents
Related skills