Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

salesforce-claude-code

يحتوي salesforce-claude-code على 116 من skills المجمعة من jiten-singh-shahi، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
116
Stars
13
محدث
2026-04-10
Forks
2
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

sf-agentforce-development
مطوّرو البرمجيات

Agentforce agent development — Agent Script, topics/subagents, actions, testing, metadata. Use when building Agentforce agents, Apex InvocableMethod actions, or agent SOQL patterns. Do NOT use for non-Agentforce Apex or Flow-only automation.

2026-04-10
sf-agentforce-mcp-actions
مطوّرو البرمجيات

MCP Server actions for Agentforce — registry, auth, prebuilt servers, Apex integration. Use when configuring MCP as an Agentforce action type. Do NOT use for building MCP servers.

2026-04-10
sf-agentforce-development
مطوّرو البرمجيات

Agentforce agent development — Agent Script, topics/subagents, actions, testing, metadata. Use when building Agentforce agents, Apex InvocableMethod actions, or agent SOQL patterns. Do NOT use for non-Agentforce Apex or Flow-only automation.

2026-04-10
sf-agentforce-mcp-actions
مطوّرو البرمجيات

MCP Server actions for Agentforce — registry, auth, prebuilt servers, Apex integration. Use when configuring MCP as an Agentforce action type. Do NOT use for building MCP servers.

2026-04-10
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.

2026-04-09
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.

2026-04-09
sf-2gp-security-review
محللو أمن المعلومات

Use when user asks for a 2GP security review, AppExchange readiness check, or pass/fail prediction for Apex, LWC, SOQL. Do NOT use for general security patterns.

2026-04-09
sf-cli-reference
مطوّرو البرمجيات

Use when looking up Salesforce CLI sf commands — org login, project deploy, apex run test, data query, package install, scratch org creation. Do NOT use for web documentation lookup or Apex code patterns.

2026-04-09
sf-2gp-security-review
محللو أمن المعلومات

Use when user asks for a 2GP security review, AppExchange readiness check, or pass/fail prediction for Apex, LWC, SOQL. Do NOT use for general security patterns.

2026-04-09
sf-cli-reference
مطوّرو البرمجيات

Use when looking up Salesforce CLI sf commands — org login, project deploy, apex run test, data query, package install, scratch org creation. Do NOT use for web documentation lookup or Apex code patterns.

2026-04-09
sf-harness-audit
محللو ضمان جودة البرمجيات والمختبرون

Use when auditing SCC harness for Salesforce development completeness. Check hooks, agents, skills, and rules health for Apex and LWC coverage, and score each category.

2026-04-08
sf-harness-audit
محللو ضمان جودة البرمجيات والمختبرون

Use when auditing SCC harness for Salesforce development completeness. Check hooks, agents, skills, and rules health for Apex and LWC coverage, and score each category.

2026-04-08
prompt-optimizer
مطوّرو البرمجيات

Use 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.

2026-04-03
sf-quickstart
مطوّرو البرمجيات

Use when setting up SCC on a Salesforce project. Detect Apex, LWC, or mixed project type, recommend configuration, install appropriate profile.

2026-04-03
prompt-optimizer
مطوّرو البرمجيات

Use 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.

2026-04-03
sf-quickstart
مطوّرو البرمجيات

Use when setting up SCC on a Salesforce project. Detect Apex, LWC, or mixed project type, recommend configuration, install appropriate profile.

2026-04-03
configure-scc
مطوّرو البرمجيات

Use when setting up SCC for Salesforce Apex and LWC development. Interactive wizard to install profiles, modules, and customize the harness for your org.

2026-04-03
mcp-server-patterns
مطوّرو البرمجيات

Use when building MCP servers for Salesforce Apex or org integration. Node/TypeScript SDK patterns — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Do NOT use for Apex class writing or deployment.

2026-04-03
configure-scc
مطوّرو البرمجيات

Use when setting up SCC for Salesforce Apex and LWC development. Interactive wizard to install profiles, modules, and customize the harness for your org.

2026-04-03
mcp-server-patterns
مطوّرو البرمجيات

Use when building MCP servers for Salesforce Apex or org integration. Node/TypeScript SDK patterns — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Do NOT use for Apex class writing or deployment.

2026-04-03
continuous-agent-loop
مطوّرو البرمجيات

Use when building autonomous Claude Code loops for Salesforce Apex and LWC projects. Patterns from sequential pipelines to RFC-driven multi-agent DAG systems with quality gates. Do NOT use for single-shot Apex tasks.

2026-04-03
sf-apex-async-patterns
مطوّرو البرمجيات

Async Apex patterns — @future, Queueable, Batch, Schedulable, Platform Events, chaining. Use when choosing or implementing async processing. Do NOT use for synchronous Apex or constraint enforcement.

