安卓原生
xuelongqyF
Flutter 原生 interop
Interoperate with native APIs in a Flutter app on Android, iOS, and the web
★ 4.1k查看 / 安装 ›
entronadF
Flutter chart
Guide users to build charts and data visualizations using the Graphic Flutter library. Use when users ask how to create charts, configure chart options, add interactivity, customize appearance, or need help with any aspect of the Graphic charting library.
★ 1.8k查看 / 安装 ›
maxrave-dev安
安卓 Gradle logic
Expert guidance on setting up scalable Gradle build logic using Convention Plugins and Version Catalogs.
★ 9.9k查看 / 安装 ›
affaan-mC
compose 跨平台 patterns
KMP项目中的Compose Multiplatform和Jetpack Compose模式——状态管理、导航、主题化、性能优化和平台特定UI。
★ 0查看 / 安装 ›
anthropicsC
compose outreach
Generate personalized outreach messages using Common Room signals. Triggers on 'draft outreach to [person]', 'write an email to [name]', 'compose a message for [contact]', or any outreach drafting request.
★ 2.3万查看 / 安装 ›
maxrave-dev安
安卓 Retrofit
Expert guidance on setting up and using Retrofit for type-safe HTTP networking in Android. Covers service definitions, coroutines, OkHttp configuration, and Hilt integration.
★ 9.9k查看 / 安装 ›
XiaomiMiMoC
compose ask
Use whenever you need a decision, clarification, or approval from the user — covers how to ask with the question tool, and how to resolve the decision yourself when no user is available (question tool absent, or a [Never-Ask] response)
★ 1.2万查看 / 安装 ›
XiaomiMiMoC
compose br ai nstorm
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
★ 1.2万查看 / 安装 ›
XiaomiMiMoC
compose execute
Use when you have a written implementation plan to execute in a separate session with review checkpoints
★ 1.2万查看 / 安装 ›
XiaomiMiMoC
compose parallel
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
★ 1.2万查看 / 安装 ›
XiaomiMiMoC
compose plan
Use when you have a spec or requirements for a multi-step task, before touching code
★ 1.2万查看 / 安装 ›
XiaomiMiMoC
compose report
Use after implementation is verified and before merge — consolidates multiple spec iterations into a single final-state report, marks related specs, and records key lessons
★ 1.2万查看 / 安装 ›
maxrave-dev安
安卓 测试
Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.
★ 9.9k查看 / 安装 ›
XiaomiMiMoC
compose subagent
Use when executing implementation plans with independent tasks in the current session
★ 1.2万查看 / 安装 ›
XiaomiMiMoC
compose tdd
Use when implementing any feature or bugfix, before writing implementation code
★ 1.2万查看 / 安装 ›
XiaomiMiMoC
compose 验证
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
★ 1.2万查看 / 安装 ›
XiaomiMiMoC
compose worktree
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
★ 1.2万查看 / 安装 ›
maxrave-devC
compose 导航
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.
★ 9.9k查看 / 安装 ›
maxrave-devC
compose 性能 audit
Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in Compose UI.
★ 9.9k查看 / 安装 ›
maxrave-devC
compose ui
Best practices for building UI with Jetpack Compose, focusing on state hoisting, detailed performance optimizations, and theming. Use this when writing or refactoring Composable functions.
★ 9.9k查看 / 安装 ›
companion-incF
figure composer
Compose a publication-grade multi-panel scientific figure from a claim, dataset, or draft result. Use when the task needs panel planning, consistent figure layout, figure review, or final figure assembly.
★ 8.3k查看 / 安装 ›
flexpriceC
compose
FlexPrice Docker/Makefile shortcuts — dev-setup, compose services, Kafka UI profile, logs. Deep env wizard is devenv. Trigger: compose, docker dev, dev-setup.
★ 3.6k查看 / 安装 ›
ArcReelC
compose v ide o
把已生成的视频片段按剧本顺序拼接为单集成片,可选混入 BGM 与场景间转场。当用户说"拼成片"、"合成本集视频"或"加背景音乐"时使用。
★ 3.3k查看 / 安装 ›
maxrave-dev安
安卓 ViewModel
Best practices for implementing Android ViewModels, specifically focused on StateFlow for UI state and SharedFlow for one-off events.
★ 9.9k查看 / 安装 ›
UnicomAIF
figure composer
Compose one publication-grade multi-panel figure. Entry from a one-line claim + data files, OR from an existing figure via `derive_outline_prompt` (you read the PNG). Runs a per-figure loop: outline (12-col grid, per-panel ask + label_budget) → render each panel with `panel_task` (loading `figure-style`), one at a time or parallelized → tile + stamp letters with `compose_figure` → adversarial composite self-review with two-tier feedback (Tier-1 outline_revisions / Tier-2 per-panel violations) → regen affected panels, ≤3 rounds. Helpers: panel_task / compose_figure / compose_crops / composite_review_task / derive_outline_prompt. For one standalone plot use `figure-style`; for whole-paper figure ordering use `paper-narrative`.
★ 2.6k查看 / 安装 ›
vitorpamplonaC
compose 状态 holder ui split
Use when a Jetpack Compose screen-level composable takes a ViewModel/component/controller, collects state or effects, handles navigation/snackbars, or wires callbacks while also rendering layout. Technique-layer skill — complements the codebase-specific compose-expert and feed-patterns.
★ 1.6k查看 / 安装 ›
vitorpamplonaC
compose 状态 deferred reads
Use when Jetpack Compose code reads scroll, animation, gesture, or other frame-rate State in composition, passes changing values across composable boundaries, or uses value-form layout/draw modifiers. Technique-layer skill — complements the codebase-specific compose-expert.
★ 1.6k查看 / 安装 ›
vitorpamplonaC
compose expert
Advanced Compose Multiplatform UI patterns for shared composables. Use when working with visual UI components, state management patterns (remember, derivedStateOf, produceState), recomposition optimization (@Stable/@Immutable visual usage), Material3 theming, custom ImageVector icons, or determining whether to share UI in commonMain vs keep platform-specific. Delegates navigation to android-expert/desktop-expert. Complements kotlin-expert (handles Kotlin language aspects of state/annotations).
★ 1.6k查看 / 安装 ›
vitorpamplonaC
compose stability diagnostics
Use when writing or reviewing Jetpack Compose parameter stability, compiler reports, skippability, unstable UI state classes, collection parameters, or Kotlin 2.0+ strong skipping behavior. Technique-layer skill — complements the codebase-specific compose-expert and kotlin-expert.
★ 1.6k查看 / 安装 ›
vitorpamplonaC
compose modifier and 布局 style
Use when writing or reviewing Jetpack Compose layout APIs, modifier parameters, modifier chain construction, hardcoded root layout decisions, or layout wrappers around a single conditional. Technique-layer skill — complements the codebase-specific compose-expert.
★ 1.6k查看 / 安装 ›
点击技能卡片查看简介与安装(GitHub 为次要选项,需科学上网时再前往)