arindamxd

23 mods across 1 repository, 132 stars between them.

adaptive

01

arindamxd/camerax-android

Skill Claude CodeCodex

Instructions to make or update an app's UI so that it adapts to different Android devices including phones, tablets, foldables, laptops, desktop, TV, Auto and XR. It includes how to handle different window sizes, pointing devices (such as mouse) and text entry devices (such as keyboard) using the Compose MediaQuery…

132 3d ago A 117 tokens copy · 100% Apache-2.0

agp-9-upgrade

02

arindamxd/camerax-android

Skill Claude CodeCodex

Upgrades, or migrates, an Android project to use Android Gradle Plugin (AGP) version 9. Do not use this skill for migrating Kotlin Multiplatform (KMP) projects.

132 3d ago A 48 tokens copy · 97% Apache-2.0

android-cli

03

arindamxd/camerax-android

Skill Claude CodeCodex

Provides instructions for installing and using the android CLI. The android command-line tool is a critical tool for Android development and helps you create new Android projects, run Android apps on devices, manage and interact with Android virtual devices (including screenshots and UI inspection), manage Android SDK…

132 3d ago C 76 tokens copy · 100% Apache-2.0

arindamxd/camerax-android

Skill Claude CodeCodex

Best practices for Android Intent security. Use this skill when auditing component configurations in AndroidManifest.xml activities, services, receivers) or source code handling incoming Intents (getIntent, getParcelableExtra) to prevent Intent Redirection and unauthorized access.

132 3d ago A 53 tokens copy · 98% Apache-2.0

android-profiler

05

arindamxd/camerax-android

Skill Claude CodeCodex

Manages Android performance profiling and debugging. Triggers when the user asks to record or analyze Android performance data, such as system traces, heap dumps, method recordings, callstack samples, memory allocations, or investigate bottlenecks, jank, memory leaks, and app startup issues on Android, or when the…

132 3d ago A 91 tokens copy · 100% Apache-2.0

appfunctions

06

arindamxd/camerax-android

Skill Claude CodeCodex

Analyzes Android apps to identify key user workflows for AppFunctions such as creating a note, playing media, or sending an automated or AI agent triggered message, voice commands, or system shortcuts, without needing to open the app UI. Generates Kotlin code to expose these workflows to the Android system, allowing…

132 3d ago A 89 tokens copy · 100% Apache-2.0

camerax

07

arindamxd/camerax-android

Skill Claude CodeCodex

Provide technical guidance for Android camera development with CameraX. Use when implementing camera features, handling asynchronous recording lifecycles, wiring low-level hardware interop using CameraX, or integrating ML Kit or Media3 effects.

132 3d ago A 47 tokens copy · 98% Apache-2.0

arindamxd/camerax-android

Skill Claude CodeCodex

Provides guidelines for developing projected Android XR apps for display glasses using the Jetpack Compose Glimmer UI toolkit. This skill covers foundational Glimmer design principles, workflows for implementing Jetpack Compose Glimmer, and interaction models for the glasses form factor. Use this skill to build an…

132 3d ago A 91 tokens copy · 100% Apache-2.0

edge-to-edge

09

arindamxd/camerax-android

Skill Claude CodeCodex

Use this skill to migrate your Jetpack Compose app to add adaptive edge-to-edge support and troubleshoot common issues. Use this skill to fix UI components (like buttons or lists) that are obscured by or overlapping with the navigation bar or status bar, fix IME insets, and fix system bar legibility.

132 3d ago A 67 tokens copy · 97% Apache-2.0

arindamxd/camerax-android

Skill Claude CodeCodex

Helps developers integrate, debug, and resolve Play Engage SDK implementation issues. Use when adding Engage SDK support, generating publishing code, mapping data classes to entities, or fixing SDK-related errors.

132 3d ago A 44 tokens copy · 89% Apache-2.0

arindamxd/camerax-android

Skill Claude CodeCodex

Provides instructions and architectural patterns for migrating Android TV applications from legacy Leanback UI Toolkit, Android Views, or Support Fragments to Jetpack Compose for TV (androidx.tv). Use this skill for Leanback to Compose migrations, including browse screen, settings screen, authentication screen, login…

