
Sf Find
Route ambiguous Salesforce work to the right specialized sf-* skill instead of guessing invoke paths.
Install
npx skills add https://github.com/clientell-ai/salesforce-skills --skill sf-findWhat is this skill?
- 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
Adoption & trust: 1 installs on skills.sh; 7 GitHub stars; 3/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
Microsoft Foundrymicrosoft/azure-skills
Azure Aimicrosoft/azure-skills
Azure Hosted Copilot Sdkmicrosoft/azure-skills
Lark Eventlarksuite/cli
Running Claude Code Via Litellm Copilotxixu-me/skills
Setup Matt Pocock Skillsmattpocock/skills
Journey fit
Primary fit
Skill discovery sits in build when you are wiring agent tooling for Salesforce delivery—not a GTM or validate artifact. Agent-tooling is the canonical shelf for catalog/meta skills that list invokes and pick the next Salesforce capability.
Common Questions / 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.
SKILL.md
READMESKILL.md - Sf Find
# 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.