🎯

sf-flow

🎯Skill

from jaganpro/sf-skills

VibeIndex|
What it does

Generates, validates, and optimizes Salesforce Flow configurations with best practices, providing templates and automated validation for complex workflow automation scenarios.

sf-flow

Installation

Install skill:
npx skills add https://github.com/jaganpro/sf-skills --skill sf-flow
10
AddedJan 27, 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,

More from this repository10

🎯
sf-apex🎯Skill

Provides AI-powered Apex code generation, validation, and best practice guidance for Salesforce development, with pre-loaded templates and automatic code quality checks.

🎯
sf-ai-agentscript🎯Skill

Generates and validates Salesforce AgentScript configurations and code, ensuring best practices and providing production-ready templates for AI-powered agent script development.

🎯
sf-ai-agentforce-testing🎯Skill

Validates and tests Salesforce AI agent implementations, ensuring code quality and adherence to best practices for AgentForce development.

🎯
sf-deploy🎯Skill

Automates Salesforce deployment workflows, handling metadata deployment, environment-specific configurations, and validation checks using Salesforce CLI commands.

🎯
sf-diagram-mermaid🎯Skill

Generates Mermaid diagrams for Salesforce architecture, data models, and system interactions using domain-specific templates and best practices.

🎯
sf-lwc🎯Skill

Generates and validates Lightning Web Components (LWCs) for Salesforce, providing templates, best practices, and automated code quality checks for efficient LWC development.

🎯
sf-soql🎯Skill

sf-soql skill from jaganpro/sf-skills

🎯
sf-connected-apps🎯Skill

Generates and validates Salesforce Connected App configurations, ensuring secure OAuth setup and best practices for application authentication and integration.

🎯
sf-testing🎯Skill

sf-testing skill from jaganpro/sf-skills

🎯
sf-metadata🎯Skill

Generates and validates Salesforce metadata configurations, ensuring best practices and providing templates for custom objects, fields, page layouts, and other declarative components.