Discovers SCC agents and skills organized by Salesforce workflows like Apex, LWC, flows, admin config. Lists 17 agents and 57 skills to select tools for tasks, onboarding, keyword search.
npx claudepluginhub jiten-singh-shahi/salesforce-claude-code --plugin salesforce-claude-codeThis skill uses the workspace's default tool permissions.
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.
Builds, modifies, debugs, and deploys Salesforce Agentforce AI agents using Agent Script, .agent files, aiAuthoringBundle metadata, and sf CLI commands like generate, preview, publish, test.
Manages AI coding skills: search/discover/install/update/remove/list/review/move across user/project scopes and multi-agents via CLI scripts and npx tools.
Indexes skills with 3-layer progressive disclosure for efficient loading: Layer 1 index always loaded, Layer 2 summary on context need, Layer 3 full on execution. Use for skill search and discovery.
Share bugs, ideas, or general feedback.
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-audit