sf-help

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.

SCC Help — Agent and Skill Discovery

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.

When to Use

  • Discovering what SCC agents and skills are available
  • Deciding which agent to use for a specific task
  • Onboarding to a project and understanding SCC capabilities
  • Searching by keyword (e.g., "apex", "lwc", "deploy", "test", "security")

Domain Agents (11)

These agents auto-activate based on your task. Each follows TDD and preloads constraint skills.

AgentWhat It Does
sf-architectOrchestrator — analyzes requirements, designs solutions, decomposes tasks, runs final review
sf-apex-agentAll Apex — classes, triggers, batch, async, callouts, tests (TDD)
sf-lwc-agentAll LWC — components, Jest tests, wire service, events, SLDS
sf-flow-agentAll Flow — record-triggered, screen, scheduled, approval processes
sf-admin-agentAll config — objects, permissions, sharing, metadata, Experience Cloud
sf-integration-agentAll integration — REST/SOAP callouts, Named Creds, Platform Events, CDC
sf-agentforce-agentAgentforce — topics, custom Apex actions, prompt templates
sf-review-agentCross-domain review — security audit, performance, test coverage
sf-bugfix-agentFix build errors, test failures, deploy issues (minimal diff)
sf-aura-reviewerReview Aura components + migration to LWC
sf-visualforce-reviewerReview Visualforce pages + migration to LWC

Platform Agents (6)

AgentWhat It Does
deep-researcherMulti-source research with citations
doc-updaterDocumentation sync and codemap generation
eval-runnerEvaluate and benchmark performance
learning-engineInstinct-based learning from sessions
loop-operatorAutonomous agent loop management
refactor-cleanerDead code removal and consolidation

Constraint Skills (7) — Auto-loaded by agents

These enforce hard rules. Agents preload them via skills frontmatter.

SkillRules
sf-apex-constraintsGovernor limits, bulkification, naming
sf-lwc-constraintsComponent naming, security, accessibility
sf-trigger-constraintsOne-trigger-per-object, handler delegation
sf-security-constraintsCRUD/FLS, sharing, injection prevention
sf-testing-constraintsCoverage, isolation, assertions
sf-soql-constraintsQuery safety, selectivity
sf-deployment-constraintsDeploy safety, test levels, validation

Pattern Skills (29) — Read by agents on demand

Agents read these for domain knowledge when the task matches. Not user-invocable.

Apex

SkillKnowledge
sf-apex-best-practicesClass organization, error handling, collections
sf-apex-testingTestDataFactory, bulk scenarios, mocks
sf-apex-async-patternsBatch vs Queueable vs @future decision
sf-apex-enterprise-patternsFFLIB selector/domain/service/UoW
sf-apex-cursorCursor API for large result sets
sf-trigger-frameworksHandler patterns, recursion prevention
sf-soql-optimizationSelectivity, indexes, query plans
sf-governor-limitsLimit reference, optimization strategies

LWC

SkillKnowledge
sf-lwc-developmentComponent lifecycle, wire, events, SLDS
sf-lwc-testingJest mocking, DOM queries, accessibility

Flow

SkillKnowledge
sf-flow-developmentFlow types, bulkification, error handling
sf-approval-processesApproval lifecycle, multi-step, delegation

Admin / Config

SkillKnowledge
sf-data-modelingObjects, relationships, CMDTs, sharing
sf-experience-cloudSites, guest users, external sharing
sf-metadata-managementpackage.xml, .forceignore, source tracking

Integration

SkillKnowledge
sf-integrationREST/SOAP callouts, Named Creds, retry
sf-platform-events-cdcEvent publish/subscribe, CDC setup
sf-api-designCustom REST endpoints, batch operations

Agentforce

SkillKnowledge
sf-agentforce-developmentTopics, actions, prompt templates

Cross-domain

SkillKnowledge
sf-securityCRUD/FLS enforcement, sharing, injection
sf-e2e-testingIntegration test strategy, bulk scenarios
sf-debuggingDebug logs, explain plans, common errors
sf-deploymentDeploy strategies, validation-only, rollback
sf-devops-ci-cdGitHub Actions, CI/CD, scratch org CI
sf-cli-referenceSF CLI commands — org, data, source, package, deploy
sf-tdd-workflowRed-Green-Refactor, TDD methodology
sf-build-fixCompilation errors, metadata conflicts

Legacy

SkillKnowledge
sf-aura-developmentAura patterns + LWC migration
sf-visualforce-developmentVF patterns + LWC migration

Utility Skills — User-invocable

SkillWhat It Does
/sf-helpThis skill — discover available agents and skills
/sf-quickstartInteractive onboarding for new projects
/sf-docs-lookupLook up Salesforce documentation
/sf-harness-auditAudit SCC configuration health
/sf-2gp-security-review2GP managed package AppExchange security review
/sessionsList and manage saved sessions

Quick Start

  1. /sf-quickstart — detect project type, configure SCC
  2. Describe your task — sf-architect auto-activates for planning
  3. Domain agents auto-activate for building (sf-apex-agent, sf-lwc-agent, etc.)
  4. sf-review-agent auto-activates before deployment

Fixing build errors? Describe the error — sf-bugfix-agent activates.

Need docs? /sf-docs-lookup <topic>

Related

  • Pattern skills: sf-quickstart, sf-docs-lookup, sf-harness-audit