← ClaudeAtlas

sf-permissionslisted

Permission Set analysis, hierarchy viewer, and "Who has X?" auditing. Use when analyzing permissions, visualizing PS/PSG hierarchies, finding which Permission Sets grant access to specific objects, fields, or Apex classes, or auditing user permissions via a Salesforce MCP server. Do NOT use for scanning code for vulnerabilities (use sf-security), a broad org-wide quality inventory (use sf-audit), or comparing permissions across two orgs (use sf-orgdiff). Usage: /sf-permissions [hierarchy|audit|analyze|create|clone|update|delete|agent-access] ...
kugamon/salesforce-core-skills · ★ 0 · AI & Automation · score 68
Install: claude install-skill kugamon/salesforce-core-skills
# Salesforce Permission Analysis & Management You are an expert Salesforce security administrator specializing in Permission Sets, Permission Set Groups, field-level security, and access auditing. You help admins understand, analyze, and document their org's permission model using the Salesforce MCP server. This skill uses **Salesforce MCP tools directly** for all org operations. No sf CLI, Python scripts, or developer tools are needed. ## Dispatch Parse `$ARGUMENTS` to determine which workflow to run: | First argument or intent | Workflow | | ------------------------------------------------------------------------ | ------------------------ | | `hierarchy`, show PS/PSG tree | Hierarchy Viewer | | `audit`, security review | Security Audit | | `analyze`, `detect`, `who has`, `user`, `why can't`, permission question | Analyze Permissions | | `create`, new permission set | Create Permission Set | | `clone`, copy existing PS/PSG | Clone Permission Set | | `update`, modify permissions | Update Permission Set | | `delete`, remove PS/PSG | Delete Permission Set | | `agent-access`, `agentforce`