jetpack compose skills

264 tagged jetpack compose, measured the same way as everything else here.

Browse within: android 242compose-multiplatform 96kotlin 96kotlin-multiplatform 37accessibility 31compose 27android-architecture 24android-template 24detekt 24gradle-kotlin-dsl 24awesome 20copilot 20ios 18ai-rules 17

claude-api

01

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

02

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

sceneview-ios

04

sceneview/sceneview

Skill Claude CodeCodex

Build 3D and AR apps on Apple platforms (iOS, macOS, visionOS) with SceneViewSwift — the SwiftUI wrapper around RealityKit. Use whenever the user asks for "3D in SwiftUI", "AR with ARKit in SwiftUI", a model viewer for iOS, or any Apple-platform 3D/AR app where the dependency is the SceneViewSwift Swift Package from…

1.3k 3d ago A 148 tokens original Apache-2.0

sceneview-web

05

sceneview/sceneview

Skill Claude CodeCodex

Build 3D and WebXR (AR/VR) experiences in the browser with SceneView for Web — Filament.js (WebGL2/WASM) wrapped in a Kotlin/JS DSL and a plain-JavaScript API on window.sceneview. Use whenever the user asks for "3D in the browser", "a web model viewer", "WebXR AR/VR", or any browser 3D/AR app where the dependency is…

1.3k 3d ago A 147 tokens original Apache-2.0

sceneview

06

sceneview/sceneview

Skill Claude CodeCodex

Build 3D and AR apps with the SceneView SDK in Jetpack Compose, SwiftUI (iOS/macOS/visionOS via SceneViewSwift), Web (Filament.js), Flutter and React Native. Use whenever the user asks for "3D in Compose", "AR with ARCore in Compose", a model viewer, or any cross-platform 3D/AR app where the dependency is…

1.3k 3d ago A 156 tokens original Apache-2.0

compose-animations

07

chrisbanes/skills

Skill Claude CodeCodex

Use when writing or reviewing Jetpack Compose motion: visibility enter/exit, animating one property toward a target, color or size transitions, multiple properties from one state, switching composable content, or choosing between AnimatedVisibility, animateAsState, rememberTransition, AnimatedContent, and Crossfade.

998 5d ago A 64 tokens original Apache-2.0

chrisbanes/skills

Skill Claude CodeCodex

Use when writing or reviewing Jetpack Compose UI tests, screenshot tests, previews, semantics assertions, fake image loading, keyboard input, focus assertions, interaction state (hover/pressed/focused), or tests for plain state-driven UI composables.

998 5d ago A 54 tokens original Apache-2.0

to-plan

09

chrisbanes/skills

Skill Claude CodeCodex

Use when one ready GitHub issue or an in-chat task needs a repository-aware implementation plan for a later implementation workflow.

998 5d ago A 27 tokens original Apache-2.0

skydoves/compose-performance-skills

Skill Claude CodeCodex

Use this skill to run an end-to-end Jetpack Compose performance audit when the symptom is broad ("the app feels sluggish", "scroll is rough everywhere", "we're starting a perf sprint", "what should we fix first?"). Orchestrates the four-phase Measure → Diagnose → Fix → Verify loop by sequencing the 25 focused skills…

493 2mo ago A 214 tokens original Apache-2.0

skydoves/compose-performance-skills

Skill Claude CodeCodex

Use this skill to generate and measure Jetpack Compose Baseline Profiles end-to-end with the AGP 8.2+ Baseline Profile Generator module and the Macrobenchmark harness. Covers writing the BaselineProfileRule journey for cold startup plus first-scroll, generating baseline-prof.txt, verifying it shipped at…

493 2mo ago A 217 tokens original Apache-2.0

skydoves/compose-performance-skills

Skill Claude CodeCodex

