AI AGENT ADDONS

Generating Custom Object

forcedotcom/sf-skills
Backend & APIs
2,004installs

Salesforce custom objects let you store your own data. This skill helps you create them the right way. It builds the metadata XML file that Salesforce needs to work.

You must set the sharing model correctly. If your object has a Master-Detail relationship, use ControlledByParent. Otherwise use ReadWrite. The skill also picks the right name field type based on what the object is for.

Using this skill stops common deployment errors. It makes sure every required part is in place so your custom object works smoothly.

Add Generating Custom Object skill to your workflow

Global

mkdir -p ~/.claude/skills/generating-custom-object

Project

mkdir -p .claude/skills/generating-custom-object

Source Repository

Stars
619
Forks
217
Watchers
619
License
NOASSERTION
Last Push
25 days ago
Created
8 months ago