Blog

Field notes from the terminal.

Real walkthroughs of building Salesforce stuff with Claude Code — Flows, fields, validation rules, Apex. Written for admins, not engineers.

May 1, 2026

Deploy Flows between Salesforce orgs with Claude Code (replace Change Sets)

Retrieve a Flow from one org, review it for best practices, and deploy it to another — from a single prompt. The workflow that replaces Change Sets, manual rebuilds, and missing dependencies.

April 23, 2026

Connect Claude Code to your Salesforce org with MCP (VS Code setup)

The six-phase setup: Node + SF CLI + Claude Pro + the Salesforce DX MCP server + a single .mcp.json file. 15 minutes from zero to your first prompt in VS Code.

April 22, 2026

Salesforce is shipping an AI that watches you. Here's why admins still need Claude Code.

Marc Benioff just confirmed Agent Albert — an AI that studies user behavior and takes actions autonomously. Here's what it changes for admins, and what it doesn't.

April 21, 2026

Build Agentforce agents without hand-writing Agent Script

Salesforce's new Agent Script DSL is clean. You still shouldn't write it by hand. Describe the agent in English, let Claude Code generate and deploy the aScript.

April 20, 2026

Claude Code vs Agentforce: when to use which for Salesforce work

Both let AI do Salesforce work. One lives in your terminal on a $20/month Claude Pro plan. One costs $125-$550/user/month and lives in your org. Here's the actual decision framework.

April 19, 2026

AI for Salesforce Flows: the admin's guide to shipping Flows 10× faster

Using AI — specifically Claude Code — to build record-triggered Flows, screen Flows, and scheduled Flows from plain English. What actually works in 2026, with examples.

April 18, 2026

Migrating Aura components to LWC with Claude Code

Aura is end-of-life. LWC is the future. Manual migration takes hours per component. Here's how to do it in minutes with Claude Code and the Salesforce DX MCP tools.

April 17, 2026

Validation rules with Claude Code: from English to deployed formula

Salesforce validation rule syntax is a tax. ISPICKVAL, ISBLANK, nested AND/OR. Describe the rule in plain English and let Claude Code write the formula, test it, and deploy.

April 16, 2026

Your first CLAUDE.md for a Salesforce DX project

Claude Code reads a file called CLAUDE.md at the start of every session. It's the single highest-leverage file in your repo. Here's how to write one for a Salesforce org.