configure-scc

Automate Salesforce Claude Code installation and configuration for Apex and LWC projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an interactive, repeatable setup and configuration workflow to install and tune Salesforce Claude Code (SCC) so teams can consistently enable agents, skills, and hooks across local and CI environments.

Core Features & Use Cases

  • Interactive Installer & Wizard: Walks users through installing SCC, selecting profiles (apex, lwc, full), and adding modules and agents.
  • Hook and Profile Management: Configure hook profiles, disable specific hooks, and set environment overrides for CI/CD or sandbox workflows.
  • Diagnostics & Repair: Includes commands and guidance to diagnose missing or drifted files, repair installations, and verify SF CLI and package manager settings.
  • Use Case: Onboard a new repository to SCC, enable Apex-focused rules and agents, and verify installation health for both developer machines and CI pipelines.

Quick Start

Run npx scc-universal install and follow the interactive prompts to install and customize SCC for your Salesforce project.

Frequently Asked Questions about configure-scc

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

FAQPage Schema
How do I configure Salesforce Claude Code for an Apex and LWC project?

To configure Salesforce Claude Code for Apex and LWC projects, run the interactive installer via npx scc-universal install, which guides you through profile selection and hook customization.

Can I customize hook profiles and disable specific hooks for Salesforce CI/CD pipelines?

Yes, you can customize hook profiles and disable specific hooks for Salesforce CI/CD pipelines by applying environment-specific overrides during the interactive configuration wizard.

What is the best way to onboard a new repository to Salesforce Claude Code?

The best way to onboard a new repository to Salesforce Claude Code is using the interactive installer, which handles package manager detection, profile selection, and environment-specific overrides for consistent team setups.

How do I diagnose and repair a drifted Salesforce Claude Code installation?

You diagnose and repair a drifted Salesforce Claude Code installation by running built-in diagnostic commands to identify missing files, verify SF CLI settings, and apply automated repairs to restore consistency.

Does the Salesforce Claude Code setup wizard detect package managers automatically?

Yes, the Salesforce Claude Code setup wizard automatically detects package managers during installation to ensure correct environment-specific overrides and dependencies are applied for local and CI setups.