Get started

Install sf-skills in your tool

sf-skills follows the open Agent Skills specification, so it works with any AI tool that supports skills.

Agentforce Vibes

Auto-installed

Skills are auto-installed and auto-updated. No action required — they're available the moment you open a project.

OpenCode, Claude Code, Codex, Cursor

CLI install

Install via the open Agent Skills CLI. The command below adds the latest version of sf-skills to your project.

$ npx skills add forcedotcom/sf-skills

After install

  1. 1

    Open a Salesforce project

    Point your AI tool at a Salesforce DX or Lightning project. Skills activate based on the files you're working with.

  2. 2

    Ask in natural language

    Try “Create a custom object for Deals with these fields” or “Write an Apex trigger for Account that…”.

  3. 3

    Review the generated metadata

    Skills produce real metadata, Apex, LWC, Flow XML, or permission sets — review, refine, and commit.

  4. 4

    Stay current

    Re-run the install command to pull updates. New skills and improvements ship frequently.