Agent skill · AI & Agents

earllm-build

Build, maintain, and extend the EarLLM One Android project — a Kotlin/Compose app that connects Bluetooth earbuds to an LLM via voice pipeline.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill earllm-build --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Declared author: renat
Path: skills/earllm-build/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# EarLLM One — Build & Maintain ## Overview Build, maintain, and extend the EarLLM One Android project — a Kotlin/Compose app that connects Bluetooth earbuds to an LLM via voice pipeline. ## When to Use This Skill - When the user mentions "earllm" or related topics - When the user mentions "earbudllm" or related topics - When the user mentions "earbud app" or related topics - When the user mentions "voice pipeline kotlin" or related topics - When the user mentions "bluetooth audio android" or related topics - When the user mentions "sco microphone" or related topics ## Do Not Use This Skill When - The task is unrelated to earllm build - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works EarLLM One is a multi-module Android app (Kotlin + Jetpack Compose) that captures voice from Bluetooth earbuds, transcribes it, sends it to an LLM, and speaks the response back. ## Project Location `C:\Users\renat\earbudllm` ## Module Dependency Graph ``` app ──→ voice ──→ audio ──→ core-logging │ │ ├──→ bluetooth ──→ core-logging └──→ llm ──→ core-logging ``` ## Modules And Key Files | Module | Purpose | Key File

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Project Location
  6. Module Dependency Graph
  7. Modules And Key Files
  8. Build Configuration
  9. Target Hardware
  10. Critical Technical Facts
  11. Data Flow
  12. Adding A New Feature
  13. Modifying Audio Capture
  14. Changing Bluetooth Behavior
More from agentic-awesome-skills
All skills →
About this skill
What does the earllm-build skill do?

Build, maintain, and extend the EarLLM One Android project — a Kotlin/Compose app that connects Bluetooth earbuds to an LLM via voice pipeline.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill earllm-build --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going