132 3d ago A 151 tokens copy · 97% Apache-2.0

arindamxd/camerax-android

Skill Claude CodeCodex

Implements Google Cast support in Android apps using Jetpack Media3. Handles adding build dependencies, updating manifest, configuring OptionsProvider, and managing CastPlayer or RemoteCastPlayer for playback in both Compose and View-based UIs. Use when adding Cast functionality or migrating from legacy Cast SDK to…

132 3d ago A 68 tokens copy · 97% Apache-2.0

arindamxd/camerax-android

Skill Claude CodeCodex

Provides a structured workflow for migrating an Android XML View to Jetpack Compose. This skill details the step-by-step process, from planning and dependency setup, to theming and layout migration, validation and XML cleanup. Use this skill when you need to migrate an XML View to Jetpack Compose in an Android…

132 3d ago A 98 tokens copy · 97% Apache-2.0

navigation-3

14

arindamxd/camerax-android

Skill Claude CodeCodex

Learn how to install and migrate to Jetpack Navigation 3, and how to implement features and patterns such as deep links, multiple backstacks, scenes (dialogs, bottom sheets, list-detail, two-pane, supporting pane), conditional navigation (such as logged-in navigation versus anonymous), returning results from flows…

132 3d ago A 80 tokens copy · 100% Apache-2.0

arindamxd/camerax-android

Skill Claude CodeCodex

Use this skill when upgrading or migrating an Android project from any legacy Google Play Billing Library (PBL) version to the latest stable version of PBL.

132 3d ago A 39 tokens copy · 94% Apache-2.0

arindamxd/camerax-android

Skill Claude CodeCodex

Automated auditor designed to verify Android applications against Google Play Policy domains. It cross-references static code analysis with Play Store declarations to generate deterministic compliance reports, identifying undeclared data collection, architectural risks, and missing disclosures across Permissions and…

132 3d ago A 66 tokens copy · 100% Apache-2.0

r8-analyzer

17

arindamxd/camerax-android

Skill Claude CodeCodex

Analyzes Android build files and R8 keep rules to identify redundancies, broad package-wide rules, and rules that subsume library consumer keep rules. Use when developers want to optimize their app's size, remove redundant or overly broad keep rules, or troubleshoot Proguard configurations.

132 3d ago A 60 tokens copy · 97% Apache-2.0

styles

18

arindamxd/camerax-android

Skill Claude CodeCodex

Use this skill to integrate the Jetpack Compose Styles API into an Android project. This skill guides you through upgrading dependencies, setting up component themes, making custom components styleable, and migrating existing layout properties to use unified styles. Migrate custom design system components, replace…

132 3d ago A 70 tokens copy · 97% Apache-2.0

testing-setup

19

arindamxd/camerax-android

Skill Claude CodeCodex

Analyze and create a testing strategy for native Android apps - install testing libraries, set up test infrastructure, create harnesses for unit tests, UI tests, screenshot tests, and end-to-end tests.

132 3d ago A 43 tokens copy · 100% Apache-2.0

verified-email

20

arindamxd/camerax-android

Skill Claude CodeCodex

Provides a complete workflow for implementing verified email retrieval on Android Credential Manager API. Use this skill to integrate a secure, OTP-less email verification flow into an Android app. This skill solves the problem of high-friction sign-up processes by leveraging cryptographically verified credentials…

132 3d ago A 60 tokens copy · 100% Apache-2.0

wear-compose-m3

21

arindamxd/camerax-android

Skill Claude CodeCodex

Expert guidance for working with Wear OS Compose Material3. Use this skill when creating, updating, or migrating Wear OS projects. This includes the androidx.wear.compose.material3, androidx.wear.compose.foundation, and androidx.wear.compose.navigation3 libraries. Also working with core components such as AppScaffold…

132 3d ago A 101 tokens copy · 100% Apache-2.0

arindamxd/camerax-android

Instructions file CodexOpenCode

Instructions for arindamxd/camerax-android, covering agents.md — camerax, architecture (clean architecture, single module), file map (where to change what), camerax rules and ui.

132 3d ago A 3,544 tokens original Apache-2.0