技市SkillsCN

安卓原生

484 个 Agent 技能

eternaljustJ
jetpack compose audit
Audit Android Jetpack Compose repositories for performance, state management, side effects, and composable API quality. Scans source code, scores each category from 0-10, writes a strict markdown report, and summarizes the most important fixes. Use when reviewing a Compose codebase, rating repository quality, inspecting recomposition/state issues, or running a Compose audit.
★ 63查看 / 安装 ›
ahmed3elshaerJ
jetpack compose
Jetpack Compose patterns for declarative UI, state management, theming, animations, and performance optimization.
★ 59查看 / 安装 ›
po4ykaJ
jetpack compose api
Jetpack Compose API internals, state, effects, modifiers, navigation, animation, and semantics.
★ 52查看 / 安装 ›
Seeed-ProjectsJ
jetpack flash wsl2
Flash JetPack on Jetson from Windows using WSL2 + usbipd-win. Covers custom WSL kernel setup, USB passthrough, and Seeed BSP massflash. Not officially supported — use native Ubuntu if issues persist.
★ 51查看 / 安装 ›
Seeed-ProjectsJ
jetpack jetson overview
Knowledge base for the relationship between JetPack and Jetson — JetPack components (L4T + SDK), Ubuntu version mapping, supported Seeed products, Super Mode, and JetPack archive links.
★ 51查看 / 安装 ›
Seeed-ProjectsJ
jetpack ota update
Perform an image-based OTA update on Seeed Jetson devices to upgrade from JetPack 5.1.3 to JetPack 6.0. Requires Ubuntu 20.04 host PC and USB-C cable. Demonstrated on reComputer J3010.
★ 51查看 / 安装 ›
midudev
安卓 coroutines Flow
Use coroutines, Flow, structured concurrency, dispatchers, and cancellation-safe Android async pipelines.
★ 6.4k查看 / 安装 ›
Seeed-ProjectsJ
jetpack5 ssd boot fix
Fix JetPack 5 boot failures from NVMe SSDs on Seeed Jetson devices. Two options — full SSD wipe via external enclosure, or re-flash with --erase-all flag. JetPack 6 is not affected.
★ 51查看 / 安装 ›
ithinkihaveacatJ
jetpack
Resolves AndroidX/Jetpack library information including version lookup, package-to-Maven-coordinate conversion, and source code downloading. Provides tools for inspecting Jetpack library implementations. Use when working with androidx libraries, resolving Maven coordinates, downloading Jetpack source code, checking library versions (alpha/beta/stable/snapshot), or inspecting AndroidX class implementations. Triggers: androidx, jetpack, maven coordinate, jetpack source, library version, snapshot, alpha, beta.
★ 47查看 / 安装 ›
justinmoonJ
jetpack compose material3 expert 技能
Write, review, or improve Jetpack Compose UI using Material Design 3, adaptive layout/navigation patterns, and modern Compose state/performance practices. Use when building new Android Compose screens, refactoring existing Compose code, auditing M3 theming, adapting UI for tablets/foldables, or aligning implementation with official Android guidance and the Reply sample app.
★ 46查看 / 安装 ›
kabirnayeem99J
jetpack compose m3
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.
★ 28查看 / 安装 ›
claude-dev-suiteJ
jetpack compose
Jetpack Compose for native Android UI. Covers @Composable functions, state, side effects, ViewModel + Compose, Hilt DI, Navigation Compose, Material 3 with Dynamic Color (Material You), Compose for Wear OS, Compose previews, and Android lifecycle integration (Activity, Fragment interop). USE WHEN: user mentions "Jetpack Compose", "@Composable" in Android-only context, "ViewModel", "Hilt", "Navigation Compose", "Material You", "Dynamic Color", "Compose preview", "AndroidView", "rememberLauncherForActivityResult", "Compose Wear OS" DO NOT USE FOR: Cross-platform Compose - use `frontend-frameworks/compose-multiplatform` DO NOT USE FOR: Kotlin language fundamentals - use `languages/kotlin` DO NOT USE FOR: Android non-UI APIs (Keystore, NFC, etc) - use `mobile/android-native`
★ 22查看 / 安装 ›
MIUAVJ
jetpack 配置
JetPack环境配置 - SDK Manager 系统镜像 驱动安装
★ 21查看 / 安装 ›
G1JoshiJ
jetpack compose
Jetpack Compose Android declarative UI. Use for Android.
★ 9查看 / 安装 ›
curiositechJ
jetpack compose 导航 expert
Jetpack Compose navigation expert with type-safe routes, Hilt DI, and MVVM/MVI architecture. Activate on: Jetpack Compose navigation, Compose type-safe routes, Hilt dependency injection, MVVM Android, MVI pattern, Compose state management, NavHost, ViewModel. NOT for: XML layouts (use frontend-architect), iOS SwiftUI (use swiftui-data-flow-expert), React Native (use react-native-architect).
★ 7查看 / 安装 ›
alphaonedev
安卓 jetpack
Jetpack: Room, Navigation, WorkManager, DataStore, CameraX, Hilt injection, Paging 3
★ 6查看 / 安装 ›
KevinZaiJ
jetpack compose
Jetpack Compose for Android — Material Design 3, composable architecture, state management, and Android-specific best practices.
★ 5查看 / 安装 ›
davila7
安卓 ci/cd
Automated Android CI/CD pipeline to Google Play — supports TWA, React Native, Flutter, and native Android. Run npx android-cicd to set up keystore generation, GitHub Secrets, and a multi-stage workflow (internal/alpha/beta/production) with auto-bump versionCode.
★ 2.9万查看 / 安装 ›
midudev
安卓 di hilt
Wire Android dependency injection with Hilt, scopes, testing overrides, and module ownership boundaries.
★ 6.4k查看 / 安装 ›
SkillMedevJ
jetpack compose b ui lder
Builds Android Jetpack Compose UI with hoisted state, unidirectional data flow, and recomposition-safe patterns backed by measured stability rules. Use when someone asks "build this screen in Compose", "where should this state live", "why does my LazyColumn stutter", or is writing Composable functions, ViewModel and StateFlow wiring, or fixing recomposition jank in Kotlin. Do NOT use when the screen targets Flutter - use flutter-widget-architect instead; for iOS declarative UI use swift-ui; for React Native screens use react-native-pro; and if jank persists after state fixes, profile with mobile-perf-profiler.
★ 4查看 / 安装 ›
Tryboy869J
jetpack compose
[Applies to: **/*] Definitive guidelines for writing clean, performant, and maintainable Jetpack Compose UI code, emphasizing best practices for component design, state management, and modifier usage.
★ 2查看 / 安装 ›
Kaito-DogiJ
jetpack compose m3
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.
★ 2查看 / 安装 ›
anubhavg-icplJ
jetpack compose expert
Modern Compose UI for Android — composables, state, side effects, navigation, animations, lazy lists, and Compose Multiplatform considerations. Use when developing Android apps with jetpack compose.
★ 2查看 / 安装 ›
ssrjkkJ
jetpack compose automation
Automation for Jetpack-Compose: automation and scripting
★ 2查看 / 安装 ›
ssrjkkJ
jetpack compose best practices
Best Practices for Jetpack-Compose: best practices and patterns
★ 2查看 / 安装 ›
ssrjkkJ
jetpack compose configuration
Configuration for Jetpack-Compose: configuration and setup
★ 2查看 / 安装 ›
ssrjkkJ
jetpack compose getting started
Getting Started for Jetpack-Compose: initial setup and first steps
★ 2查看 / 安装 ›
ssrjkkJ
jetpack compose 集成
Integration for Jetpack-Compose: integration with other tools
★ 2查看 / 安装 ›
ssrjkkJ
jetpack compose production
Production for Jetpack-Compose: production deployment
★ 2查看 / 安装 ›
midudev
安卓 Gradle b ui ld logic
Shape Android build logic with Gradle, version catalogs, plugins, convention patterns, and toolchain compatibility.
★ 6.4k查看 / 安装 ›

点击技能卡片查看简介与安装(GitHub 为次要选项,需科学上网时再前往)