AI AGENT ADDONS

Generating Permission Set

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

Salesforce permission sets control who can see and edit data. This guide helps you create them correctly. You learn to set object permissions, field security, user rights, and app visibility.

The steps use simple XML code. You start by naming the permission set. Then you add CRUD permissions for objects like Account. Next you set field-level security for sensitive fields. You also grant system permissions like API access. Finally you make apps and tabs visible to users.

Important rules keep your permission set deployable. For example, never add field permissions for required fields. Always check the object metadata first. This skill saves time and prevents errors when managing user access.

Add Generating Permission Set skill to your workflow

Global

mkdir -p ~/.claude/skills/generating-permission-set

Project

mkdir -p .claude/skills/generating-permission-set

Source Repository

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