Agent skill
sf-find
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/sf-find
Metadata
Additional technical details for this skill
- tags
- salesforce, discovery, help, catalog
- author
- clientell
- version
- 1.0.0
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?