Agent Plugins Marketplace
All plugins

salesloft-pack

v1.6.0

Claude Code skill pack for Salesloft (18 skills)

Claude Code18 Skills

By Jeremy LongshoreLicense: MIT2.7k GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
18 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install salesloft-pack@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/saas-packs/salesloft-pack/.

Plugin files

plugins/saas-packs/salesloft-pack/
├── .claude-plugin/plugin.json
├── skills/salesloft-ci-integration/SKILL.md
├── skills/salesloft-common-errors/SKILL.md
├── skills/salesloft-core-workflow-a/SKILL.md
├── skills/salesloft-core-workflow-b/SKILL.md
├── skills/salesloft-cost-tuning/SKILL.md
├── skills/salesloft-debug-bundle/SKILL.md
├── skills/salesloft-deploy-integration/SKILL.md
├── skills/salesloft-hello-world/SKILL.md
├── skills/salesloft-install-auth/SKILL.md
├── skills/salesloft-local-dev-loop/SKILL.md
├── skills/salesloft-performance-tuning/SKILL.md
├── skills/salesloft-prod-checklist/SKILL.md
├── skills/salesloft-rate-limits/SKILL.md
├── skills/salesloft-reference-architecture/SKILL.md
├── skills/salesloft-sdk-patterns/SKILL.md
├── skills/salesloft-security-basics/SKILL.md
├── skills/salesloft-upgrade-migration/SKILL.md
└── skills/salesloft-webhooks-events/SKILL.md

Included Skills18

salesloft-ci-integrationskills/salesloft-ci-integration/SKILL.md

Set up CI/CD pipelines for SalesLoft integrations with GitHub Actions. Use when automating SalesLoft integration tests, validating OAuth tokens, or running cadence sync validation in CI. Trigger: "salesloft CI", "salesloft GitHub Actions", "salesloft automated tests".

salesloft-common-errorsskills/salesloft-common-errors/SKILL.md

Diagnose and fix SalesLoft API errors: 401, 403, 422, 429, and 5xx. Use when encountering SalesLoft errors, debugging failed requests, or troubleshooting OAuth token issues. Trigger: "salesloft error", "fix salesloft", "salesloft not working", "salesloft 429".

salesloft-core-workflow-askills/salesloft-core-workflow-a/SKILL.md

Manage SalesLoft people, cadences, and email steps via the REST API. Use when building prospect management, enrolling people in cadences, or automating outbound sales sequences. Trigger: "salesloft cadence", "salesloft people", "salesloft outbound sequence".

salesloft-core-workflow-bskills/salesloft-core-workflow-b/SKILL.md

Track SalesLoft activities, emails, calls, and analytics via the REST API. Use when reading email engagement data, logging call dispositions, or building sales activity dashboards. Trigger: "salesloft activities", "salesloft emails", "salesloft calls", "salesloft analytics".

salesloft-cost-tuningskills/salesloft-cost-tuning/SKILL.md

Optimize SalesLoft API costs by reducing request volume and deep pagination. Use when analyzing API usage, reducing rate limit consumption, or planning capacity for bulk operations. Trigger: "salesloft cost", "salesloft billing", "reduce salesloft API usage".

salesloft-debug-bundleskills/salesloft-debug-bundle/SKILL.md

Collect SalesLoft debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic info for SalesLoft API problems. Trigger: "salesloft debug", "salesloft diagnostic", "salesloft support bundle".

salesloft-deploy-integrationskills/salesloft-deploy-integration/SKILL.md

Deploy SalesLoft integrations to Vercel, Fly.io, and Cloud Run. Use when deploying SalesLoft-powered apps to production, configuring platform secrets, or setting up webhook endpoints. Trigger: "deploy salesloft", "salesloft Vercel", "salesloft Cloud Run".

salesloft-hello-worldskills/salesloft-hello-world/SKILL.md

