Topic: devops
5,262 skills in this topic.
-
elevenlabs-common-errors
Diagnose and fix ElevenLabs API errors by HTTP status code.
Use when encountering ElevenLabs errors, debugging failed TTS/STS requests,
or troubleshooting voice cloning and streaming issues.
Trigger: "elevenlabs error", "fix elevenlabs", "elevenlabs not working",
"debug elevenlabs", "elevenlabs 401", "elevenlabs 429", "elevenlabs 400".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-core-workflow-a
Implement ElevenLabs text-to-speech and voice cloning workflows.
Use when building TTS features, cloning voices from audio samples,
or implementing the primary ElevenLabs money-path: voice generation.
Trigger: "elevenlabs TTS", "text to speech", "voice cloning elevenlabs",
"clone a voice", "generate speech", "elevenlabs voice".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-core-workflow-b
Implement ElevenLabs speech-to-speech, sound effects, audio isolation, and speech-to-text.
Use when converting voice to another voice, generating sound effects from text,
removing background noise, or transcribing audio.
Trigger: "elevenlabs speech to speech", "voice changer", "sound effects",
"audio isolation", "remove background noise", "elevenlabs transcribe".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-cost-tuning
Optimize ElevenLabs costs through model selection, character-efficient patterns,
caching, and usage monitoring with budget alerts.
Use when analyzing ElevenLabs billing, reducing character usage,
or implementing quota monitoring for TTS workloads.
Trigger: "elevenlabs cost", "elevenlabs billing", "reduce elevenlabs costs",
"elevenlabs pricing", "elevenlabs expensive", "elevenlabs budget",
"elevenlabs characters", "elevenlabs quota".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-debug-bundle
Collect ElevenLabs debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for ElevenLabs problems.
Trigger: "elevenlabs debug", "elevenlabs support bundle",
"collect elevenlabs logs", "elevenlabs diagnostic", "elevenlabs support ticket".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-deploy-integration
Deploy ElevenLabs TTS applications to Vercel, Fly.io, and Cloud Run.
Use when deploying ElevenLabs-powered apps to production,
configuring platform-specific secrets, or setting up serverless TTS.
Trigger: "deploy elevenlabs", "elevenlabs Vercel", "elevenlabs Cloud Run",
"elevenlabs Fly.io", "elevenlabs serverless", "host TTS API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-hello-world
Generate your first ElevenLabs text-to-speech audio file.
Use when starting a new ElevenLabs integration, testing your setup,
or learning basic TTS API patterns.
Trigger: "elevenlabs hello world", "elevenlabs example",
"elevenlabs quick start", "first elevenlabs TTS", "text to speech demo".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-install-auth
Install and configure ElevenLabs SDK authentication for Node.js or Python.
Use when setting up a new ElevenLabs project, configuring API keys,
or initializing the elevenlabs npm/pip package.
Trigger: "install elevenlabs", "setup elevenlabs", "elevenlabs auth",
"configure elevenlabs API key", "elevenlabs credentials".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-local-dev-loop
Configure local ElevenLabs development with mocking, hot reload, and audio testing.
Use when setting up a dev environment for TTS/voice projects, configuring test
workflows, or building a fast iteration cycle with ElevenLabs audio.
Trigger: "elevenlabs dev setup", "elevenlabs local development",
"elevenlabs dev environment", "develop with elevenlabs", "test elevenlabs locally".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-performance-tuning
Optimize ElevenLabs TTS latency with model selection, streaming, caching, and audio format tuning.
Use when experiencing slow TTS responses, implementing real-time voice features,
or optimizing audio generation throughput.
Trigger: "elevenlabs performance", "optimize elevenlabs", "elevenlabs latency",
"elevenlabs slow", "fast TTS", "reduce elevenlabs latency", "TTS streaming".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-prod-checklist
Execute ElevenLabs production deployment checklist with health checks and rollback.
Use when deploying TTS/voice integrations to production, preparing for launch,
or implementing go-live procedures for ElevenLabs-powered apps.
Trigger: "elevenlabs production", "deploy elevenlabs",
"elevenlabs go-live", "elevenlabs launch checklist", "production TTS".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-rate-limits
Implement ElevenLabs rate limiting, concurrency queuing, and backoff patterns.
Use when handling 429 errors, implementing retry logic,
or managing concurrent TTS request throughput.
Trigger: "elevenlabs rate limit", "elevenlabs throttling",
"elevenlabs 429", "elevenlabs retry", "elevenlabs backoff",
"elevenlabs concurrent requests".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-reference-architecture
Implement ElevenLabs reference architecture for production TTS/voice applications.
Use when designing new ElevenLabs integrations, reviewing project structure,
or building a scalable audio generation service.
Trigger: "elevenlabs architecture", "elevenlabs project structure",
"how to organize elevenlabs", "TTS service architecture",
"elevenlabs design patterns", "voice API architecture".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-sdk-patterns
Apply production-ready ElevenLabs SDK patterns for TypeScript and Python.
Use when implementing ElevenLabs integrations, refactoring SDK usage,
or establishing team coding standards for audio AI applications.
Trigger: "elevenlabs SDK patterns", "elevenlabs best practices",
"elevenlabs code patterns", "idiomatic elevenlabs", "elevenlabs typescript".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-security-basics
Apply ElevenLabs security best practices for API keys, webhook HMAC validation,
and voice data protection.
Use when securing API keys, validating webhook signatures,
or auditing ElevenLabs security configuration.
Trigger: "elevenlabs security", "elevenlabs secrets",
"secure elevenlabs", "elevenlabs API key security",
"elevenlabs webhook signature", "elevenlabs HMAC".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-upgrade-migration
Upgrade ElevenLabs SDK versions and migrate between API model generations.
Use when upgrading the elevenlabs-js or elevenlabs Python SDK,
migrating from v1 to v2 models, or handling deprecations.
Trigger: "upgrade elevenlabs", "elevenlabs migration",
"elevenlabs breaking changes", "update elevenlabs SDK",
"migrate elevenlabs model", "eleven_v3 migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
elevenlabs-webhooks-events
Implement ElevenLabs webhook HMAC signature verification and event handling.
Use when setting up webhook endpoints for transcription completion,
call recording, or agent conversation events from ElevenLabs.
Trigger: "elevenlabs webhook", "elevenlabs events",
"elevenlabs webhook signature", "handle elevenlabs notifications",
"elevenlabs post-call webhook", "elevenlabs transcription webhook".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
granola-ci-integration
Build automated pipelines from Granola meeting notes to GitHub Issues, Linear tasks,
Slack notifications, and documentation updates using Zapier and GitHub Actions.
Trigger: "granola CI", "granola automation pipeline", "granola to github",
"granola to linear", "meeting notes automation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
granola-common-errors
Troubleshoot common Granola errors — audio capture failures, transcription issues,
calendar sync problems, and integration errors. Platform-specific fixes for macOS and Windows.
Trigger: "granola error", "granola not working", "granola not recording",
"fix granola", "granola troubleshoot".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
granola-core-workflow-a
Meeting preparation and template setup in Granola — templates, recipes, and pre-meeting workflows.
Use when configuring note templates for 1:1s, standups, discovery calls, or sprint planning,
creating custom recipes, or preparing agenda notes before important meetings.
Trigger: "granola template", "granola meeting prep", "granola recipe", "granola agenda".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
granola-core-workflow-b
Post-meeting note processing, sharing, and follow-up workflows in Granola.
Use when enhancing notes after meetings, sharing to Slack/Notion/CRM,
drafting follow-up emails, or processing action items.
Trigger: "granola post-meeting", "share granola notes", "granola follow-up",
"granola enhance", "granola share".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
granola-cost-tuning
Optimize Granola costs — plan selection, ROI calculation, seat management,
and billing strategies for individuals and teams.
Trigger: "granola cost", "granola pricing", "granola plan selection",
"save money granola", "granola ROI", "granola subscription".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
granola-data-handling
Manage Granola data export, retention policies, GDPR/CCPA compliance,
and archival workflows. Handle Subject Access Requests and Right to Erasure.
Trigger: "granola export", "granola data", "granola GDPR",
"granola retention", "granola delete data", "granola compliance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
granola-debug-bundle
Create diagnostic bundles for Granola support requests.
Use when preparing support tickets, collecting system/audio/network info,
or diagnosing complex issues that require Granola support team assistance.
Trigger: "granola debug", "granola diagnostics", "granola support bundle",
"granola logs", "granola system info".
jeremylongshore/claude-code-plugins-plus-skills 1,803