elevenlabselevenlabsOfficialยท1 Agent Skills Included

packages

Voice agent SDK integration and breaking-change migration

Migrates codebases to the next major version of the ElevenLabs client, React, and React Native SDKs. Fixes broken imports, removed exports, and changed API signatures after package upgrades. Guides adoption of ConversationProvider and granular hooks to eliminate type errors and unnecessary re-renders.
npx skills add elevenlabs/packages --all -g -y
Available:

Tells the agent how to run package tests with Vitest in headless mode and when to add changesets for release-triggering changes.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install elevenlabs/packages?โ–ผ

Run `npx skills add elevenlabs/packages --all -g -y` in your terminal to install all skills in this repository globally.

How to fix breaking changes after updating ElevenLabs SDK?โ–ผ

The sdk-migration skill walks your agent through replacing removed exports like Input, Output, and ElevenLabsProvider, and updating changed API signatures step by step.

Why does useConversation fail after upgrading @elevenlabs/react?โ–ผ

The new version requires a ConversationProvider ancestor. The skill shows your agent exactly how to wrap components and migrate event callbacks.

Does this work with Claude Code and Cursor?โ–ผ

Yes. The skill follows the universal SKILL.md standard and runs in Claude Code, Cursor, Codex, and other compatible coding agents.

Can I migrate React Native voice apps with this skill?โ–ผ

Yes. It covers replacing ElevenLabsProvider with ConversationProvider and unifying your mobile code with the shared React hooks API.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’