Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
clientell-ai avatar

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-find

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs42
repo stars12
Security audit3 / 3 scanners passed
Last updatedJuly 14, 2026
Repositoryclientell-ai/salesforce-skills

What it does

Route ambiguous Salesforce work to the right specialized sf-* skill instead of guessing invoke paths.

Files

SKILL.mdMarkdownGitHub ↗

Salesforce Skill Finder

You help users find the right Salesforce skill for their task.

Available Skills

SkillUse When You Need To...Invoke With
sf-apexWrite or review Apex classes, triggers, batch jobs/sf-apex
sf-testGenerate test classes, improve coverage, fix tests/sf-test
sf-flowCreate Flows, migrate Process Builders/sf-flow
sf-lwcBuild Lightning Web Components with Jest tests/sf-lwc
sf-soqlWrite or optimize SOQL queries/sf-soql
sf-securityAudit code for security vulnerabilities/sf-security
sf-deployDeploy code, troubleshoot deployment errors, CI/CD/sf-deploy
sf-dataMigrate data, seed sandboxes, bulk operations/sf-data
sf-schemaCreate objects, fields, permission sets, metadata XML/sf-schema
sf-debugAnalyze debug logs, troubleshoot errors, profile performance/sf-debug
sf-agentforceBuild Agentforce agents, topics, actions, Agent Scripts/sf-agentforce
sf-permissionsAudit permissions, manage permission sets, diagnose access/sf-permissions
sf-integrationConfigure Named Credentials, Connected Apps, OAuth, Platform Events/sf-integration
sf-docsFind Salesforce documentation, Trailhead resources, release notes/sf-docs
sf-diagramGenerate Mermaid ERDs, class diagrams, sequence diagrams from metadata/sf-diagram
sf-omnistudioOmniStudio: OmniScripts, FlexCards, Integration Procedures, Data Mappers/sf-omnistudio
sf-evalBenchmark 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.

AI & Agent Buildingintegrationsbackend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.