AI agents: machine-readable docs and automated org setup at /llms.txt

Salesforce Development Skills

Salesforce Development Skills

Skills are reusable AI capabilities that teach your coding agent Salesforce-specific patterns, best practices, and workflows. Install them with one command to enhance any supported AI coding tool.

Choose Your Skills Library

Two skills libraries are available, each with a different focus. Both follow the open Agent Skills standard and work across 40+ AI coding tools.

Installation

Claude Code (Full Install)

1
2
# Agentforce ADLC — agents, hooks, and skills
curl -sSL https://raw.githubusercontent.com/SalesforceAIResearch/agentforce-adlc/main/tools/install.sh | bash

All Editors (Universal)

Both libraries support the npx skills add command, which works with any AI coding tool:

1
2
npx skills add SalesforceAIResearch/agentforce-adlc    # Agentforce ADLC
npx skills add forcedotcom/sf-skills                    # SF Skills

About These Skills

These skill libraries are early and rapidly evolving. The developer community is actively bootstrapping and contributing to them.

  • Agentforce ADLC is maintained by Salesforce AI Research and covers the full agent lifecycle with built-in safety review
  • SF Skills (forcedotcom/sf-skills) is the official Salesforce skill library for general platform development
  • Both follow the open Agent Skills standard, originally developed by Anthropic and now adopted by 30+ agent products

Choose the one that best fits your workflow — or install both for complementary coverage.