android-workshop-builder

android-workshop-builder is a skill for Claude Code, Codex from JAICHANGPARK/workshop-harness. It costs 80 tokens per session (2,516 once invoked), scanned D, original, MIT.

A guide for creating hands-on Android workshops about generative AI and AI that runs on the device. It covers Kotlin, Jetpack Compose, Android build files, app state, Google's GenAI Android library, and Android command-line tools.

In plain words
What is it for?
Use it to create workshop lessons and sample Android apps with streaming AI responses, reactive ViewModels, and StateFlow. It also helps with project setup, emulator management, and AI-assisted debugging.
Why use it?
It gives the agent a defined way to structure workshop projects using current Android development patterns. It also requires checking official documentation before using changing SDKs or commands.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jaichangpark/workshop-harness/android-workshop-builder
Any agent
npx skills add JAICHANGPARK/workshop-harness --skill android-workshop-builder
Clone the repo
git clone --depth 1 https://github.com/JAICHANGPARK/workshop-harness

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for android-workshop-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaichangpark/workshop-harness/android-workshop-builder.svg)](https://agentmods.dev/skills/jaichangpark/workshop-harness/android-workshop-builder)
Your own site
<a href="https://agentmods.dev/skills/jaichangpark/workshop-harness/android-workshop-builder"><img src="https://agentmods.dev/badge/skills/jaichangpark/workshop-harness/android-workshop-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,516 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00080 $0.02516
Opus 5 $0.00040 $0.01258
Sonnet 5 $0.00016 $0.00503
Haiku 4.5 $0.00008 $0.00252

Measured 3d ago against content hash 34d2effdb93b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade D, and why

android-workshop-builder scanned grade D with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

| **Linux (Ubuntu/Fedora)** | Android Studio / `android` CLI + KVM Acceleration | Missing `/dev/kvm` user permissions | Run `sudo usermod -aG kvm $USER` and reboot |

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

| **macOS Apple Silicon (`arm64`)** | `curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh \| bash` |

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| **macOS Apple Silicon (`arm64`)** | `curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh \| bash` |
skills/android-workshop-builder/SKILL.md · 227 lines

How it starts

The opening of the file, as written. The whole thing — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Android Hands-on Workshop Builder Skill

Purpose

Automates the creation of end-to-end technical hands-on workshops focused on Android Generative AI applications. Enforces modern Android development best practices including Jetpack Compose (Material 3), Gradle Kotlin DSL (build.gradle.kts), reactive state management with ViewModel and StateFlow, the unified Google GenAI Kotlin Android SDK (com.google.genai), and Google's official android CLI & Android Agent Skills.

Pre-Flight Web Research Protocol: Before generating Android workshop curriculum or code, verify the latest SDK versions for com.google.genai:google-genai-kotlin-android (modern unified SDK, avoiding legacy com.google.ai.client.generativeai) and confirm android CLI commands via android docs or official developer documentation.


🛠️ Google Android CLI & Skills Ecosystem Integration

Android hands-on workshops should actively utilize Google's android CLI and Android Agent Skills to streamline environment verification, headless emulator management, project scaffolding, and AI-assisted debugging:

1. android CLI Toolchain by OS

Operating System & Architecture Official One-Line Installation Command
macOS Apple Silicon (arm64) curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh | bash
macOS Intel (x86_64) curl -fsSL https://dl.google.com/android/cli/latest/darwin_x86_64/install.sh | bash
Linux (x86_64) curl -fsSL https://dl.google.com/android/cli/latest/linux_x86_64/install.sh | bash
Windows (x86_64) curl -fsSL https://dl.google.com/android/cli/latest/windows_x86_64/install.cmd -o "%TEMP%\i.cmd" && "%TEMP%\i.cmd"

2. Essential android CLI Workflow for Workshops

# 1. Initialize Android CLI environment & agent skills for project
android init

# 2. Install all official Google Android Agent Skills
android skills add --all

# 3. Verify connected devices & SDK configuration
android info

# 4. Manage Android Virtual Devices (AVD) headlessly
android emulator list
android emulator start <avd-name>

# 5. Search official Android Knowledge Base & Best Practices
android docs "Google GenAI SDK Kotlin Compose"

# 6. Build and run app on active device / emulator
android run

# 7. Inspect UI layout tree in JSON (fast headless debugging for AI agents)
android layout

Read the full file on GitHub · 227 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 227 lines · 80 tokens per session scan D 34d2effdb93b

Subscribe to this mod's changes

android-workshop-builder is a skill published in the GitHub repository JAICHANGPARK/workshop-harness (5 stars, last pushed 5d ago), licensed MIT. It adds 80 tokens to every session and 2,516 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

3gpp-expert

3GPP telecommunications expert covering all generations (2G–6G), releases (Rel-99 to Rel-21), protocol stacks, architecture, and deployment. Use whenever the user mentions: 3GPP, GSM, GPRS, EDGE, UMTS, WCDMA, HSPA, LTE, LTE-Advanced, 5G, NR, 5G-Advanced, 6G, NTN, RedCap, MIMO, beamforming, carrier aggregation, network…

lugasia/3gpp-skill · 231 tokens

short-video-production

Use when creating video content for Xiaohongshu, filming vlogs or tutorials, editing short-form vertical video, or optimizing video for mobile viewing.

vivy-yi/xiaohongshu-skills · 33 tokens

onboarding-teardown

Use when someone wants to improve, fix, test or critique a mobile app's onboarding — "here's my onboarding", "roast my flow", "why do users drop off before the paywall", a competitor's signup flow, a welcome or activation flow, a quiz, or a flow described in one sentence. Also use whenever YOU are the one designing or…

adaptyteam/adapty-skills · 190 tokens

mobile-design

Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps. When designing mobile app interfaces for iOS/Android, React Native, or Flutter.…

leandrosilvaferreira/claude-plugins-registry · 75 tokens

mobile-design

Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.

SKB3002/agenthub · 47 tokens

code-documenter

Use when adding docstrings, creating API documentation, or building documentation sites. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, tutorials, user guides.

zebbern/claude-code-guide · 39 tokens