abridge-cost-tuning

Featured

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".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Abridge Cost Tuning ## Overview Abridge pricing is enterprise, sales-led, and per-provider. Cost optimization focuses on maximizing provider adoption (to justify per-provider cost), reducing wasted sessions, and choosing the right tier for your org size. ## Pricing Model (Enterprise) | Factor | Impact | Optimization Lever | |--------|--------|-------------------| | Provider count | Primary cost driver | Only enroll active providers | | EHR depth | Integration complexity premium | Start with basic, upgrade incrementally | | Specialty count | Some specialties cost more | Phase specialty rollout | | Session volume | Included in per-provider pricing | No per-session cost concern | | Patient summaries | May be add-on | Enable only for portal-integrated sites | | Languages | Included (28+ languages) | No incremental cost | ## Instructions ### Step 1: Provider Utilization Tracking ```typescript // src/cost/provider-utilization.ts interface ProviderUsage { providerId: string; enrolledDate: Date; sessionsThisMonth: number; lastSessionDate: Date | null; adoptionStatus: 'active' | 'low_usage' | 'dormant' | 'never_used'; } function classifyProviderUsage(provider: ProviderUsage): string { if (provider.sessionsThisMonth === 0 && !provider.lastSessionDate) return 'never_used'; if (provider.sessionsThisMonth === 0) return 'dormant'; const daysSinceEnrolled = (Date.now() - provider.enrolledDate.getTime()) / 86400000; const sessionsPerDay = provider.sessionsThisMon...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

abridge-performance-tuning

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".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-cost-tuning

Optimize Adobe API costs across Firefly Services (generative credits), PDF Services (document transactions), and Photoshop/Lightroom APIs. Use when analyzing Adobe billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "adobe cost", "adobe billing", "adobe credits", "reduce adobe costs", "adobe pricing", "adobe budget".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apify-cost-tuning

Optimize Apify platform costs through memory tuning, compute unit management, and proxy budgeting. Use when analyzing Apify billing, reducing Actor run costs, or implementing usage monitoring and budget alerts. Trigger: "apify cost", "apify billing", "reduce apify costs", "apify pricing", "apify expensive", "apify budget", "compute units".

2,266 Updated today
jeremylongshore
AI & Automation Featured

abridge-rate-limits

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".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-cost-tuning

Optimize Apollo.io costs and credit usage. Use when managing Apollo credits, reducing API costs, or optimizing subscription usage. Trigger with phrases like "apollo cost", "apollo credits", "apollo billing", "reduce apollo costs", "apollo usage".

2,266 Updated today
jeremylongshore