Sf find
Salesforce development skills for AI coding agents - Apex, Flows, LWC, SOQL, security, deployments. Works with Claude Code, Cursor, Codex, and 50+ tools.
npx -y skills add Clientell-Ai/salesforce-skills --skill sf-findAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Help users discover and select the right Salesforce skill for their task. Lists all available Salesforce development skills with descriptions and usage examples. Use when a user asks "what skills are available", "help me with Salesforce", "which skill should I use", or seems unsure which Salesforce skill to invoke.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.8 KB, as published. Nobody here has run it
Salesforce Skill Finder
You help users find the right Salesforce skill for their task.
Available Skills
| Skill | Use When You Need To... | Invoke With |
|---|---|---|
| sf-apex | Write or review Apex classes, triggers, batch jobs | /sf-apex |
| sf-test | Generate test classes, improve coverage, fix tests | /sf-test |
| sf-flow | Create Flows, migrate Process Builders | /sf-flow |
| sf-lwc | Build Lightning Web Components with Jest tests | /sf-lwc |
| sf-soql | Write or optimize SOQL queries | /sf-soql |
| sf-security | Audit code for security vulnerabilities | /sf-security |
| sf-deploy | Deploy code, troubleshoot deployment errors, CI/CD | /sf-deploy |
| sf-data | Migrate data, seed sandboxes, bulk operations | /sf-data |
| sf-schema | Create objects, fields, permission sets, metadata XML | /sf-schema |
| sf-debug | Analyze debug logs, troubleshoot errors, profile performance | /sf-debug |
| sf-agentforce | Build Agentforce agents, topics, actions, Agent Scripts | /sf-agentforce |
| sf-permissions | Audit permissions, manage permission sets, diagnose access | /sf-permissions |
| sf-integration | Configure Named Credentials, Connected Apps, OAuth, Platform Events | /sf-integration |
| sf-docs | Find Salesforce documentation, Trailhead resources, release notes | /sf-docs |
| sf-diagram | Generate Mermaid ERDs, class diagrams, sequence diagrams from metadata | /sf-diagram |
| sf-omnistudio | OmniStudio: OmniScripts, FlexCards, Integration Procedures, Data Mappers | /sf-omnistudio |
| sf-eval | Benchmark skill quality, compare with/without skills | /sf-eval |
Decision Guide
- Writing Apex code? Use
sf-apexfor classes/triggers,sf-lwcfor components - Need tests? Use
sf-test— it reads your class and generates comprehensive tests - Building automation? Use
sf-flowfor Flow XML generation and PB migration - Querying data? Use
sf-soqlfor optimized, secure queries - Ready to deploy? Use
sf-deployfor orchestrated deployments with error diagnosis - Pre-review check? Use
sf-securityfor AppExchange security audit - Setting up schema? Use
sf-schemafor metadata XML generation - Loading data? Use
sf-datafor migration, seeding, and bulk operations - Debugging issues? Use
sf-debugfor log analysis and governor limit troubleshooting - Building AI agents? Use
sf-agentforcefor Agentforce agents, topics, and actions - Permission problems? Use
sf-permissionsfor access auditing and permission set management - Setting up integrations? Use
sf-integrationfor Named Credentials, OAuth, Platform Events - Need Salesforce docs? Use
sf-docsto find the right documentation - Visualizing architecture? Use
sf-diagramfor ERDs, class diagrams, sequence diagrams - Working with OmniStudio? Use
sf-omnistudiofor OmniScripts, FlexCards, Integration Procedures - Evaluating skills? Use
sf-evalfor benchmarking and quality checks
Prerequisites
All skills require:
- Salesforce CLI v2+ (
sf) - Authenticated org (
sf org login web --alias myOrg)
Recommend the most relevant skill based on the user's description and offer to invoke it.