Agent Plugins Marketplace
All plugins

abridge-pack

v1.4.0

Claude Code skill pack for Abridge (18 skills)

Claude Code18 Skills

By Jeremy LongshoreLicense: MIT2.7k GitHub starsUpdated 3 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 abridge-pack-2@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/abridge-pack/.

Plugin files

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

Included Skills18

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

Configure CI/CD pipeline for Abridge clinical AI integrations with GitHub Actions. Use when setting up automated testing, FHIR validation, HIPAA compliance checks, or deployment pipelines for healthcare AI applications. Trigger: "abridge CI", "abridge GitHub Actions", "abridge pipeline", "abridge automated testing", "abridge CI/CD".

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

Diagnose and fix common Abridge clinical AI integration errors. Use when encountering EHR connectivity failures, note generation errors, audio streaming issues, or FHIR validation problems with Abridge. Trigger: "abridge error", "abridge not working", "abridge debug", "fix abridge issue", "abridge troubleshoot".

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

Implement Abridge ambient clinical documentation capture-to-note pipeline. Use when building the primary encounter workflow: audio capture, real-time transcription, AI note generation, and EHR note insertion. Trigger: "abridge clinical workflow", "abridge encounter pipeline", "ambient documentation workflow", "abridge note generation".

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

Implement Abridge patient-facing documentation and after-visit summary generation. Use when building patient portal integration, generating plain-language summaries, multi-language translations, or after-visit instructions from clinical encounters. Trigger: "abridge patient summary", "after-visit summary", "patient portal abridge", "abridge patient-facing", "abridge multilingual".

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

Optimize Abridge clinical AI costs through tier selection, session management, and usage monitoring for healthcare organizations. Use when analyzing Abridge billing, optimizing encounter volume, or right-sizing your Abridge contract for provider count. Trigger: "abridge cost", "abridge pricing", "abridge billing", "abridge budget", "abridge ROI".

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

Collect Abridge debug evidence for support tickets and troubleshooting. Use when filing Abridge support tickets, collecting diagnostic data, or preparing evidence for escalation to Abridge engineering. Trigger: "abridge debug bundle", "abridge support ticket", "abridge diagnostics", "collect abridge evidence".

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

Deploy Abridge clinical AI integration to HIPAA-compliant cloud infrastructure. Use when deploying to GCP Cloud Run, AWS ECS, or Azure Container Apps with healthcare-grade secrets management and compliance controls. Trigger: "deploy abridge", "abridge production deploy", "abridge Cloud Run", "abridge AWS deploy", "abridge HIPAA infrastructure".

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

Create a minimal Abridge ambient AI clinical documentation example. Use when testing Abridge integration, verifying EHR connectivity, or learning how Abridge captures and structures clinical conversations. Trigger: "abridge hello world", "abridge example", "abridge quick start", "test abridge".

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

Set up Abridge clinical AI platform authentication and EHR integration credentials. Use when onboarding a healthcare org to Abridge, configuring Epic/Athena integration, or setting up developer sandbox access for ambient AI documentation. Trigger: "install abridge", "setup abridge", "abridge auth", "configure abridge credentials".

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

Configure Abridge local development with FHIR server, synthetic data, and hot reload. Use when setting up a development environment for clinical AI integration, testing encounter workflows locally, or iterating on EHR integration code. Trigger: "abridge local dev", "abridge dev setup", "abridge test locally".

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

Optimize Abridge clinical AI integration performance for high-volume deployments. Use when reducing note generation latency, optimizing audio streaming throughput, improving FHIR push performance, or scaling for multi-site health systems. Trigger: "abridge performance", "abridge latency", "abridge optimization", "abridge slow", "abridge scale".

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

Execute Abridge production readiness checklist for clinical AI deployment. Use when launching Abridge in a healthcare org, preparing for go-live, or validating HIPAA compliance before production deployment. Trigger: "abridge production checklist", "abridge go-live", "abridge launch readiness", "abridge prod deploy".

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

Implement Abridge rate limiting, backoff, and session throttling patterns. Use when handling 429 errors, managing concurrent encounter sessions, or optimizing API throughput for high-volume clinical deployments. Trigger: "abridge rate limit", "abridge 429", "abridge throttling", "abridge concurrent sessions".

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

Implement Abridge reference architecture for clinical AI integration. Use when designing a new Abridge deployment, reviewing project structure, or planning multi-site health system rollouts with EHR integration. Trigger: "abridge architecture", "abridge project structure", "abridge system design", "abridge multi-site".

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

Apply production-ready patterns for Abridge clinical AI integration. Use when building reusable Abridge client wrappers, implementing HIPAA-compliant error handling, or establishing team coding standards for healthcare AI. Trigger: "abridge SDK patterns", "abridge best practices", "abridge code patterns".

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

Apply HIPAA-compliant security practices for Abridge clinical AI integrations. Use when securing PHI in transit/at rest, configuring access controls, implementing audit logging, or preparing for HIPAA security audits. Trigger: "abridge security", "abridge HIPAA", "abridge PHI protection", "abridge access control", "abridge audit logging".

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

Plan and execute Abridge integration upgrades and EHR migration procedures. Use when upgrading Abridge API versions, migrating between EHR systems, or handling breaking changes in clinical documentation workflows. Trigger: "abridge upgrade", "abridge migration", "abridge version update", "migrate abridge EHR", "abridge breaking changes".

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

Implement Abridge webhook handling for clinical documentation events. Use when receiving note completion notifications, encounter status changes, provider enrollment events, or quality alert callbacks from Abridge. Trigger: "abridge webhook", "abridge events", "abridge notifications", "abridge note completed event", "abridge encounter event".

Plugin manifests1

plugins/saas-packs/abridge-pack/.claude-plugin/plugin.json
{
  "name": "abridge-pack",
  "version": "1.4.0",
  "description": "Claude Code skill pack for Abridge (18 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "abridge",
    "abridge",
    "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.

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