
Sf Find
- 42 installs
- 12 repo stars
- Updated July 14, 2026
- clientell-ai/salesforce-skills
Route ambiguous Salesforce work to the right specialized sf-* skill instead of guessing invoke paths.
About
sf-find is an agent skill that acts as the Salesforce development catalog inside Claude Code and similar agents: when a user is unsure which specialized skill fits—Apex, tests, Flows, LWC, SOQL, security review, deploy, data migration, metadata schema, or debug log analysis—it lists each option with when-to-use guidance and the exact invoke phrase. Solo builders and tiny teams on Salesforce stacks install it to stop wasting tokens on the wrong skill and to standardize handoffs as they grow custom org complexity. It is intentionally lightweight meta tooling (read-only context, fork) rather than implementation code, so it belongs at the front of a Salesforce agent session before heavier sf-* skills run. Pair it with the specific domain skill once the task is classified.
- Maps 10+ Salesforce skills: Apex, tests, Flow, LWC, SOQL, security, deploy, data, schema, debug
- Invoke-with column for slash-style routing (/sf-apex, /sf-deploy, etc.)
- Fork context with Read and Glob only—discovery without codebase mutation
- Triggers on vague asks: “help with Salesforce”, “which skill should I use”
- Apache-2.0 Clientell catalog entry point for the full skills bundle
Sf Find by the numbers
- 42 all-time installs (skills.sh)
- Ranked #8,070 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/clientell-ai/salesforce-skills --skill sf-findAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 42 |
|---|---|
| repo stars | ★ 12 |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 14, 2026 |
| Repository | clientell-ai/salesforce-skills ↗ |
What it does
Route ambiguous Salesforce work to the right specialized sf-* skill instead of guessing invoke paths.
Files
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
1. Writing Apex code? Use sf-apex for classes/triggers, sf-lwc for components 2. Need tests? Use sf-test — it reads your class and generates comprehensive tests 3. Building automation? Use sf-flow for Flow XML generation and PB migration 4. Querying data? Use sf-soql for optimized, secure queries 5. Ready to deploy? Use sf-deploy for orchestrated deployments with error diagnosis 6. Pre-review check? Use sf-security for AppExchange security audit 7. Setting up schema? Use sf-schema for metadata XML generation 8. Loading data? Use sf-data for migration, seeding, and bulk operations 9. Debugging issues? Use sf-debug for log analysis and governor limit troubleshooting 10. Building AI agents? Use sf-agentforce for Agentforce agents, topics, and actions 11. Permission problems? Use sf-permissions for access auditing and permission set management 12. Setting up integrations? Use sf-integration for Named Credentials, OAuth, Platform Events 13. Need Salesforce docs? Use sf-docs to find the right documentation 14. Visualizing architecture? Use sf-diagram for ERDs, class diagrams, sequence diagrams 15. Working with OmniStudio? Use sf-omnistudio for OmniScripts, FlexCards, Integration Procedures 16. Evaluating skills? Use sf-eval for 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.
Related skills
FAQ
Is Sf Find safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.