android skills

1,498 tagged android, measured the same way as everything else here.

Browse within: ios 298kotlin 256jetpack-compose 242compose-multiplatform 156ai-coding-assistant 98copilot-skills 95csharp 95desktop 91kmp 78cross-platform 74adb 68android-app 65ai-assistant 62burp 60

flutter-cherry-pick

01

flutter/flutter

Skill Claude CodeCodex

How to land a formal cherry-pick of a merged PR for the flutter/flutter repo stable or beta channel. Only use for flutter/flutter landed pull requests. Only use when the cherry pick request is into "stable", "beta" or a branch that has the format with flutter- . -candidate.0.

179k yesterday A 72 tokens original BSD-3-Clause

shepherd-prs

02

flutter/flutter

Skill Claude CodeCodex

Automate shepherding, checking status, updating branches, and landing open PRs or approved third-party contributor PRs in the flutter/flutter repository using the gh CLI. When to use: - When you need to check the status of open PRs or shepherded third-party PRs. - When you need to update stale branches or apply the…

179k yesterday A 124 tokens original BSD-3-Clause

flutter/flutter

Skill Claude CodeCodex

Upgrades Flutter's Android SDK dependency to a new Android API version (or preview/canary release) in packages.txt, verifies CIPD tag uniqueness, and packages/uploads the binaries using createcipdpackages.sh across macOS, Linux, and Windows. Use whenever a user wants to pick up a new version of Android or upload…

179k yesterday A 80 tokens original BSD-3-Clause

mobile-dev-inc/Maestro

Skill Claude CodeCodex

Use when bumping Maestro's Android compileSdk/targetSdk to a new API level and validating end-to-end against the test-e2e GHA workflow until the test-android job is green.

15k 3d ago A 46 tokens original Apache-2.0

release

05

mobile-dev-inc/Maestro

Skill Claude CodeCodex

Use when cutting, shipping, or publishing a new Maestro version — "release 2.9.0", "cut a release", "tag vX.Y.Z", "publish the CLI", "update the changelog for the release", "dry-run a release", or any variant of "let's release maestro".

15k 3d ago C 66 tokens original Apache-2.0

compose-navigation

06

maxrave-dev/SimpMusic

Skill Claude CodeCodex

Implement navigation in Jetpack Compose using Navigation Compose. Use when asked to set up navigation, pass arguments between screens, handle deep links, or structure multi-screen apps.

11k 3d ago A 36 tokens GPL-3.0

maxrave-dev/SimpMusic

Skill Claude CodeCodex

Platform abstraction decision-making for Amethyst KMP project. Guides when to abstract vs keep platform-specific, source set placement (commonMain, jvmAndroid, platform-specific), expect/actual patterns. Covers primary targets (Android, JVM/Desktop, iOS) with web/wasm future considerations. Integrates with…

11k 3d ago A 114 tokens GPL-3.0

maxrave-dev/SimpMusic

Skill Claude CodeCodex

Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.

11k 3d ago A 38 tokens GPL-3.0

speckit-checklist

09

unoplatform/uno

Skill Claude CodeCodex

Generate a custom checklist for the current feature based on user requirements.

10k 2d ago A 19 tokens original Apache-2.0

winui-port

10

unoplatform/uno

Skill Claude CodeCodex

Port WinUI C++ code to Uno Platform C#. Supports full control porting and snippet/incremental porting.

10k 2d ago A 24 tokens original Apache-2.0

winui-runtime-tests

11

unoplatform/uno

Skill Claude CodeCodex

Build, install, and run runtime tests against the WinUI (WinAppSDK) SamplesApp on Windows. Use when testing against native WinUI to validate parity with Uno.

10k 2d ago A 35 tokens original Apache-2.0

bitwarden/android

Skill Claude CodeCodex

This skill should be used when implementing Android code in Bitwarden. Covers critical patterns, gotchas, and anti-patterns unique to this codebase. Triggered by "How do I implement a ViewModel?", "Create a new screen", "Add navigation", "Write a repository", "BaseViewModel pattern", "State-Action-Event", "type-safe…

9.3k 2d ago A 169 tokens GPL-3.0

bitwarden/android

Skill Claude CodeCodex

Instructions for capturing UI state, comparing with mocks, and interacting with an Android device using MCP tools backed by ADB.

9.3k 2d ago A 31 tokens GPL-3.0

bitwarden/android

Skill Claude CodeCodex

This skill should be used when writing or reviewing tests for Android code in Bitwarden. Triggered by "BaseViewModelTest", "BitwardenComposeTest", "BaseServiceTest", "stateEventFlow", "bufferedMutableSharedFlow", "FakeDispatcherManager", "expectNoEvents", "assertCoroutineThrows", "createMockCipher", "createMockSend"…

9.3k 2d ago A 111 tokens GPL-3.0

mobilerun-docs

15

droidrun/mobilerun

Skill Claude CodeCodex

Mobilerun documentation reference. Use when users ask about Mobilerun setup, configuration, SDK usage, CLI commands, device setup, agents, architecture, app cards, credentials, tracing, Docker, migration, structured output, or any Mobilerun "how do I..." questions.

9.2k 7d ago A 63 tokens original MIT

newsblur-cli

16

samuelclay/NewsBlur

Skill Claude CodeCodex

Manage your NewsBlur from the terminal. Read feeds, search stories, save and share articles, train intelligence classifiers, discover new feeds, and automate workflows with the NewsBlur CLI. Use when the user wants to interact with their NewsBlur account, check feeds, manage subscriptions, or build scripts around…

7.6k 3d ago A 67 tokens original MIT

find-skills

17

samuelclay/NewsBlur

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

7.6k 3d ago A 67 tokens copy · 81% MIT

samuelclay/NewsBlur

Skill Claude CodeCodex

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel…

7.6k 3d ago A 96 tokens original MIT

claude-api

19

rikkahub/rikkahub

Skill Claude CodeCodex

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.

7.3k 2d ago A 38 tokens AGPL-3.0

gemini-api-dev

20

rikkahub/rikkahub

Skill Claude CodeCodex

Use this skill when building applications with Gemini API hosted models, including Gemini and Gemma 4, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google/genai…

7.3k 2d ago A 101 tokens AGPL-3.0

rikkahub/rikkahub

Skill Claude CodeCodex

Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, video generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. This skill covers the…

7.3k 2d ago A 80 tokens AGPL-3.0

solopi-ai

22

alipay/SoloPi

Skill Claude CodeCodex

A command-line framework for testing Android apps and devices with SoloPi, including on-device or cloud AI decision models. It manages devices, test cases, recorded interactions, replays, performance history, and evidence.

6.2k 13d ago A 127 tokens original Apache-2.0

release

23

deltazefiro/Amarok-Hider

Skill Claude CodeCodex

Prepare and publish a new Amarok release (stable or beta).

3.2k 21d ago A 15 tokens original Apache-2.0

greenlight

24

RevylAI/greenlight

Skill Claude CodeCodex

It now lives at skills/greenlight/SKILL.md.

2.4k 26d ago A 0 tokens original MIT