← all publishers

arisguimera

@arisguimera source repo

40 published skills

  1. R8 Analyzer · arisguimera bundle
    Analyzes Android build files and R8 keep rules to identify redundancies, broad package-wide rules, and rules that subsume library consumer keep rules. Use when developers want to optimize their app's size, remove redundant or overly broad keep rules, or troubleshoot Proguard configurations.
    0
    installs
  2. Edge To Edge · arisguimera
    Use this skill to migrate your Jetpack Compose app to add adaptive edge-to-edge support and troubleshoot common issues. Use this skill to fix UI components (like buttons or lists) that are obscured by or overlapping with the navigation bar or status bar, fix IME insets, and fix system bar legibility.
    0
    installs
  3. Mobiai Kmp · arisguimera
    Use when working on a Kotlin Multiplatform project — shared code, expect/actual declarations, platform-specific implementations, building and testing.
    0
    installs
  4. Mobiai Brain · arisguimera
    Use when the user asks about past decisions, workarounds, bugfixes, testing patterns or integrations specific to *this* project, OR before proposing non-trivial architecture/integration changes. MobiAI Brain is per-project living memory at <repo>/.mobiai/brain/. Loads context the user already captured so suggestions respect real project conventions instead of generic best practices.
    0
    installs
  5. Mobiai Graph · arisguimera
    Use when the user asks about code impact, call graph, callers/callees, semantic exploration of the mobile codebase, or 'where is X used'. Routes the agent to query MobiAI Graph (mobiai graph search/callers/context) instead of grep/read. Pre-flight checks that .mobiai/graph/index.json exists; if not, suggests `mobiai graph init` without running it.
    0
    installs
  6. Using Mobiai · arisguimera bundle
    Use when starting any conversation — establishes how to find and invoke MobiAI skills, requiring `Skill` tool invocation before ANY response including clarifying questions, git/file reads, or code exploration
    0
    installs
  7. Mobiai Update · arisguimera
    Actualiza el binario `mobiai` a la última versión publicada en GitHub Releases. Usá esta skill cuando el banner de SessionStart muestre "MobiAI update available" o cuando el usuario pida explícitamente actualizar MobiAI.
    0
    installs
  8. Mobiai IOS Build · arisguimera
    Use when building an iOS project, configuring schemes, troubleshooting build failures, or managing dependencies with CocoaPods or SPM.
    0
    installs
  9. Mobiai Create Pr · arisguimera bundle
    YOU MUST use this before ANY git push, branch push to remote, merge, or PR creation — regardless of phrasing or language. Covers all irreversible integration actions (committing, pushing, opening a PR, shipping finished work). Also triggers proactively after a fix when the user signals completion (still ask before pushing). Works with any git hosting provider.
    0
    installs
  10. Mobiai Fix Issue · arisguimera bundle
    You MUST use this before starting any bug fix from a ticket or issue, OR when re-opening a ticket whose previous fix attempt didn't work (user shares a commit SHA and says 'no anda' / 'didn't fix it' / 'still broken'). Fetch, understand, investigate root cause, apply the fix with tests, and verify. For small line-level fixes, runs autonomously end-to-end and gates only before push. For complex changes, gates at each phase boundary.
    0
    installs
  11. Mobiai IOS Device · arisguimera
    Use when interacting with an iOS Simulator — run simctl commands, capture screenshots, read device logs, manage simulators.
    0
    installs
  12. Mobiai Mobile Tdd · arisguimera
    You MUST use this before writing any implementation code for a mobile feature, bug fix, refactor, or behavior change. Tests come before implementation — no exceptions.
    0
    installs
  13. Mobiai Flutter · arisguimera
    Use when working on a Flutter or Dart project — building, testing, debugging, understanding state management and project structure.
    0
    installs
  14. Mobiai IOS Testing · arisguimera
    Use when writing or running tests in an iOS project — unit tests, UI tests, snapshot tests, choosing the right framework.
    0
    installs
  15. Mobiai Crashlytics · arisguimera
    Use when the user shares a Firebase Crashlytics crash link, crash ID, or asks to investigate a Crashlytics issue in depth.
    0
    installs
  16. Mobiai Review Code · arisguimera
    Use when reviewing mobile code changes — check for lifecycle issues, memory leaks, thread safety, and platform-specific pitfalls.
    0
    installs
  17. Mobiai Write Tests · arisguimera
    Use when the user asks to write tests for mobile code, or after applying a fix that needs regression tests.
    0
    installs
  18. Mobiai Analyze Crash · arisguimera
    Use when the user shares a crash from any source (stack trace, log, screenshot, error description) and wants to find the root cause and fix it.
    0
    installs
  19. Mobiai Reproduce Bug · arisguimera bundle
    Use when the user wants to reproduce a bug on a mobile device, emulator, or simulator using UI automation.
    0
    installs
  20. Mobiai Writing Skills · arisguimera
    Guide the user through creating a new MobiAI skill — generate SKILL.md with proper structure, frontmatter, and actionable instructions.
    0
    installs
  21. Navigation 3 · arisguimera bundle
    Learn how to install and migrate to Jetpack Navigation 3, and how to implement features and patterns such as deep links, multiple backstacks, scenes (dialogs, bottom sheets, list-detail, two-pane, supporting pane), conditional navigation (such as logged-in navigation vs anonymous), returning results from flows, integration with Hilt, ViewModel, Kotlin, and view interoperability.
    0
    installs
  22. Mobiai Mobile Planning · arisguimera
    You MUST use this whenever a mobile task spans multiple steps, files, or subsystems — before touching code. Produce a written plan the user approves; do not improvise multi-step work from memory.
    0
    installs
  23. Mobiai IOS Architecture · arisguimera
    Use when creating features, refactoring, or navigating an iOS codebase — understand project structure, find where to make changes, follow existing patterns.
    0
    installs
  24. Agp 9 Upgrade · arisguimera bundle
    Upgrades, or migrates, an Android project to use Android Gradle Plugin (AGP) version 9. Do not use this skill for migrating Kotlin Multiplatform (KMP) projects.
    0
    installs
  25. Mobiai Android Build · arisguimera
    Use when building an Android project, configuring flavors or variants, troubleshooting build failures, or managing Gradle dependencies.
    0
    installs
  26. Mobiai Mobile Debugging · arisguimera
    You MUST use this before proposing any fix for a mobile bug, test failure, crash, or unexpected behavior — AND when re-investigating a bug whose previous fix didn't work (user shares a commit SHA and questions whether it resolves the bug). Walks root-cause analysis as phased evidence gathering. For small fixes with clear evidence, runs autonomously and returns the root cause to the caller. For complex or uncertain cases, gates at known-vs-assumed and root-cause steps.
    0
    installs
  27. Mobiai Mobile Worktrees · arisguimera
    You MUST use this before starting mobile work that needs isolation from the current workspace — new feature branches, parallel efforts, or any plan execution that should not contaminate the active tree. Do not create worktrees ad hoc; this skill enforces safe directory selection and verification.
    0
    installs
  28. Mobiai Android Device · arisguimera bundle
    Use when interacting with an Android device or emulator — run adb commands, automate UI, capture screenshots, read logcat, manage emulators.
    0
    installs
  29. Mobiai Android Testing · arisguimera
    Use when writing or running tests in an Android project — unit tests, UI tests, choosing the right framework and patterns.
    0
    installs
  30. Mobiai Mobile Verification · arisguimera
    You MUST use this before declaring any mobile work done, fixed, green, or ready — and before committing, pushing, or opening a PR. No completion claim may be made without fresh verification evidence from this session.
    0
    installs
  31. Mobiai Mobile Brainstorming · arisguimera
    You MUST use this before any creative mobile work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
    0
    installs
  32. Mobiai React Native · arisguimera
    Use when working on a React Native project — building, testing, debugging, understanding navigation and state management.
    0
    installs
  33. Mobiai Mobile Executing Plans · arisguimera
    ALWAYS invoke this when a written mobile implementation plan exists and you are about to carry it out in a fresh session. Load and critique the plan before executing any task from it.
    0
    installs
  34. Mobiai Mobile Parallel Agents · arisguimera
    ALWAYS invoke this before dispatching agents for two or more independent mobile problems (unrelated failures, separate subsystems, disjoint investigations). Do not spawn parallel agents ad hoc — this skill defines how to isolate their context and scope.
    0
    installs
  35. Mobiai Android Architecture · arisguimera
    Use when creating features, refactoring, or navigating an Android codebase — understand project structure, find where to make changes, follow existing patterns.
    0
    installs
  36. Mobiai Mobile Finishing Branch · arisguimera
    You MUST use this once mobile implementation is finished and you are about to integrate the work — merging, pushing, opening a PR, or cleaning up the branch. Do not improvise the wrap-up; this skill gates verification, presents integration options, and handles cleanup.
    0
    installs
  37. Mobiai Community Android Github Actions · arisguimera bundle
    Use when creating, updating, or reviewing reusable GitHub Actions workflows for Android unit tests or instrumented tests, especially when the workflow should ask about triggers, caching, emulator setup, and action-version checks.
    0
    installs
  38. Mobiai Mobile Executing Plans With Subagents · arisguimera
    ALWAYS invoke this when executing a mobile implementation plan in the current session with subagent support available. Drives fresh-subagent-per-task execution with mandatory two-stage review; do not hand-execute plan tasks in-session when this workflow applies.
    0
    installs
  39. Migrate XML Views To Jetpack Compose · arisguimera bundle
    Provides a structured workflow for migrating an Android XML View to Jetpack Compose. This skill details the step-by-step process, from planning and dependency setup, to theming and layout migration, validation and XML cleanup. Use this skill when you need to migrate an XML View to Jetpack Compose in an Android project. It solves the problem of converting the UI of a legacy XML View into modern, declarative Compose components while maintaining interoperability.
    0
    installs
  40. Play Billing Library Version Upgrade · arisguimera bundle
    Use this skill when upgrading or migrating an Android project from any legacy Google Play Billing Library (PBL) version to the latest stable version of PBL.
    0
    installs