2026-04-03
sf-apex-best-practices
مطوّرو البرمجيات

Use when writing production-ready Salesforce Apex classes — organization, error handling, collection patterns. Do NOT use for test classes or triggers.

2026-04-03
sf-apex-constraints
مطوّرو البرمجيات

Enforce Apex governor limits, naming, bulkification, and security rules. Use when writing or reviewing ANY Apex class, trigger, or batch job. Do NOT use for LWC, Flow, or Visualforce.

2026-04-03
sf-apex-enterprise-patterns
مطوّرو البرمجيات

Use when implementing Salesforce Apex Enterprise Patterns (FFLIB) — Selector, Domain, Service, Unit of Work layers. Do NOT use for simple orgs or constraints.

2026-04-03
sf-apex-testing
محللو ضمان جودة البرمجيات والمختبرون

Apex unit testing — test structure, TestDataFactory, governor limit testing, async testing, mocks, coverage. Use when writing tests or improving coverage. Do NOT use for TDD workflow or LWC Jest tests.

2026-04-03
sf-debugging
مطوّرو البرمجيات

Salesforce debugging — debug logs, SOQL explain plan, Flow debug, LWC DevTools, error resolution. Use when diagnosing Apex exceptions, governor breaches, or Flow failures. Do NOT use for tests or build errors.

2026-04-03
sf-deployment
مطوّرو البرمجيات

Use when deploying to a Salesforce org. SF CLI source deploy, metadata API, package deployment, validation-then-quick-deploy, rollback planning, and production deployment best practices.

2026-04-03
sf-experience-cloud
مطوّرو البرمجيات

Salesforce Experience Cloud — site setup, guest users, external sharing, LWC in communities, CMS, auth. Use when building portals or partner communities. Do NOT use for internal Lightning apps.

2026-04-03
sf-flow-development
مطوّرو البرمجيات

Salesforce Flow development — flow types, patterns, bulkification, error handling, testing, subflows, Flow vs Apex. Use when building or reviewing Flows. Do NOT use for pure Apex or Platform Event architecture.

2026-04-03
sf-governor-limits
مطوّرو البرمجيات

Use when hitting Salesforce governor limits in Apex — SOQL, DML, heap, CPU optimization, async offloading, bulk processing strategies. Do NOT use for general Apex or LWC patterns.

2026-04-03
sf-integration
مطوّرو البرمجيات

Use when building Salesforce Apex integrations — REST/SOAP callouts, Named Credentials, inbound API, External Services. Do NOT use for Platform Events or Flow-only automation.

2026-04-03
sf-lwc-development
مطوّرو البرمجيات

LWC development — components, reactive properties, wire service, Apex integration, events, lifecycle hooks. Use when building LWC components or debugging wire/reactivity. Do NOT use for Aura, Visualforce, or Flow.

2026-04-03
sf-lwc-testing
محللو ضمان جودة البرمجيات والمختبرون

LWC Jest testing — component mounting, wire/Apex mocking, user interaction simulation, toast/navigation verification. Use when writing or debugging LWC Jest tests. Do NOT use for Apex or Flow testing.

2026-04-03
sf-security
محللو أمن المعلومات

Use when implementing Salesforce Apex security — CRUD/FLS enforcement, sharing keywords, SOQL injection prevention, AppExchange review prep. Do NOT use for general Apex or LWC patterns.

2026-04-03
sf-soql-optimization
مطوّرو البرمجيات

SOQL optimization — selective queries, index strategy, query plans, relationship efficiency, large data volumes. Use when queries hit limits or designing for 100K+ records. Do NOT use for general Apex, LWC, or Flow.

2026-04-03
sf-tdd-workflow
محللو ضمان جودة البرمجيات والمختبرون

Use when doing test-driven Salesforce Apex development — RED-GREEN-REFACTOR cycle for classes, triggers, and LWC Jest. Do NOT use for test patterns only.

2026-04-03
sf-trigger-constraints
مطوّرو البرمجيات

Enforce one-trigger-per-object, handler delegation, bulkification, and recursion prevention. Use when writing or reviewing ANY Apex trigger or handler. Do NOT use for non-trigger Apex, LWC, or Flow.

2026-04-03
sf-trigger-frameworks
مطوّرو البرمجيات

Salesforce Apex trigger framework patterns — TriggerHandler, FFLIB Domain, TDTM, bypass and recursion control. Use when adopting or refactoring triggers.

2026-04-03
continuous-agent-loop
مطوّرو البرمجيات

Use when building autonomous Claude Code loops for Salesforce Apex and LWC projects. Patterns from sequential pipelines to RFC-driven multi-agent DAG systems with quality gates. Do NOT use for single-shot Apex tasks.

2026-04-03
عرض أهم 40 من أصل 116 skills مجمعة في هذا المستودع.