ahmed3elshaer/everything-claude-code-mobile
Command
Build Android project with Gradle, fix errors, generate APK/AAB. Invokes android-build-resolver for issues.
ahmed3elshaer/everything-claude-code-mobile
Command
Build Android project with Gradle, fix errors, generate APK/AAB. Invokes android-build-resolver for issues.
ahmed3elshaer/everything-claude-code-mobile
Command
Android code review for Kotlin, Compose, and MVI patterns.
ahmed3elshaer/everything-claude-code-mobile
Command
Run Android unit and instrumentation tests. Invokes mobile-tdd-guide for test-driven development.
ahmed3elshaer/everything-claude-code-mobile
Command
Generate and verify Compose previews for UI components.
ahmed3elshaer/everything-claude-code-mobile
Command
Run Compose UI tests with Espresso. Verify critical user flows.
ahmed3elshaer/everything-claude-code-mobile
Command
Cluster related instincts into reusable skills.
ahmed3elshaer/everything-claude-code-mobile
Command
Fix Gradle sync, dependency conflicts, and cache issues. Invokes android-build-resolver agent.
ahmed3elshaer/everything-claude-code-mobile
Command
Export learned instincts for sharing with others.
ahmed3elshaer/everything-claude-code-mobile
Command
Import instincts from an exported file.
ahmed3elshaer/everything-claude-code-mobile
Command
Show learned instincts with confidence scores.
ahmed3elshaer/everything-claude-code-mobile
Command
Build iOS project with Xcode, fix errors, generate IPA. Invokes xcode-build-resolver for issues.
ahmed3elshaer/everything-claude-code-mobile
Command
Run iOS tests with xcodebuild, show coverage. Invokes ios-testing patterns.
ahmed3elshaer/everything-claude-code-mobile
Command
Build KMP project for all platforms. Invokes kmp-dependency-fix for issues.
ahmed3elshaer/everything-claude-code-mobile
Command
Fix KMP dependency conflicts, version mismatches, and Gradle issues.
ahmed3elshaer/everything-claude-code-mobile
Command
Run KMP tests across all platforms.
ahmed3elshaer/everything-claude-code-mobile
Command
Extract patterns from current session into reusable knowledge.
ahmed3elshaer/everything-claude-code-mobile
Command
Run Android Lint, Detekt, and ktlint for code quality.
ahmed3elshaer/everything-claude-code-mobile
Command
Unified mobile build command. Detects platform (Android/iOS/KMP) and delegates to appropriate build command. Invokes platform-specific resolver on failure.
ahmed3elshaer/everything-claude-code-mobile
Command
Save and restore mobile development checkpoints. Capture build variants, test states, and project state before risky operations.
ahmed3elshaer/everything-claude-code-mobile
Command
Plan mobile feature implementation with architecture decisions and task breakdown.
ahmed3elshaer/everything-claude-code-mobile
Command
Mobile TDD workflow. Write tests first, implement, refactor. 80%+ coverage required.
ahmed3elshaer/everything-claude-code-mobile
Command
Unified mobile test command. Detects platform (Android/iOS/KMP) and delegates to appropriate test command.
ahmed3elshaer/everything-claude-code-mobile
Command
Run automated verification loops with pass@k metrics for mobile testing. Executes tests multiple times to detect flakiness.
ahmed3elshaer/everything-claude-code-mobile
Command
Detect project type (Android/iOS/KMP), list platforms, show platform info, and delegate to appropriate commands.