
Publisher on askill
Scientific method expert for systematic bug investigation and root cause analysis. Use when users report bugs, crashes, unexpected behavior, or debugging requests. Applies hypothesis-driven investigat...
Identifies potential performance bottlenecks in Jetpack Compose code including expensive recompositions, unnecessary redraws, and memory issues. Use when code involves lists, animations, complex UI, o...
Analyze Jetpack Compose UI hierarchies and suggest MVVM/MVI or other architectural improvements. Use when **reviewing existing Compose code**, creating new Compose components, analyzing composable str...
Identifies potential performance bottlenecks in SwiftUI code including expensive view updates, unnecessary redraws, and memory issues. Use when code involves lists, animations, complex UI, or when the...
Use when implementing a Flutter feature from scratch or completing one in progress. Covers file structure, design system compliance, state management setup, error handling, testing, and build_runner r...
Use when creating or modifying Flutter UI components, screens, or widgets, or when the user asks about accessibility, screen reader support, VoiceOver, TalkBack, touch targets, color contrast, or WCAG...
Scientific method expert for systematic bug investigation and root cause analysis. Use when users report bugs, crashes, unexpected behavior, or debugging requests. Applies hypothesis-driven investigat...
data/domain/view structure templates. Project organization & scaffolding reference.
Identifies potential performance bottlenecks in Jetpack Compose code including expensive recompositions, unnecessary redraws, and memory issues. Use when code involves lists, animations, complex UI, o...
Review function and class interfaces for Swift API Design Guidelines compliance. Use when creating public APIs, reusable components, library interfaces, or when the user asks for API design review or...
Identifies potential performance bottlenecks in SwiftUI code including expensive view updates, unnecessary redraws, and memory issues. Use when code involves lists, animations, complex UI, or when the...
Implementation checklist. Coding standards, DI, testing.
Flutter accessibility quick reference. Semantics, WCAG compliance, screen readers.