livekitlivekitOfficialยท5 Agent Skills Included

client-sdk-android

Realtime video, audio, and data for Android apps

Adds realtime video calls, voice, screen sharing, and data messaging to Android apps through the LiveKit Kotlin SDK. Removes the complexity of raw WebRTC signaling, threading, and media handling behind simple Room and Participant APIs. Includes expert guidance for Kotlin coroutines, Gradle build performance, and Android testing to ship reliable apps faster.
npx skills add livekit/client-sdk-android --all -g -y
Available:

Gives your AI agent the SDK architecture, build commands, WebRTC threading rules, and coding conventions needed to work on this Android codebase, plus routing to the bundled Android development skills.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install client-sdk-android?โ–ผ

Run `npx skills add livekit/client-sdk-android --all -g -y` in your terminal to install all skills in this suite globally.

How to add video calls to an Android app?โ–ผ

Add the livekit-android dependency from Maven Central, create a Room with LiveKit.create(), and connect using a server URL and participant token. Camera and microphone publishing then takes just a few lines of Kotlin.

How to fix Kotlin coroutine bugs on Android?โ–ผ

The bundled concurrency skills review your code for GlobalScope usage, missing dispatcher injection, swallowed CancellationException, and unsafe lifecycle collection, then apply minimal safe fixes.

How to speed up slow Gradle builds?โ–ผ

The gradle-build-performance skill walks you through build scans, configuration cache, build cache, and kapt-to-KSP migration to cut build times step by step.

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

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’