← all plugins

AiAssistant

by @inehemiasm · plugin · 18 skills

AiAssistant from inehemiasm/AiAssistant.

Install the whole plugin (CLI)
npx skillmds add inehemiasm/styles npx skillmds add inehemiasm/adaptive npx skillmds add inehemiasm/android-cli npx skillmds add inehemiasm/r8-analyzer npx skillmds add inehemiasm/appfunctions npx skillmds add inehemiasm/edge-to-edge npx skillmds add inehemiasm/navigation-3 npx skillmds add inehemiasm/perfetto-sql npx skillmds add inehemiasm/agp-9-upgrade npx skillmds add inehemiasm/testing-setup npx skillmds add inehemiasm/verified-email npx skillmds add inehemiasm/camera1-to-camerax npx skillmds add inehemiasm/jetpack-compose-m3 npx skillmds add inehemiasm/engage-sdk-integration npx skillmds add inehemiasm/perfetto-trace-analysis npx skillmds add inehemiasm/migrate-xml-views-to-jetpack-compose npx skillmds add inehemiasm/play-billing-library-version-upgrade npx skillmds add inehemiasm/display-glasses-with-jetpack-compose-glimmer
⬇ Download

Skills in this plugin

  1. styles · inehemiasm bundle
    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 hard coded parameters with Style attributes, and use Modifier.styleable for interaction states.
    0
    repo stars
  2. adaptive · inehemiasm bundle
    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 API. It also covers multi-pane layouts using Navigation3 Scenes, adaptive UI components (such as buttons) with varying target sizes, and adaptive layouts (including navigation areas - nav rails and nav bars) using the Compose Grid and FlexBox APIs.
    0
    repo stars
  3. android-cli · inehemiasm bundle
    Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
    0
    repo stars
  4. r8-analyzer · inehemiasm bundle
    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.
    0
    repo stars
  5. appfunctions · inehemiasm bundle
    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 agents to discover and execute them on-device. Also refines KDoc documentation to ensure AI agents correctly understand and use the provided functionality.
    0
    repo stars
  6. edge-to-edge · inehemiasm
    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.
    0
    repo stars
  7. navigation-3 · inehemiasm bundle
    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 vs anonymous), returning results from flows, integration with Hilt, ViewModel, Kotlin, and view interoperability.
    0
    repo stars
  8. perfetto-sql · inehemiasm bundle
    Translates natural language data intents into syntactically valid Perfetto SQL queries and executes them against a local trace file. Use this skill to extract slice, thread, or memory data from Android Perfetto traces using trace_processor.
    0
    repo stars
  9. agp-9-upgrade · inehemiasm bundle
    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.
    0
    repo stars
  10. testing-setup · inehemiasm bundle
    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.
    0
    repo stars
  11. verified-email · inehemiasm bundle
    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 from trusted providers like Google.
    0
    repo stars
  12. camera1-to-camerax · inehemiasm
    Use this skill to migrate legacy Android camera implementations (Camera1 or raw Camera2 APIs) to CameraX. CameraX is a lifecycle-aware Jetpack library built on top of Camera2 that resolves camera rotation issues and handles device dependencies.
    0
    repo stars
  13. jetpack-compose-m3 · inehemiasm bundle
    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, ScreenScaffold and TransformingLazyColumn. Migration from earlier versions such as Material 2.5 and Horologist.
    0
    repo stars
  14. engage-sdk-integration · inehemiasm bundle
    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.
    0
    repo stars
  15. perfetto-trace-analysis · inehemiasm bundle
    Analyzes Perfetto traces to find the root cause of latency, memory, or jank issues in Android apps. Use when the user provides a Perfetto trace file and asks any question, ongoing investigation, or open-ended request to analyze its contents.
    0
    repo stars
  16. migrate-xml-views-to-jetpack-compose · inehemiasm bundle
    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 project. It solves the problem of converting the UI of a legacy XML View into modern, declarative Compose components while maintaining interoperability.
    0
    repo stars
  17. play-billing-library-version-upgrade · inehemiasm bundle
    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.
    0
    repo stars
  18. display-glasses-with-jetpack-compose-glimmer · inehemiasm bundle
    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 Android XR Augmented Experience app with Jetpack Compose Glimmer that adheres to the Glimmer design system for optimized glasses styling.
    0
    repo stars