Agent skill

agentforce-2025

Salesforce Agentforce AI agents and autonomous automation (2025)

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agentforce-2025-josiahsiegel-claude-plugin-market-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 21 KB
Bundled scripts: none
Path: skills/agent/agentforce-2025-josiahsiegel-claude-plugin-market-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill describes Agentforce: AI agents for Salesforce that operate autonomously to execute tasks. It defines agents through topics, actions, instructions, data sources, and channel integrations to enable proactive automation and interaction handling.

How it works

  • Atlas Reasoning Engine powers understanding, deciding, acting, and learning across contexts.
  • Agent components are organized as: Topics (what agent handles), Actions (what agent can do), Instructions (how agent behaves), Channel Integrations (where it works), Data Sources (what it knows).
  • Stepwise setup includes: define agent purpose, configure topics, define actions (Standard, Flow, Apex, MuleSoft, External API), write agent instructions, connect data sources (Salesforce Objects, Data Cloud, Knowledge Base, External Systems), configure channels (Web, Mobile, SMS/WhatsApp, Slack/Teams, Voice, Email).
  • Examples show Apex actions, Data Cloud queries, and data-channel flows, plus integration with OpenAI GPT and Anthropic Claude via invocable methods.
  • Monitoring metrics include Resolution Rate, Average Handle Time, Customer Satisfaction, Containment Rate, and Action Success Rate, with a custom Apex logger.

When to use it

Use when you need autonomous Salesforce agents that can handle customer support, SDR workflows, personal shopping, and internal operations across multiple channels, with integrated AI backends and data sources.

What it can touch

  • Tools and scripts referenced: claude-code is declared as a tool. The skill demonstrates usage of Apex invocable methods, HTTP callouts to OpenAI and Anthropic endpoints, Data Cloud connectors, and Salesforce objects.
  • Data sources include Salesforce Objects, Data Cloud, Knowledge Base, and External Systems via APIs.

Caveats

  • License indicated: MIT.
  • The content is descriptive of capabilities and examples; outcomes depend on runtime configuration and external service responses.
  • No promises of specific results are stated beyond the described capabilities and workflows.
From the SKILL.md

## 🚨 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. Agent

What's inside
Steps it walks through
  1. 🚨 CRITICAL GUIDELINES
  2. Windows File Path Requirements
  3. Documentation Guidelines
  4. What is Agentforce?
  5. Core Architecture
  6. Atlas Reasoning Engine
  7. Agent Components
  8. Agentforce 2.0 (GA December 2024)
  9. Building Agents with Agentforce Builder (GA December 2024)
  10. Step 1: Define Agent Purpose
  11. Step 2: Configure Agent Topics
  12. Step 3: Define Agent Actions
  13. Step 4: Write Agent Instructions
  14. Step 5: Connect Data Sources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agentforce-2025 skill do?

Salesforce Agentforce AI agents and autonomous automation (2025)

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agentforce-2025-josiahsiegel-claude-plugin-market-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going