salesforce-claude-code: Skill for Claude Code

.cursor/skills/aside/SKILL.md

aside is a skill for Claude Code, Cursor from jiten-singh-shahi/salesforce-claude-code. It costs 34 tokens per session (799 once invoked), scanned A, original, MIT.

A quick Salesforce question-and-answer command for Apex, organisation settings, or metadata. Salesforce is a platform for building and running customer-management applications.

In plain words
What is it for?
Use it to ask about an Apex function, Salesforce configuration, metadata, thread safety, or query patterns, then return to the original task.
Why use it?
It lets you get a focused technical explanation during another task without changing the current work or losing its context.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: shipped in a Claude Code plugin, but also installed under .cursor/.

This is jiten-singh-shahi/salesforce-claude-code's own configuration. It tells Claude Code and Cursor how to work on salesforce-claude-code itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything salesforce-claude-code configures →

Part of the salesforce-claude-code plugin — 41 skills, 17 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to jiten-singh-shahi/salesforce-claude-code. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jiten-singh-shahi/salesforce-claude-code/main/.cursor/skills/aside/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jiten-singh-shahi/salesforce-claude-code

Made for: Claude Code, Cursor.

Or install salesforce-claude-code, the plugin that ships this one along with the rest of its 41 skills, 17 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aside

README.md
[![agentmods](https://agentmods.dev/badge/skills/jiten-singh-shahi/salesforce-claude-code/aside/github.svg)](https://agentmods.dev/skills/jiten-singh-shahi/salesforce-claude-code/aside)
Your own site
<a href="https://agentmods.dev/skills/jiten-singh-shahi/salesforce-claude-code/aside"><img src="https://agentmods.dev/badge/skills/jiten-singh-shahi/salesforce-claude-code/aside/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aside

Your own site · 80×15
<a href="https://agentmods.dev/skills/jiten-singh-shahi/salesforce-claude-code/aside"><img src="https://agentmods.dev/badge/skills/jiten-singh-shahi/salesforce-claude-code/aside.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 799 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00799
Opus 5 $0.00017 $0.00400
Sonnet 5 $0.00007 $0.00160
Haiku 4.5 $0.00003 $0.00080

Measured 9d ago against content hash 0434a6258fe5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

aside scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/aside/SKILL.md · 116 lines

How it starts

The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Aside — Quick Side Question Without Losing Context

Ask a question mid-task and get an immediate, focused answer — then continue right where you left off. The current task, files, and context are never modified.

When to Use

  • You're curious about something while Claude is working and don't want to lose momentum
  • You need a quick explanation of code Claude is currently editing
  • You want a second opinion or clarification on a decision without derailing the task
  • You need to understand an error, concept, or pattern before Claude proceeds
  • You want to ask something unrelated to the current task without starting a new session

Usage

/aside <your question>
/aside what does this function actually return?
/aside is this pattern thread-safe?
/aside why are we using X instead of Y here?
/aside what's the difference between foo() and bar()?
/aside should we be worried about the SOQL in a loop we just added?

Process

Step 1: Freeze the current task state

Before answering anything, mentally note:

  • What is the active task? (what file, feature, or problem was being worked on)
  • What step was in progress at the moment the aside was invoked?
  • What was about to happen next?

Do NOT touch, edit, create, or delete any files during the aside.

Step 2: Answer the question directly

Answer the question in the most concise form that is still complete and useful.

  • Lead with the answer, not the reasoning
  • Keep it short — if a full explanation is needed, offer to go deeper after the task
  • If the question is about the current file or code being worked on, reference it precisely (file path and line number if relevant)
  • If answering requires reading a file, read it — but read only, never write

Format the response as:

ASIDE: [restate the question briefly]

[Your answer here]

— Back to task: [one-line description of what was being done]

Step 3: Resume the main task

After delivering the answer, immediately continue the active task from the exact point it was paused. Do not ask for permission to resume unless the aside answer revealed a blocker or a reason to reconsider the current approach.

Read the full file on GitHub · 116 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 116 lines · 34 tokens per session scan A 0434a6258fe5

Subscribe to this mod's changes

aside is a skill published in the GitHub repository jiten-singh-shahi/salesforce-claude-code (16 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 799 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

case-feed-send-email-action

Use when configuring the outbound Send Email quick action in Lightning Case Feed — creating the action in Setup on Case (Action Type = Send Email), attaching a default Custom email template, setting predefined To/CC/BCC values, wiring QuickAction.QuickActionDefaultsHandler Apex defaults, respecting the Lightning…

PranavNagrecha/AwesomeSalesforceSkills · 192 tokens

acceptance-criteria-given-when-then

Use this skill when writing test-first, behavior-driven acceptance criteria in Given/When/Then format for a Salesforce user story. Covers happy path, edge cases, negative paths, permission boundaries, and data-state preconditions so the AC block can drive UAT scripts and Apex test design downstream. Trigger keywords…

PranavNagrecha/AwesomeSalesforceSkills · 161 tokens

agent-conversation-design

Use when writing or auditing the conversational copy layer of a Salesforce bot or Agentforce agent: utterance authoring strategy, fallback message copy, escalation-criteria phrasing, and persona-consistent dialog scripting across channels. NOT for designing the bot dialog structure, intent model, or handoff…

PranavNagrecha/AwesomeSalesforceSkills · 95 tokens

analytics-dataflow-development

Use this skill when building, debugging, or optimizing CRM Analytics dataflows — defining node types (sfdcDigest, Append, Augment, computeExpression, computeRelative, Flatten, dim2mea, sfdcRegister), scheduling runs, handling run failures, and tuning performance. NOT for doing the same transformation in a Data Prep…

PranavNagrecha/AwesomeSalesforceSkills · 103 tokens

analytics-recipe-design

Use this skill when designing or building CRM Analytics Data Prep recipes — including node selection, join patterns, bucket field configuration, formula expressions, and scheduling. Triggers: 'build a recipe', 'join datasets in analytics', 'bucket a measure field', 'schedule a recipe', 'data prep transformation'. NOT…

PranavNagrecha/AwesomeSalesforceSkills · 101 tokens

approval-process-apex-patterns

Programmatically driving Salesforce Approval Processes from Apex — Approval.process(ProcessSubmitRequest) to submit, ProcessWorkitemRequest to approve / reject / reassign, recall semantics, querying ProcessInstance and ProcessInstanceWorkitem to find pending approvals, and the bulk-submit / bulk-action error-row…

PranavNagrecha/AwesomeSalesforceSkills · 140 tokens