Shunnek Labs ships 31 Android Media3 skills for AI agents
Shunnek Labs has released 'android-media-pack v2.0.0,' a curated collection of 31 Android Skills for AI coding agents to build media features using AndroidX Media3 1.10.1. These skills provide context for AI agents across areas such as architecture, migration, playback, streaming protocols (HLS, DASH), UI, DRM, ads, and processing. The pack is designed to help AI agents avoid using outdated information and streamline media development on Android and Kotlin Multiplatform.
Key Takeaways
- android-media-pack v2.0.0 targets AndroidX Media3 1.10.1 and ships 31 skills.
- The pack covers HLS, DASH, RTSP, SmoothStreaming, live, live-only, DRM, ads, and telemetry.
- Shunnek Labs says the skills are designed for AI coding agents working in Android and Kotlin Multiplatform.
- The install path defaults to your-android-project/.agents/skills/<skill-name>/SKILL.md, with support for .claude/skills, .cursor/skills, and .gemini/skills.
- The repository includes a Compose Material3 sample app with a large Media3 video surface and HLS/DASH demo streams.
Why It Matters
For Android media teams, this is a practical packaging of current Media3 context into 31 task-shaped skills, which can reduce time spent correcting agents that mix old ExoPlayer APIs with androidx.media3.*. The broader signal is that AI-assisted development for streaming apps is moving from generic code help toward domain-specific tooling for playback, DRM, ads, and adaptive streaming. The concrete marker to watch is whether the skill set stays aligned with Media3 release notes beyond 1.10.1, since the pack explicitly anchors itself to that baseline.
Read full article at github.com