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.