IvorisnoobIvorisnoobCommunityยท2 Agent Skills Included

Koda

Android music and video player development over YouTube Music

Guides coding work on Koda, an Android music and video player built on YouTube Music with Kotlin and Jetpack Compose. Covers stream resolution, playback services, theming invariants, and InnerTube API probing without official API keys. Eliminates guesswork by enforcing verified rules, edge-case handling, and build verification before handoff.
npx skills add Ivorisnoob/Koda --all -g -y
Available:

Gives the AI agent the project's operating rules, architecture map, and strict invariants so it can safely modify the Android music player code without breaking playback, theming, or streaming behavior.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Koda?โ–ผ

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

What is the Koda Android app?โ–ผ

Koda is an open-source Android music and video player powered by YouTube Music, built with Kotlin and Jetpack Compose. It works without an official API key and supports downloads, lyrics, live streams, and Chromecast.

How does the CLAUDE.md guide help coding agents?โ–ผ

It defines strict operating rules, architecture maps, and invariants like never hardcoding colors or fetching streams with the wrong client. This keeps agent-made changes safe for a shipped consumer app.

Can agents build and test the Koda app automatically?โ–ผ

Agents may run Gradle compiles and tests freely, but emulator boots, device installs, and screenshots are reserved for the user. This keeps verification fast while respecting device control.

Does Koda require a Google account?โ–ผ

No. Search, playback, downloads, and local playlists work fully on-device, while signing in optionally adds YouTube feeds, history, comments, and account sync.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’