VerifiedGit
v1.0.0

Agentforce Development

by @jiten-singh-shahi0 pulls
URLopenbooklet.com/s/agentforce-development
Pinnedopenbooklet.com/s/agentforce-development@1.0.0
APIGET /api/v1/skills/agentforce-development

Procedures for building Agentforce AI agents. Architecture, syntax reference, metadata types, instruction guidelines, and context engineering principles live in the reference file.

Agentforce Developmentviewing
/search-first — Research Before You Codeskills/search-first/SKILL.md

Systematizes the "search for existing solutions before implementing" workflow.

Agentforce MCP Server Actions.cursor/skills/sf-agentforce-mcp-actions/SKILL.md

How to use Model Context Protocol (MCP) servers as Agentforce action types. For building MCP servers, see `mcp-server-patterns`.

Apex Async Patterns.cursor/skills/sf-apex-async-patterns/SKILL.md

Implementation guidance for asynchronous Apex. Covers when to use each pattern and how to implement it correctly. Governor limit numbers and hard rules live in the referenced files and `sf-apex-constraints`.

Apex Best Practicesskills/sf-apex-best-practices/SKILL.md

Procedures for writing production-ready Apex. Constraint rules (never/always lists) live in `sf-apex-constraints`. This skill covers the _how_ — class organization, error handling patterns, null safety techniques, and collection usage.

Apex Cursor.cursor/skills/sf-apex-cursor/SKILL.md

The `Cursor` class (GA Spring '26) enables efficient pagination through up to 50 million SOQL rows without the 2,000-row OFFSET limit. Use it for large dataset processing that previously required chunked OFFSET patterns or raw Batch Apex.

Apex Enterprise Patternsskills/sf-apex-enterprise-patterns/SKILL.md

Implementation guidance for Apex Enterprise Patterns (AEP / FFLIB). Covers the four-layer architecture, pragmatic adoption, and when NOT to use them. Constraint rules live in `sf-apex-constraints`.

Apex Testing.cursor/skills/sf-apex-testing/SKILL.md

Procedures and patterns for writing effective Apex tests. Constraint rules (never/always lists for test isolation, assertions, SeeAllData) live in `sf-testing-constraints`. This skill covers the _how_ — test structure, factories, mocks, async testing, and coverage strategies.

Apex Testing Constraints.cursor/skills/sf-testing-constraints/SKILL.md
asideskills/aside/SKILL.md

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

Aura Component Developmentskills/sf-aura-development/SKILL.md

Aura is Salesforce's original Lightning component framework (introduced 2014). While LWC is the modern standard, thousands of production orgs still run Aura components. This skill covers authoring, maintaining, and migrating Aura components.

Build Fix — Salesforce Build and Deployment Error Resolution.cursor/skills/sf-build-fix/SKILL.md

Fix build and deployment errors incrementally. Parse error output, classify issues, fix one at a time, re-validate.

configure-sccskills/configure-scc/SKILL.md

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

LWC Testing with Jest.cursor/skills/sf-lwc-testing/SKILL.md

LWC uses Jest as its test runner. Salesforce provides `@salesforce/sfdx-lwc-jest` to handle Salesforce-specific imports. Tests run in Node.js — no browser, no Salesforce org.

model-routeskills/model-route/SKILL.md

Use when selecting Claude model tier for Salesforce development tasks. Recommend haiku, sonnet, or opus based on Apex complexity, deploy risk, and budget.

refactor-cleanskills/refactor-clean/SKILL.md

Use when cleaning up Salesforce Apex or LWC code. Dead code removal and consolidation using PMD and Salesforce Code Analyzer for safe cleanup.

Salesforce API Design.cursor/skills/sf-api-design/SKILL.md

Patterns for designing and implementing custom APIs on the Salesforce platform. Callout limits, Composite API limits, and Named Credential details live in the reference file.

Salesforce Deployment Constraints.cursor/skills/sf-deployment-constraints/SKILL.md
Salesforce Flow Development.cursor/skills/sf-flow-development/SKILL.md

Procedures for building, testing, and maintaining Salesforce Flows. Flow type details, governor limits, bulkification rules, and the Flow vs Apex decision matrix live in the reference file.

Salesforce Integration Patternsskills/sf-integration/SKILL.md

Procedures for building integrations between Salesforce and external systems. Limits, auth protocols, and pattern decision matrices live in the reference file.

Salesforce Securityskills/sf-security/SKILL.md

Salesforce has a layered security model. Each layer must be respected in Apex code, SOQL queries, and UI components.

Auto-indexed from jiten-singh-shahi/salesforce-claude-code

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0