sf-quickstart

Detect Salesforce project types and recommend SCC install profiles.

13|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill sf-quickstart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-quickstart
Source: https://github.com/jiten-singh-shahi/salesforce-claude-code/tree/main/.cursor/skills/sf-quickstart
Command: npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill sf-quickstart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an interactive onboarding workflow that detects a Salesforce project's technologies and verifies SCC installation so teams avoid misconfiguration, missing hooks, and incorrect agent/skill profiles during setup or project switches.

Core Features & Use Cases

  • Automated Project Detection: Scans for sfdx-project.json, Apex classes and tests, triggers, LWC, Aura, Visualforce, flows, and custom objects to determine project composition.
  • Profile Recommendation: Maps detected stacks to recommended SCC install profiles (apex, lwc, all) and suggests targeted next steps like testing, security checks, or trigger refactors.
  • Installation Verification: Validates SCC hook and settings presence to ensure quality gates and governor checks are active before deployment.

Quick Start

Run sf-quickstart to detect your repository's Salesforce stack and get a recommended npx scc-universal install profile along with verification of SCC hooks.

Frequently Asked Questions about sf-quickstart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect Salesforce project types like Apex, LWC, or flows for onboarding?

Salesforce project detection scans for sfdx-project.json, Apex classes, triggers, LWC, Aura, Visualforce, and flows to determine repository composition. This automated detection maps your project stack to recommended install profiles for setup or pre-deployment checks.

What is an SCC install profile recommendation for a Salesforce DX project?

An SCC install profile recommendation maps detected Salesforce stacks to profiles like apex, lwc, or all. It analyzes your repository composition and suggests targeted next steps such as testing, security checks, or trigger refactors during onboarding.

How do I verify SCC hooks and settings are active before a Salesforce deployment?

SCC hook verification validates the presence of .claude and .cursor hook settings to ensure quality gates and governor checks are active. This installation verification prevents misconfiguration and missing hooks before deployment.

Can I use Salesforce quickstart onboarding for metadata-style projects without sfdx-project.json?

Salesforce quickstart onboarding applies to both Salesforce DX and metadata-style projects. It scans for custom objects, Apex classes, triggers, LWC, Aura, Visualforce, and flows to produce a profile recommendation regardless of project format.

Why does my Salesforce project onboarding fail with missing hooks or incorrect agent profiles?

Salesforce project onboarding fails when SCC hooks are missing or agent profiles are incorrect. Automated project detection verifies hook activation in .claude and .cursor settings and recommends the correct install profile to avoid misconfiguration during project switches.