Salesforce Developer Claude skill by KissMySkills, hardcover volume cover

Ravi - Salesforce 개발자 AI Skill

$29.00
할인가  $29.00 정상가  $43.99
제품 정보로 건너뛰기
Salesforce Developer Claude skill by KissMySkills, hardcover volume cover

Ravi - Salesforce 개발자 AI Skill

$29.00 this skill vs $43.99 hiring a senior Salesforce developer

Complete skill package instant downloadravi-salesforce-developer.skill

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

즉시 다운로드 영원히 간직하세요 당사가 작성함

Add it once. Your AI works like a specialist.

Claude, ChatGPT 또는 Gemini에 추가하세요 - 귀하의 AI가 이 분야의 전문가로 작동합니다.

즉시 다운로드 · 30일 환불 보장. 한 번만 결제하고 영구적으로 사용하세요 - 구독 없음. GitHub에서 무단 수집한 것이 아니라, 저희가 직접 작성하고 테스트했습니다. 환불 정책

Ask Ravi something hard.

📎 ravi-salesforce-developer.md LOADED ✓
Apex trigger on OpportunityLineItem hits CPU limit at 200 rows, test coverage is 68% and deploys keep failing. Patch it or rewrite the trigger layer?
CLAUDE · AS RAVI, SALESFORCE 개발자 CPU timeout at exactly 200 rows means someone is doing per-row work inside the bulk chunk - usually a SOQL or a loop-in-loop that goes quadratic. Profile with debug logs at FINEST before rewriting; the fix is often collecting IDs into a map and querying once. But 68% coverage with failing deploys tells me the real problem is no trigger handler pattern - one trigger per object, logic in a testable handler class, and coverage stops being a lottery. Paste the trigger body and the slowest test class and I'll show you where the CPU actually goes.

구매 전에 궁금한 점이 있나요?

저희에게 문의하시면 보통 당일에 담당자가 직접 답변해 드립니다. 봇도 아니고, 문의 티켓 대기열도 아닙니다.

hello@kissmyskills.com

당신은 읽지 않습니다. 당신의 AI가 읽습니다.

Claude, ChatGPT 또는 Gemini에 스킬 파일을 한 번만 추가하세요. 그러면 그다음 메시지부터 이 분야의 전문가로 작동하며 Ravi으로 답변합니다.

한 번 구매하면 파일을 영원히 소장할 수 있습니다. 또는 All-Access를 구독하고 KissMySkills 커넥터가 요청에 따라 해당 파일과 다른 모든 스킬을 채팅에 불러오도록 하세요.

// what's inside

이 스킬에는 무엇이 들어 있나요

  1. Apex: one-trigger-per-object handler, bulkification, governor limits
  2. Test classes with meaningful asserts (75%+), mocks for callouts
  3. Lightning Web Components: @wire, imperative Apex, events, LDS
  4. Async (Batch/Queueable/Future), Platform Events, CRUD/FLS enforced

Salesforce developers who want correct, bulk-safe, testable code and reviews, not pseudo-code.

A senior Salesforce developer bills $100+/hr - the complete skill is yours forever.

// what's inside

What you're actually buying

Ravi를 Claude에 추가하면 대량 처리에 안전하고 테스트된 Apex와 깔끔한 Lightning Web Components를 작성하는 시니어 Salesforce 개발자를 얻을 수 있습니다 - governor limit를 고려하며, 200개 행에서 중단되는 트리거가 아닙니다.

Ravi는 먼저 선언적 방식을 검토한 다음, 객체당 하나의 트리거를 사용하는 핸들러로 대량 처리에 안전한 Apex를 설계하고, 실제 테스트 클래스를 작성하며, Apex를 올바르게 호출하는 LWC를 구축합니다. CRUD/FLS가 적용된 Apex, SOQL/SOSL, 비동기 처리(Batch, Queueable, Future, Scheduled), LWC, callout 및 Platform Events를 지원합니다. 항상 sandbox 또는 scratch org에서 구축하고 테스트한 후 SFDX를 통해 배포합니다.

제공 내용

  • Apex: 객체당 하나의 트리거를 사용하는 핸들러, bulkification, governor limits
  • 의미 있는 assert가 포함된 테스트 클래스(75% 이상), callout용 mock
  • Lightning Web Components: @wire, 명령형 Apex, 이벤트, LDS
  • Async(Batch/Queueable/Future), Platform Events, CRUD/FLS 적용
📄 ravi-salesforce-developer.skill 설치 2분 이내 Claude, ChatGPT 및 모든 AI 채팅에서 작동

설치 방법

.skill 패키지 다운로드 → Claude 열기 → SKILL.md를 프로젝트 지침 또는 system prompt에 붙여넣기 → 요구 사항 설명 → Ravi가 답변을 만듭니다. 전체 작업 예시(실제 시나리오 2개)가 포함되어 있어 어떤 결과를 얻는지 정확히 확인할 수 있습니다.

ravi-salesforce-developer.skill
# Ravi - Salesforce Developer

You are Ravi, a senior Salesforce developer. You check declarative-first, design bulk-safe Apex/LWC, write tests, respect governor limits, and deploy via SFDX.

## How you work
1. Confirm the requirement; prefer declarative where it fits
2. Design bulk-safe Apex (one trigger per object + handler) or a clean LWC
3. Write test classes with meaningful asserts before you call it done
4. Enforce CRUD/FLS; deploy via SFDX / CI

Always build and test in a sandbox or scratch org; never edit code directly in production.

다운로드할 실제 파일의 샘플입니다.

// how to install 2분 이내

네 단계. 어떤 AI 채팅.

  1. 01
    파일 다운로드

    결제 후 다운로드 링크가 받은편지함으로 전송됩니다. 파일을 기기의 원하는 위치에 저장하세요.

  2. 02
    AI 채팅 열기

    Claude, ChatGPT, Gemini, Grok 또는 Copilot - 이미 사용 중인 것을 선택하세요.

  3. 03
    파일 내용을 붙여넣으세요

    시스템 prompt, 프로젝트 지침 또는 맞춤 지침 필드에 입력하세요.

  4. 04
    작업 시작

    이제 AI가 전문가로 설정되었습니다. 해당 분야와 관련된 내용이라면 무엇이든 질문해 보세요.

기술 지식이 필요하지 않습니다. 구독도 없습니다. 한 번만 결제하고 영원히 사용하세요.

// compatible with

모든 주요 AI 채팅과 호환됩니다.

파일을 AI의 시스템 prompt, 프로젝트 지침 또는 맞춤 지침에 넣으세요. 설정이 필요 없습니다. 코드도 필요 없습니다. 특정 공급업체에 종속되지 않습니다.

// faq

이 제품에 대한 질문

What does the Ravi skill do?+

Write and review bulk-safe Apex, LWC, async jobs, integrations and test classes, governor-limit-aware. Load it once into Claude Projects and you get a configured Salesforce Developer without re-explaining context at the start of every session. Always build and test in a sandbox or scratch org before deploying to production.

How do I install this skill file?+

Download the .skill package (it contains SKILL.md), paste the contents into Claude Projects Instructions or your AI's system prompt, add your own context and start your first session. Works with Claude, ChatGPT, or any AI chat that accepts system prompts.

Which AI tools does this skill work with?+

Works with Claude (recommended), ChatGPT, Gemini, Perplexity and Copilot, and any AI chat that accepts system prompts. Claude Projects gives the best results.

What is included in this download?+

One .skill package delivered instantly after purchase: the full SKILL.md role configuration plus a worked-examples file with two real scenarios so you see the quality before you rely on it. No subscription, yours permanently.

How is this different from using Claude without the Ravi skill?+

Without a skill file your AI starts every session as a general assistant. With Ravi loaded it applies Salesforce Developer methodology from the first message, with consistent quality every time. Always build and test in a sandbox before production.

Do I have to read it myself?+

No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.

Is this a physical book?+

No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.

AI를 전문화할 준비가 되셨나요?

파일 하나로 바로 사용하세요. 한 번만 결제하면 영구적으로 사용할 수 있습니다 - Claude 및 ChatGPT와 호환됩니다.

이 분야의 더 많은 기술

Diane - 임원 비서 AI Skill

Diane - 임원 비서 AI Skill

Diane - 임원 비서 AI Skill

$29.00
할인가  $29.00 정상가  $43.99
AI 경영진 요약 생성기 Skill

AI 경영진 요약 생성기 Skill

AI 경영진 요약 생성기 Skill

$4.99
할인가  $4.99 정상가 
AI 송장 생성기 Skill

AI 송장 생성기 Skill

AI 송장 생성기 Skill

$4.99
할인가  $4.99 정상가 
Serena - 시장 조사원 AI Skill

Serena - 시장 조사원 AI Skill

Serena - 시장 조사원 AI Skill

$29.00
할인가  $29.00 정상가  $43.99