.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/jiten-singh-shahi/salesforce-claude-code
home/skills/jiten-singh-shahi/salesforce-claude-code
jiten-singh-shahi avatar

jiten-singh-shahi/salesforce-claude-code

58 skills

View on GitHub
$npx skills add jiten-singh-shahi/salesforce-claude-code
SkillInstalls
asideUse when you need a quick Salesforce answer mid-task. Answer a side question about Apex, org config, or metadata without losing context, then resume work…—checkpointUse when saving Salesforce development progress. Create a named checkpoint via git stash before risky Apex deploys or org changes for easy recovery.—configure-sccUse when setting up SCC for Salesforce Apex and LWC development. Interactive wizard to install profiles, modules, and customize the harness for your org.—continuous-agent-loopUse when building autonomous Claude Code loops for Salesforce Apex and LWC projects.—mcp-server-patternsUse when building MCP servers for Salesforce Apex or org integration.—model-routeUse when selecting Claude model tier for Salesforce development tasks. Recommend haiku, sonnet, or opus based on Apex complexity, deploy risk, and budget.—prompt-optimizerUse when improving a Salesforce, Apex, or LWC prompt. Analyze intent and gaps, match SCC skills/agents, output a ready-to-paste optimized prompt. Advisory only.—refactor-cleanUse when cleaning up Salesforce Apex or LWC code. Dead code removal and consolidation using PMD and Salesforce Code Analyzer for safe cleanup.—resume-sessionUse when resuming a previous Salesforce development session. Load saved org context and Apex work-in-progress to continue where the last session ended.—save-sessionUse when saving current Salesforce development session state. Persist org context, Apex progress, and pending work to a dated file for future session…—search-firstUse when researching existing Salesforce tools, Apex libraries, or metadata patterns before writing custom code. Search-first workflow with agent.—security-scanUse when scanning Salesforce org Claude Code configuration for security vulnerabilities, deploy misconfigurations, and injection risks in CLAUDE.md, hooks, and…—sessionsUse when managing Salesforce Claude Code session history. List, load, alias, and inspect saved Apex and org development sessions stored in ~/.claude/sessions/.—sf-2gp-security-reviewUse when user asks for a 2GP security review, AppExchange readiness check, or pass/fail prediction for Apex, LWC, SOQL.—sf-agentforce-developmentAgentforce agent development — Agent Script, topics/subagents, actions, testing, metadata.—sf-agentforce-mcp-actionsMCP Server actions for Agentforce — registry, auth, prebuilt servers, Apex integration. Use when configuring MCP as an Agentforce action type.—sf-apex-async-patternsAsync Apex patterns — @future, Queueable, Batch, Schedulable, Platform Events, chaining. Use when choosing or implementing async processing.—sf-apex-best-practicesUse when writing production-ready Salesforce Apex classes — organization, error handling, collection patterns. Do NOT use for test classes or triggers.—sf-apex-constraintsEnforce Apex governor limits, naming, bulkification, and security rules. Use when writing or reviewing ANY Apex class, trigger, or batch job.—sf-apex-cursorApex Cursor API for paginating large SOQL results (up to 50M records) — cursor navigation, Queueable chaining, LWC pagination.—sf-apex-enterprise-patternsUse when implementing Salesforce Apex Enterprise Patterns (FFLIB) — Selector, Domain, Service, Unit of Work layers. Do NOT use for simple orgs or constraints.—sf-apex-testingApex unit testing — test structure, TestDataFactory, governor limit testing, async testing, mocks, coverage. Use when writing tests or improving coverage.—sf-api-designSalesforce API design — custom REST endpoints, batch operations, Composite API, error envelopes, auth. Use when designing APIs exposed from Salesforce.—sf-approval-processesUse when designing Salesforce Apex approval processes, multi-step approvals, or Flow-integrated submissions. Do NOT use for general Apex or Flow-only work.—sf-aura-developmentSalesforce Aura component development — bundles, events, server-side actions, Locker Service, and LWC migration. Use when maintaining or migrating Aura.—sf-build-fixAuto-fix Salesforce build errors — Apex compilation, metadata conflicts, dependencies, test failures. Use when build errors block deployment.—sf-cli-referenceUse when looking up Salesforce CLI sf commands — org login, project deploy, apex run test, data query, package install, scratch org creation.—sf-data-modelingUse when designing Salesforce custom objects, relationships, Custom Metadata, or sharing models for scalable org architecture.—sf-debuggingSalesforce debugging — debug logs, SOQL explain plan, Flow debug, LWC DevTools, error resolution.—sf-deploymentUse when deploying to a Salesforce org. SF CLI source deploy, metadata API, package deployment, validation-then-quick-deploy, rollback planning, and production…—sf-deployment-constraintsEnforce deployment safety — validation-only first, test coverage gates, metadata ordering, rollback readiness.—sf-devops-ci-cdUse when setting up Salesforce CI/CD pipelines. GitHub Actions, JWT auth, scratch org workflows, sandbox promotion, and deployment automation.—sf-docs-lookupUse when looking up official Salesforce documentation. Apex reference, LWC docs, platform guides, API references, and SF CLI commands via WebSearch.—sf-e2e-testingUse when writing Salesforce Apex end-to-end integration tests, deployment verification, or bulk scenario validation. Do NOT use for unit tests or TDD.—sf-experience-cloudSalesforce Experience Cloud — site setup, guest users, external sharing, LWC in communities, CMS, auth. Use when building portals or partner communities.—sf-flow-developmentSalesforce Flow development — flow types, patterns, bulkification, error handling, testing, subflows, Flow vs Apex. Use when building or reviewing Flows.—sf-governor-limitsUse when hitting Salesforce governor limits in Apex — SOQL, DML, heap, CPU optimization, async offloading, bulk processing strategies.—sf-harness-auditUse when auditing SCC harness for Salesforce development completeness.—sf-helpUse 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.—sf-integrationUse when building Salesforce Apex integrations — REST/SOAP callouts, Named Credentials, inbound API, External Services.—sf-lwc-constraintsEnforce LWC naming, security, accessibility, and performance rules. Use when writing or reviewing ANY LWC component, template, or JS controller.—sf-lwc-developmentLWC development — components, reactive properties, wire service, Apex integration, events, lifecycle hooks.—sf-lwc-testingLWC Jest testing — component mounting, wire/Apex mocking, user interaction simulation, toast/navigation verification.—sf-metadata-managementUse when working with Salesforce metadata types, package.xml, or .forceignore. Source vs metadata format, retrieval, deployment, and org comparison.—sf-platform-events-cdcSalesforce Platform Events and CDC — Apex publish/subscribe, event replay, testing patterns. Use when designing event-driven integrations or data sync.—sf-quickstartUse when setting up SCC on a Salesforce project. Detect Apex, LWC, or mixed project type, recommend configuration, install appropriate profile.—sf-securityUse when implementing Salesforce Apex security — CRUD/FLS enforcement, sharing keywords, SOQL injection prevention, AppExchange review prep.—sf-security-constraintsEnforce CRUD/FLS, sharing model, SOQL injection prevention, and XSS protection for Apex and LWC.—sf-soql-constraintsEnforce SOQL/SOSL safety rules, selectivity, and governor limit compliance. Use when writing or reviewing ANY SOQL query, SOSL search, or database operations.—sf-soql-optimizationSOQL optimization — selective queries, index strategy, query plans, relationship efficiency, large data volumes.—sf-tdd-workflowUse when doing test-driven Salesforce Apex development — RED-GREEN-REFACTOR cycle for classes, triggers, and LWC Jest. Do NOT use for test patterns only.—sf-testing-constraintsEnforce Apex testing standards — 75% coverage minimum, test isolation, assertions, TestDataFactory.—sf-trigger-constraintsEnforce one-trigger-per-object, handler delegation, bulkification, and recursion prevention. Use when writing or reviewing ANY Apex trigger or handler.—sf-trigger-frameworksSalesforce Apex trigger framework patterns — TriggerHandler, FFLIB Domain, TDTM, bypass and recursion control. Use when adopting or refactoring triggers.—sf-visualforce-developmentVisualforce development — pages, controllers, extensions, ViewState, JS Remoting, LWC migration.—strategic-compactUse when managing context during long Salesforce Apex development sessions.—update-docsUse when syncing documentation after Salesforce Apex code changes. Update README, API docs, and deploy metadata references to match the current org codebase.—update-platform-docsUpdate Salesforce platform reference docs with latest release features and deprecation announcements.—