Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
salesforce-hello-world
Create a minimal working Salesforce example with SOQL queries and sObject CRUD.
Use when starting a new Salesforce integration, testing your setup,
or learning basic Salesforce API patterns.
Trigger with phrases like "salesforce hello world", "salesforce example",
"salesforce quick start", "first salesforce query", "salesforce SOQL".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-data-handling
Implement Salesforce data privacy, GDPR/CCPA compliance, and field-level encryption patterns.
Use when handling PII in Salesforce records, implementing data subject access requests,
or configuring Salesforce Shield encryption.
Trigger with phrases like "salesforce data privacy", "salesforce PII",
"salesforce GDPR", "salesforce data retention", "salesforce encryption", "salesforce CCPA".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-rate-limits
Implement Salesforce API limit management, backoff, and quota monitoring.
Use when handling REQUEST_LIMIT_EXCEEDED errors, implementing retry logic,
or optimizing API request throughput for Salesforce.
Trigger with phrases like "salesforce rate limit", "salesforce API limit",
"salesforce 403", "salesforce retry", "salesforce governor limits", "API quota".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-known-pitfalls
Identify and avoid Salesforce anti-patterns including SOQL N+1, governor limit violations, and API waste.
Use when reviewing Salesforce code for issues, onboarding new developers,
or auditing existing Salesforce integrations for best practices violations.
Trigger with phrases like "salesforce mistakes", "salesforce anti-patterns",
"salesforce pitfalls", "salesforce what not to do", "salesforce code review".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-upgrade-migration
Analyze, plan, and execute Salesforce API version upgrades and jsforce major version migrations.
Use when upgrading Salesforce API versions, migrating jsforce v1 to v3,
or adapting to deprecated API changes.
Trigger with phrases like "upgrade salesforce", "salesforce API version",
"jsforce upgrade", "salesforce deprecation", "salesforce version migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-migration-deep-dive
Execute Salesforce data migrations using Bulk API, Data Loader, and ETL patterns.
Use when migrating data to/from Salesforce, performing org-to-org migrations,
or re-platforming CRM data into Salesforce.
Trigger with phrases like "migrate to salesforce", "salesforce data migration",
"salesforce import data", "salesforce ETL", "CRM migration to salesforce".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-core-workflow-a
Execute Salesforce CRUD operations on standard sObjects with SOQL and REST API.
Use when creating, reading, updating, or deleting Accounts, Contacts, Leads,
or Opportunities via the Salesforce API.
Trigger with phrases like "salesforce CRUD", "salesforce create record",
"salesforce update account", "salesforce SOQL query", "salesforce REST API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-reference-architecture
Implement Salesforce integration reference architecture with jsforce, SFDX, and event-driven patterns.
Use when designing new Salesforce integrations, reviewing project structure,
or establishing architecture standards for Salesforce-connected applications.
Trigger with phrases like "salesforce architecture", "salesforce project structure",
"salesforce integration design", "how to organize salesforce code", "salesforce layout".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-ci-integration
Configure Salesforce CI/CD with GitHub Actions, SFDX deployments, and Apex testing.
Use when setting up automated testing, configuring CI pipelines for metadata deployment,
or integrating Salesforce tests into your build process.
Trigger with phrases like "salesforce CI", "salesforce GitHub Actions",
"salesforce automated tests", "CI salesforce", "sfdx deploy CI".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-policy-guardrails
Implement Salesforce lint rules, SOQL injection prevention, and API usage guardrails.
Use when enforcing Salesforce integration code quality, preventing SOQL injection,
or configuring CI policy checks for Salesforce best practices.
Trigger with phrases like "salesforce policy", "salesforce lint",
"salesforce guardrails", "SOQL injection", "salesforce eslint", "salesforce code review".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-webhooks-events
Implement Salesforce Platform Events, Change Data Capture (CDC), and Outbound Messages.
Use when building real-time integrations, listening for record changes,
or implementing event-driven architecture with Salesforce.
Trigger with phrases like "salesforce events", "salesforce CDC",
"salesforce platform events", "salesforce streaming", "salesforce outbound message", "salesforce real-time".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-common-errors
Diagnose and fix Salesforce common errors, SOQL issues, and API exceptions.
Use when encountering Salesforce errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "salesforce error", "fix salesforce",
"salesforce not working", "debug salesforce", "SOQL error", "salesforce exception".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-debug-bundle
Collect Salesforce debug evidence including API limits, debug logs, and org info for support tickets.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Salesforce problems.
Trigger with phrases like "salesforce debug", "salesforce support bundle",
"collect salesforce logs", "salesforce diagnostic", "salesforce debug log".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-sdk-patterns
Apply production-ready Salesforce jsforce patterns for TypeScript and Python.
Use when implementing Salesforce integrations, refactoring SDK usage,
or establishing team coding standards for Salesforce.
Trigger with phrases like "salesforce SDK patterns", "jsforce best practices",
"salesforce code patterns", "idiomatic salesforce", "salesforce typescript".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-performance-tuning
Optimize Salesforce API performance with SOQL tuning, Composite API batching, and caching.
Use when experiencing slow API responses, optimizing SOQL queries,
or reducing API call count for Salesforce integrations.
Trigger with phrases like "salesforce performance", "optimize salesforce",
"salesforce latency", "salesforce caching", "salesforce slow", "SOQL optimization".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-prod-checklist
Execute Salesforce production deployment checklist with sandbox testing and rollback.
Use when deploying Salesforce integrations to production, preparing for launch,
or implementing go-live procedures.
Trigger with phrases like "salesforce production", "deploy salesforce",
"salesforce go-live", "salesforce launch checklist", "salesforce sandbox to prod".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-local-dev-loop
Configure Salesforce local development with scratch orgs, SFDX, and testing.
Use when setting up a development environment, configuring test workflows,
or establishing a fast iteration cycle with Salesforce.
Trigger with phrases like "salesforce dev setup", "salesforce local development",
"salesforce scratch org", "sfdx project", "develop with salesforce".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-install-auth
Install and configure Salesforce SDK/CLI authentication with jsforce or Salesforce CLI.
Use when setting up a new Salesforce integration, configuring OAuth flows,
or initializing Salesforce connectivity in your project.
Trigger with phrases like "install salesforce", "setup salesforce",
"salesforce auth", "configure salesforce", "jsforce setup", "sf cli login".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-enterprise-rbac
Configure Salesforce Profiles, Permission Sets, and Sharing Rules for enterprise access control.
Use when implementing role-based access, configuring SSO with Salesforce,
or setting up organization-wide sharing defaults.
Trigger with phrases like "salesforce permissions", "salesforce RBAC",
"salesforce profiles", "salesforce SSO", "salesforce sharing rules", "salesforce OWD".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-core-workflow-a
Full CRUD on Attio records -- create, read, update, delete, and search
across people, companies, deals, and custom objects.
Trigger: "attio records", "attio CRUD", "create attio record",
"update attio person", "search attio companies", "attio objects".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-cost-tuning
Optimize Attio API usage costs -- reduce request volume, select the
right plan, monitor usage, and implement budget alerts.
Trigger: "attio cost", "attio billing", "reduce attio costs",
"attio pricing", "attio expensive", "attio budget", "attio usage".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-hello-world
Make your first Attio API calls -- list objects, create a person,
query companies, and read attributes.
Use when starting a new Attio integration or learning the API.
Trigger: "attio hello world", "attio example", "first attio call",
"attio quick start", "try attio API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-ci-integration
Configure CI/CD pipelines for Attio integrations with GitHub Actions,
mock-based unit tests, and live API integration tests.
Trigger: "attio CI", "attio GitHub Actions", "attio automated tests",
"CI attio", "attio pipeline", "test attio in CI".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-local-dev-loop
Set up a fast local development loop for Attio integrations with
hot reload, mock server, and integration tests.
Trigger: "attio dev setup", "attio local development",
"attio dev environment", "develop with attio", "attio project setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803