android-studio-compose/SKILL.md
Set up Android Studio and build Jetpack Compose apps with emulator/AVD, Live Edit, ADB device testing, and Kotlin fundamentals. Use when configuring Android Studio, creating Compose projects, troubleshooting emulator/ADB, or onboarding to Kotlin/Compose workflows.
npx skillsauth add abanoub-ashraf/manus-skills-import android-studio-composeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to set up environments and run Compose development workflows quickly.
references/setup.md and references/compose-workflow.md.references/emulator-avd.md and references/adb-device-testing.md for testing.references/android-architecture.md for MVVM, repository, Room, and DI basics.references/coroutines-flow.md and references/testing.md for async and testing.references/clean-architecture-notes.md and references/coroutines-confidence-notes.md for layer boundaries and structured concurrency guidance.references/navigation.md, references/permissions-maps.md, and references/background-work.md for common app features.references/compose-advanced.md and references/release-play.md for polish and release.references/index.md to locate deeper topics.android-app-security for secure SDLC and MASVS checklists, and android-design-patterns-performance for architecture and performance patterns.development
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than AI-generated slop.
data-ai
Design and implement SwiftUI views, components, and app architecture. Use when creating new SwiftUI views, implementing MVVM/TCA patterns, managing state with @Observable, @State, @Binding, or @Environment, designing navigation flows, or structuring iOS app architecture. Triggers on SwiftUI, view model, state management, navigation, coordinator pattern.
development
Implement, review, or improve SwiftUI animations and transitions. Use when adding implicit or explicit animations with withAnimation, configuring spring animations (.smooth, .snappy, .bouncy), building phase or keyframe animations with PhaseAnimator/KeyframeAnimator, creating hero transitions with matchedGeometryEffect or matchedTransitionSource, adding SF Symbol effects (bounce, pulse, variableColor, breathe, rotate, wiggle), implementing custom Transition or CustomAnimation types, or ensuring animations respect accessibilityReduceMotion.
testing
Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes