🎯

sf-permissions

🎯Skill

from jaganpro/sf-skills

VibeIndex|
What it does

Validates and generates Salesforce permission set, profile, and sharing rule configurations with best practice checks and automated validation.

πŸ“¦

Part of

jaganpro/sf-skills(34 items)

sf-permissions

Installation

Install ScriptRun install script
curl -sSL https://raw.githubusercontent.com/Jaganpro/sf-skills/main/tools/install.sh | bash
git cloneClone repository
git clone https://github.com/Jaganpro/sf-skills
PythonRun Python server
python tools/installer.py --cli opencode --all # OpenCode
PythonRun Python server
python tools/installer.py --cli codex --all # Codex (OpenAI)
PythonRun Python server
python tools/installer.py --cli gemini --all # Gemini (Google)

+ 17 more commands

πŸ“– Extracted from docs: jaganpro/sf-skills
9Installs
48
-
Last UpdatedJan 30, 2026

Skill Details

SKILL.md

Overview

# Salesforce Skills for Agentic Coding Tools

> πŸ’™ Community-powered agentic coding knowledge, shared by a Salesforce Certified Technical Architect (CTA)

[![Author](https://img.shields.io/badge/Author-Jag_Valaiyapathy-blue?logo=github)](https://github.com/Jaganpro)

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

A collection of reusable skills for Agentic Salesforce Development, enabling AI-powered code generation, validation, testing, debugging, and deployment. Built for Claude Code with planned support for other agentic coding tools.

> 18 skills β€’ 60+ templates β€’ 520+ validation points β€’ LSP integration

---

πŸ’‘ What is a Skill?

> Skills are portable knowledge packs that supercharge AI coding agents with domain expertise.

Think of skills as "installable superpowers" for your agentic coding tool. Instead of repeatedly explaining Salesforce best practices to your AI assistant, a skill pre-loads that knowledge so the AI becomes an instant expert.

```

sf-apex/

β”œβ”€β”€ SKILL.md # 🧠 The brain - prompts & instructions

β”œβ”€β”€ templates/ # πŸ“ Code templates & patterns

β”œβ”€β”€ hooks/ # βœ… Validation scripts

└── examples/ # πŸ“– Usage examples

```

> πŸ’‘ Tip: Skills are open-source and composable. You can fork, customize, or create your own!

Why Use Skills?

> πŸš€ Stop explaining Salesforce patterns. Start building.

1. Instant Expertise β€” AI knows Trigger Actions Framework, Flow bulkification, deployment best practices from the first message.

2. Automatic Validation β€” Every Apex class, Flow, and agent script is scored against 100-150 point rubrics. Catch anti-patterns before deployment.

3. Built-in Templates β€” 50+ production-ready templates across Apex, Flow, Metadata, Agentforce, and more.

4. Tool Orchestration β€” "Deploy to production" becomes a single command. Skills handle sf CLI complexity.

5. Context Efficiency β€” Skills load only when invoked, saving ~2000 tokens per conversation vs. pasting prompts.

| Before | After |

|--------|-------|

| ❌ Prompt engineering every conversation | βœ… Skill(skill="sf-apex") |

| ❌ 10+ messages to explain requirements | βœ… 1 message, skill fills the gaps |

| ❌ Review code manually for issues | βœ… Hooks validate on every save |

---

πŸ€– Supported Agentic Coding Tools

| Tool | Status | Install Path | |

|------|--------|--------------|--|

| Claude Code CLI | βœ… Full Support | .claude-plugin/ | ![Claude](https://img.shields.io/badge/Anthropic-Claude_Code-191919?logo=anthropic&logoColor=white) |

| OpenCode CLI | βœ… Installer | .opencode/skill/ | ![OpenCode](https://img.shields.io/badge/Open-Code-4B32C3?logo=github&logoColor=white) |

| Codex CLI | βœ… Installer | .codex/skills/ | ![OpenAI](https://img.shields.io/badge/OpenAI-Codex-412991?logo=openai&logoColor=white) |

| Gemini CLI | βœ… Installer | ~/.gemini/skills/ | ![Google](https://img.shields.io/badge/Google-Gemini_CLI-4285F4?logo=google&logoColor=white) |

| Amp CLI | βœ… Compatible | .claude/skills/ | ![Amp](https://img.shields.io/badge/Sourcegraph-Amp-FF5543?logo=sourcegraph&logoColor=white) |

| Droid CLI | βœ… Installer | .factory/skills/ | ![Factory](https://img.shields.io/badge/Factory.ai-Droid-6366F1?logo=robot&logoColor=white) |

| Cursor CLI | βœ… Installer | .cursor/rules/ | ![Cursor](https://img.shields.io/badge/Cursor-Agent_CLI-000000?logo=cursor&logoColor=white) |

| Agentforce Vibes | βœ… Installer | .clinerules/ | ![Salesforce](https://img.shields.io/badge/Salesforce-Vibes-00A1E0?logo=salesforce&logoColor=white) |

> Agent Skills Open Standard: These skills follow the [Agent Skills specification](https://agentskills.io) for cross-CLI compatibility.

CLI Compatibility Notes

> 🀝 Call for Volunteers! This repo is community-driven, sharing knowledge to strengthen the Salesforce ecosystem. We need volunteers to test skills on different CLIs (OpenCode,