Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
elevenlabs-ci-integration
Configure CI/CD pipelines for ElevenLabs with mocked unit tests and gated integration tests.
Use when setting up GitHub Actions for TTS projects, configuring CI test strategies,
or automating ElevenLabs integration validation.
Trigger: "elevenlabs CI", "elevenlabs GitHub Actions",
"elevenlabs automated tests", "CI elevenlabs", "elevenlabs pipeline".
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-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-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-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-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-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-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-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-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
-
assemblyai-deploy-integration
Deploy AssemblyAI integrations to Vercel, Cloud Run, and Fly.io platforms.
Use when deploying AssemblyAI-powered transcription services to production,
configuring platform-specific secrets, or setting up webhook endpoints.
Trigger with phrases like "deploy assemblyai", "assemblyai Vercel",
"assemblyai production deploy", "assemblyai Cloud Run", "assemblyai Fly.io".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-performance-tuning
Optimize AssemblyAI API performance with caching, parallel processing, and model selection.
Use when experiencing slow transcriptions, implementing caching strategies,
or optimizing throughput for batch transcription workloads.
Trigger with phrases like "assemblyai performance", "optimize assemblyai",
"assemblyai latency", "assemblyai caching", "assemblyai slow", "assemblyai batch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-prod-checklist
Execute AssemblyAI production deployment checklist and rollback procedures.
Use when deploying AssemblyAI integrations to production, preparing for launch,
or implementing go-live procedures for transcription services.
Trigger with phrases like "assemblyai production", "deploy assemblyai",
"assemblyai go-live", "assemblyai launch checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-cost-tuning
Optimize AssemblyAI costs through model selection, feature budgeting, and usage monitoring.
Use when analyzing AssemblyAI billing, reducing transcription costs,
or implementing usage monitoring and budget alerts.
Trigger with phrases like "assemblyai cost", "assemblyai billing",
"reduce assemblyai costs", "assemblyai pricing", "assemblyai budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-debug-bundle
Collect AssemblyAI debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for AssemblyAI problems.
Trigger with phrases like "assemblyai debug", "assemblyai support bundle",
"collect assemblyai logs", "assemblyai diagnostic".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-rate-limits
Implement AssemblyAI rate limiting, backoff, and queue-based throttling.
Use when handling rate limit errors, implementing retry logic,
or managing concurrent transcription throughput.
Trigger with phrases like "assemblyai rate limit", "assemblyai throttling",
"assemblyai 429", "assemblyai retry", "assemblyai backoff".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-reference-architecture
Implement AssemblyAI reference architecture with best-practice project layout.
Use when designing new AssemblyAI transcription services, reviewing project structure,
or building production-grade speech-to-text applications.
Trigger with phrases like "assemblyai architecture", "assemblyai best practices",
"assemblyai project structure", "how to organize assemblyai", "assemblyai design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-install-auth
Install and configure AssemblyAI SDK authentication.
Use when setting up a new AssemblyAI integration, configuring API keys,
or initializing the assemblyai npm package in your project.
Trigger with phrases like "install assemblyai", "setup assemblyai",
"assemblyai auth", "configure assemblyai API key".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-local-dev-loop
Configure AssemblyAI local development with hot reload and testing.
Use when setting up a development environment, configuring test workflows,
or establishing a fast iteration cycle with AssemblyAI.
Trigger with phrases like "assemblyai dev setup", "assemblyai local development",
"assemblyai dev environment", "develop with assemblyai".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-webhooks-events
Implement AssemblyAI webhook handling for transcription completion events.
Use when setting up webhook endpoints, handling transcription callbacks,
or processing async transcription results via webhooks.
Trigger with phrases like "assemblyai webhook", "assemblyai events",
"assemblyai transcription callback", "handle assemblyai webhook".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-core-workflow-a
Execute AssemblyAI primary workflow: async transcription with audio intelligence.
Use when transcribing audio/video files, enabling speaker diarization,
sentiment analysis, entity detection, PII redaction, or content moderation.
Trigger with phrases like "assemblyai transcribe", "assemblyai transcription",
"transcribe audio", "speaker diarization assemblyai".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-core-workflow-b
Execute AssemblyAI streaming transcription and LeMUR workflows.
Use when implementing real-time speech-to-text, live captions,
voice agents, or LLM-powered audio analysis with LeMUR.
Trigger with phrases like "assemblyai streaming", "assemblyai real-time",
"assemblyai live transcription", "assemblyai LeMUR", "assemblyai summarize audio".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
assemblyai-upgrade-migration
Analyze, plan, and execute AssemblyAI SDK upgrades with breaking change detection.
Use when upgrading the assemblyai npm package, migrating from the old SDK,
or switching between speech models (Best, Nano, Universal).
Trigger with phrases like "upgrade assemblyai", "assemblyai migration",
"assemblyai breaking changes", "update assemblyai SDK".
jeremylongshore/claude-code-plugins-plus-skills 1,803