.cursor/skills/sf-help/SKILL.md
Use when asking what SCC can do. Discover SCC agents and skills — organized by Salesforce workflow to answer what tools are available and which to use.
npx skillsauth add jiten-singh-shahi/salesforce-claude-code sf-helpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
SCC provides 17 agents for end-to-end Salesforce development and 57 skills for domain knowledge. Agents are lean workflow orchestrators. Skills carry patterns, examples, and rules.
These agents auto-activate based on your task. Each follows TDD and preloads constraint skills.
| Agent | What It Does |
|-------|-------------|
| sf-architect | Orchestrator — analyzes requirements, designs solutions, decomposes tasks, runs final review |
| sf-apex-agent | All Apex — classes, triggers, batch, async, callouts, tests (TDD) |
| sf-lwc-agent | All LWC — components, Jest tests, wire service, events, SLDS |
| sf-flow-agent | All Flow — record-triggered, screen, scheduled, approval processes |
| sf-admin-agent | All config — objects, permissions, sharing, metadata, Experience Cloud |
| sf-integration-agent | All integration — REST/SOAP callouts, Named Creds, Platform Events, CDC |
| sf-agentforce-agent | Agentforce — topics, custom Apex actions, prompt templates |
| sf-review-agent | Cross-domain review — security audit, performance, test coverage |
| sf-bugfix-agent | Fix build errors, test failures, deploy issues (minimal diff) |
| sf-aura-reviewer | Review Aura components + migration to LWC |
| sf-visualforce-reviewer | Review Visualforce pages + migration to LWC |
| Agent | What It Does |
|-------|-------------|
| deep-researcher | Multi-source research with citations |
| doc-updater | Documentation sync and codemap generation |
| eval-runner | Evaluate and benchmark performance |
| learning-engine | Instinct-based learning from sessions |
| loop-operator | Autonomous agent loop management |
| refactor-cleaner | Dead code removal and consolidation |
These enforce hard rules. Agents preload them via skills frontmatter.
| Skill | Rules |
|-------|-------|
| sf-apex-constraints | Governor limits, bulkification, naming |
| sf-lwc-constraints | Component naming, security, accessibility |
| sf-trigger-constraints | One-trigger-per-object, handler delegation |
| sf-security-constraints | CRUD/FLS, sharing, injection prevention |
| sf-testing-constraints | Coverage, isolation, assertions |
| sf-soql-constraints | Query safety, selectivity |
| sf-deployment-constraints | Deploy safety, test levels, validation |
Agents read these for domain knowledge when the task matches. Not user-invocable.
| Skill | Knowledge |
|-------|-----------|
| sf-apex-best-practices | Class organization, error handling, collections |
| sf-apex-testing | TestDataFactory, bulk scenarios, mocks |
| sf-apex-async-patterns | Batch vs Queueable vs @future decision |
| sf-apex-enterprise-patterns | FFLIB selector/domain/service/UoW |
| sf-apex-cursor | Cursor API for large result sets |
| sf-trigger-frameworks | Handler patterns, recursion prevention |
| sf-soql-optimization | Selectivity, indexes, query plans |
| sf-governor-limits | Limit reference, optimization strategies |
| Skill | Knowledge |
|-------|-----------|
| sf-lwc-development | Component lifecycle, wire, events, SLDS |
| sf-lwc-testing | Jest mocking, DOM queries, accessibility |
| Skill | Knowledge |
|-------|-----------|
| sf-flow-development | Flow types, bulkification, error handling |
| sf-approval-processes | Approval lifecycle, multi-step, delegation |
| Skill | Knowledge |
|-------|-----------|
| sf-data-modeling | Objects, relationships, CMDTs, sharing |
| sf-experience-cloud | Sites, guest users, external sharing |
| sf-metadata-management | package.xml, .forceignore, source tracking |
| Skill | Knowledge |
|-------|-----------|
| sf-integration | REST/SOAP callouts, Named Creds, retry |
| sf-platform-events-cdc | Event publish/subscribe, CDC setup |
| sf-api-design | Custom REST endpoints, batch operations |
| Skill | Knowledge |
|-------|-----------|
| sf-agentforce-development | Topics, actions, prompt templates |
| Skill | Knowledge |
|-------|-----------|
| sf-security | CRUD/FLS enforcement, sharing, injection |
| sf-e2e-testing | Integration test strategy, bulk scenarios |
| sf-debugging | Debug logs, explain plans, common errors |
| sf-deployment | Deploy strategies, validation-only, rollback |
| sf-devops-ci-cd | GitHub Actions, CI/CD, scratch org CI |
| sf-cli-reference | SF CLI commands — org, data, source, package, deploy |
| sf-tdd-workflow | Red-Green-Refactor, TDD methodology |
| sf-build-fix | Compilation errors, metadata conflicts |
| Skill | Knowledge |
|-------|-----------|
| sf-aura-development | Aura patterns + LWC migration |
| sf-visualforce-development | VF patterns + LWC migration |
| Skill | What It Does |
|-------|-------------|
| /sf-help | This skill — discover available agents and skills |
| /sf-quickstart | Interactive onboarding for new projects |
| /sf-docs-lookup | Look up Salesforce documentation |
| /sf-harness-audit | Audit SCC configuration health |
| /sf-2gp-security-review | 2GP managed package AppExchange security review |
| /sessions | List and manage saved sessions |
/sf-quickstart — detect project type, configure SCCFixing build errors? Describe the error — sf-bugfix-agent activates.
Need docs? /sf-docs-lookup <topic>
sf-quickstart, sf-docs-lookup, sf-harness-auditdevelopment
Update Salesforce platform reference docs with latest release features and deprecation announcements. Use when SessionStart hook warns docs are outdated or a new Salesforce release has shipped. Do NOT use for Apex or LWC development.
development
Use when syncing documentation after Salesforce Apex code changes. Update README, API docs, and deploy metadata references to match the current org codebase.
development
Use when managing context during long Salesforce Apex development sessions. Suggests manual compaction at logical intervals to preserve deploy and org context across phases.
tools
Visualforce development — pages, controllers, extensions, ViewState, JS Remoting, LWC migration. Use when maintaining VF pages, building PDFs, or planning VF-to-LWC migration. Do NOT use for LWC, Aura, or Flow.