Salesforce Agentforce AI agents and autonomous automation (2025)
View on GitHubJosiahSiegel/claude-plugin-marketplace
salesforce-master
plugins/salesforce-master/skills/agentforce-2025/SKILL.md
January 20, 2026
Select agents to install to:
npx add-skill https://github.com/JosiahSiegel/claude-plugin-marketplace/blob/main/plugins/salesforce-master/skills/agentforce-2025/SKILL.md -a claude-code --skill agentforce-2025Installation paths:
.claude/skills/agentforce-2025/## ๐จ CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). **Examples:** - โ WRONG: `D:/repos/project/file.tsx` - โ CORRECT: `D:\repos\project\file.tsx` This applies to: - Edit tool file_path parameter - Write tool file_path parameter - All file operations on Windows systems ### Documentation Guidelines **NEVER create new documentation files unless explicitly requested by the user.** - **Priority**: Update existing README.md files rather than creating new documentation - **Repository cleanliness**: Keep repository root clean - only README.md unless user requests otherwise - **Style**: Documentation should be concise, direct, and professional - avoid AI-generated tone - **User preference**: Only create additional .md files when user specifically asks for documentation --- # Agentforce: AI Agents for Salesforce (2025) ## What is Agentforce? Agentforce is Salesforce's enterprise AI agent platform that enables autonomous, proactive applications to execute specialized tasks for employees and customers. Agentforce agents use large language models (LLMs) with the Atlas Reasoning Engine to analyze context, reason through decisions, and take action autonomously. **Key Distinction**: Agentforce represents the evolution from Einstein Copilot (conversational assistant) to autonomous agents that can complete tasks without human prompting. ## Core Architecture ### Atlas Reasoning Engine The Atlas Reasoning Engine is the brain of Agentforce, enabling agents to: - **Understand**: Analyze full context of customer interactions or automated triggers - **Decide**: Reason through decisions using LLMs and business logic - **Act**: Execute actions autonomously across any system - **Learn**: Improve over time based on outcomes and feedback ### Agent Components ``` โโโโโโโโโโโโโโโโโโโโโโโโโโโ