Create a minimal working SalesLoft example — list people and create a person. Use when starting a new SalesLoft integration, testing your setup, or learning the People and Cadences API patterns. Trigger: "salesloft hello world", "salesloft example", "salesloft quick start".

salesloft-install-authskills/salesloft-install-auth/SKILL.md

Set up SalesLoft API authentication with OAuth 2.0 or API key. Use when configuring a new SalesLoft integration, setting up OAuth flows, or initializing API access to the SalesLoft REST API v2. Trigger: "install salesloft", "setup salesloft", "salesloft auth", "salesloft API key".

salesloft-local-dev-loopskills/salesloft-local-dev-loop/SKILL.md

Configure SalesLoft local development with API mocking and sandbox testing. Use when setting up a development environment, building integration tests, or creating mock SalesLoft API responses for offline development. Trigger: "salesloft dev setup", "salesloft local", "test salesloft locally".

salesloft-performance-tuningskills/salesloft-performance-tuning/SKILL.md

Optimize SalesLoft API performance with caching, pagination strategies, and connection pooling. Use when experiencing slow API responses, reducing latency for bulk operations, or optimizing cadence sync throughput. Trigger: "salesloft performance", "optimize salesloft", "salesloft slow", "salesloft caching".

salesloft-prod-checklistskills/salesloft-prod-checklist/SKILL.md

Production readiness checklist for SalesLoft API integrations. Use when deploying SalesLoft integrations to production, preparing for launch, or validating go-live requirements. Trigger: "salesloft production", "deploy salesloft", "salesloft go-live checklist".

salesloft-rate-limitsskills/salesloft-rate-limits/SKILL.md

Handle SalesLoft cost-based rate limiting with backoff and request budgeting. Use when hitting 429 errors, optimizing API throughput, or implementing pagination-aware rate limit strategies. Trigger: "salesloft rate limit", "salesloft 429", "salesloft throttling".

salesloft-reference-architectureskills/salesloft-reference-architecture/SKILL.md

Production architecture for SalesLoft API integrations with service layer, webhook processing, and CRM sync patterns. Use when designing new SalesLoft integrations or reviewing project structure. Trigger: "salesloft architecture", "salesloft project structure", "salesloft design".

salesloft-sdk-patternsskills/salesloft-sdk-patterns/SKILL.md

Apply production-ready SalesLoft API patterns for TypeScript and Python. Use when building SalesLoft integrations, implementing pagination, or wrapping the REST API v2 with typed clients. Trigger: "salesloft SDK patterns", "salesloft best practices", "salesloft client wrapper".

salesloft-security-basicsskills/salesloft-security-basics/SKILL.md

Secure SalesLoft OAuth tokens, API keys, and webhook signatures. Use when implementing token rotation, securing webhook endpoints, or auditing SalesLoft API access controls. Trigger: "salesloft security", "salesloft secrets", "secure salesloft", "salesloft token rotation".

salesloft-upgrade-migrationskills/salesloft-upgrade-migration/SKILL.md

Migrate between SalesLoft API versions and handle breaking changes. Use when SalesLoft announces API deprecations, upgrading OAuth flows, or transitioning from legacy endpoints. Trigger: "upgrade salesloft", "salesloft migration", "salesloft API version".

salesloft-webhooks-eventsskills/salesloft-webhooks-events/SKILL.md

Implement SalesLoft webhook handling with signature verification and event routing. Use when setting up webhook endpoints, handling activity notifications, or syncing SalesLoft data to external systems in real-time. Trigger: "salesloft webhook", "salesloft events", "salesloft notifications".

Plugin manifests1

plugins/saas-packs/salesloft-pack/.claude-plugin/plugin.json
{
  "name": "salesloft-pack",
  "version": "1.6.0",
  "description": "Claude Code skill pack for Salesloft (18 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "salesloft",
    "salesloft",
    "saas",
    "sdk",
    "integration"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[salesloft-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/salesloft-pack)