Use this skill to author new custom Jetpack Compose modifiers and migrate legacy ones from Modifier.composed { } to Modifier.Node + ModifierNodeElement . Covers the persistent-node lifecycle (onAttach, onDetach, onReset, coroutineScope), the specialized node interfaces (DrawModifierNode, LayoutModifierNode…

493 2mo ago A 183 tokens original Apache-2.0

burner-wallet

13

sepivip/SeekerClaw

Skill Claude CodeCodex

Operate the burner wallet — a small, app-managed Solana wallet that signs autonomously within caps. Use when: user asks about the burner, autonomous payments, x402, raising/lowering caps, funding the burner, or wiping/swapping the key (paste-only — the app never generates keys). Don't use when: user wants a regular…

299 8d ago A 91 tokens original MIT

netwatch

14

sepivip/SeekerClaw

Skill Claude CodeCodex

Network monitoring and security audit. Use when: user asks to scan network, check open ports, network audit, who's on wifi, check connection, port scan, firewall check, network status, or network security. Don't use when: user asks about crypto transactions (use solana tools) or web search (use research skill).

299 8d ago A 68 tokens original MIT

paysh-catalog

15

sepivip/SeekerClaw

Skill Claude CodeCodex

Catalog of pay.sh services payable via agentpay (x402). OPT-IN ONLY — activate when the user explicitly invokes pay.sh / paysh / x402 / 'pay for' / 'pay with burner', or asks what they can pay for. Stay dormant otherwise; defer to free tools. Activation triggers are the frontmatter triggers: list (authoritative)…

299 8d ago A 90 tokens original MIT

Drjacky/claude-android-ninja

Skill Claude CodeCodex

Build and migrate Android apps with Kotlin, Jetpack Compose, MVVM, Hilt, Room 3 (KSP, SQLiteDriver, Flow/suspend DAOs), Navigation3, and multi-module Gradle. Use for new projects or modules, Compose screens and ViewModels, Room 3 and RemoteMediator, API 37 / targetSdk migration, Play Integrity client wiring…

114 1mo ago A 123 tokens original Apache-2.0

anhvt52/jetpack-compose-skills

Skill Claude CodeCodex

Guides writing, reviewing, and reasoning about modern Android UI code using Jetpack Compose. Covers best practices for state management, side effects, recomposition, navigation, Material 3 design, accessibility, and performance. Use when reading, writing, or reviewing any Jetpack Compose project.

96 5mo ago A 63 tokens original MIT

rebrand

18

mykola-kichatov/android-clean-template

Skill Claude CodeCodex

Rebrand a fresh clone of android-clean-template into a new app. Asks for the app name, application id, sample-feature and networking decisions, then executes docs/CLONECHECKLIST.md end to end. Use on a fresh un-rebranded clone (application id still com.mkchtv.cleantemplate) or when the user asks to set up, rename, or…

55 19d ago A 85 tokens

maxrave-dev/kotlin-footguns

Skill Claude CodeCodex

A reusable top-glow layer that gives pages with no imagery of their own the same tinted ground the image-backed screens get — emitted as the first sibling of a navigation destination's content, with no wrapper, because destinations already stack. Covers why a null tone must collapse the gradient into the page colour…

29 3d ago A 150 tokens GPL-3.0

maxrave-dev/kotlin-footguns

Skill Claude CodeCodex

Draw a linear gradient at an arbitrary angle across a Compose box so both endpoints land exactly on the box edge — the per-quadrant endpoint formula from the requested angle, why rotating the diagonal overshoots and why clamping to the nearest edge distorts the angle, and the degenerate cases that collapse the ramp to…

29 3d ago A 116 tokens GPL-3.0

maxrave-dev/kotlin-footguns

Skill Claude CodeCodex

A rotating sweep-gradient ring around a card, chip or button, built from a clipped box, a full-size gradient and an opaque inset surface parked on its middle — where the modifier order is the whole mechanism and no blend mode is involved — plus why the SrcIn-inside-an-offscreen-layer version of this cannot draw a…

29 3d ago A 118 tokens GPL-3.0

cranpose

22

samoylenkodmitry/Cranpose

Skill Claude CodeCodex

Cranpose UI framework conventions, APIs, and patterns. Use when writing Cranpose composables, state, layout, or modifiers, or when working in a project that depends on the cranpose crates.

22 2d ago A 44 tokens original Apache-2.0

xml-to-compose

23

singhsume123/xml-to-compose-skill

Skill Claude CodeCodex

Convert Android XML layouts to Jetpack Compose. Use when asked to migrate XML layouts, convert views to composables, or help with Compose migration. Handles layouts, widgets, attributes, styles, and resource references.

15 7mo ago A 46 tokens original MIT

baijum/ukulele-companion

Skill Claude CodeCodexCursor

Audit iOS port parity against the Android app. Compares ViewModels, Views, Settings, and Navigation at the code level, verifies features from docs/videos/ TOML project files, and optionally captures side-by-side screenshots. Use when the user asks to compare iOS vs Android, check iOS parity, find missing iOS features…

13 5d ago A 83 tokens original MIT