Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

MobiAI-Core

MobiAI-Core contient 45 skills collectées depuis ArisGuimera, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
45
Stars
417
mis à jour
2026-06-04
Forks
14
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

alpha-skill
Autres occupations informatiques

first community fixture skill

2026-06-04
bravo-skill
Autres occupations informatiques

second community fixture skill

2026-06-04
charlie-skill
Autres occupations informatiques

third community fixture skill

2026-06-04
mobiai-update
Développeurs de logiciels

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.

2026-05-31
using-mobiai
Autres occupations informatiques

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

2026-05-24
android-build
Développeurs de logiciels

test fixture

2026-05-24
edge-to-edge
Développeurs de logiciels

test fixture

2026-05-24
using-mobiai
Autres occupations informatiques

test fixture

2026-05-24
ios-build
Développeurs de logiciels

test fixture

2026-05-24
kmp-shared
Développeurs de logiciels

test fixture

2026-05-24
agp-9-upgrade
Développeurs de logiciels

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.

2026-05-24
migrate-xml-views-to-jetpack-compose
Développeurs de logiciels

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.

2026-05-24
navigation-3
Développeurs de logiciels

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.

2026-05-24
play-billing-library-version-upgrade
Développeurs de logiciels

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.

2026-05-24
mobiai-android-architecture
Développeurs de logiciels

Use when creating features, refactoring, or navigating an Android codebase — understand project structure, find where to make changes, follow existing patterns.

2026-05-24
mobiai-android-build
Développeurs de logiciels

Use when building an Android project, configuring flavors or variants, troubleshooting build failures, or managing Gradle dependencies.

2026-05-24
mobiai-android-device
Développeurs de logiciels

Use when interacting with an Android device or emulator — run adb commands, automate UI, capture screenshots, read logcat, manage emulators.

2026-05-24
mobiai-android-testing
Analystes en assurance qualité des logiciels et testeurs

Use when writing or running tests in an Android project — unit tests, UI tests, choosing the right framework and patterns.

2026-05-24
mobiai-analyze-crash
Développeurs de logiciels

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.

2026-05-24
mobiai-brain
Autres occupations informatiques

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.

2026-05-24
mobiai-crashlytics
Développeurs de logiciels

Use when the user shares a Firebase Crashlytics crash link, crash ID, or asks to investigate a Crashlytics issue in depth.

2026-05-24
mobiai-create-pr
Développeurs de logiciels

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.

2026-05-24
mobiai-fix-issue
Développeurs de logiciels

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.

2026-05-24
mobiai-graph
Développeurs de logiciels

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.

2026-05-24
mobiai-mobile-brainstorming
Développeurs de logiciels

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.

2026-05-24
mobiai-mobile-debugging
Développeurs de logiciels

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.

2026-05-24
mobiai-mobile-executing-plans
Développeurs de logiciels

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.

2026-05-24
mobiai-mobile-executing-plans-with-subagents
Développeurs de logiciels

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.

2026-05-24
mobiai-mobile-finishing-branch
Développeurs de logiciels

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.

2026-05-24
mobiai-mobile-parallel-agents
Développeurs de logiciels

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.

2026-05-24
mobiai-mobile-planning
Développeurs de logiciels

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.

2026-05-24
mobiai-mobile-tdd
Analystes en assurance qualité des logiciels et testeurs

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.

2026-05-24
mobiai-mobile-verification
Analystes en assurance qualité des logiciels et testeurs

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.

2026-05-24
mobiai-mobile-worktrees
Développeurs de logiciels

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.

2026-05-24
mobiai-reproduce-bug
Analystes en assurance qualité des logiciels et testeurs

Use when the user wants to reproduce a bug on a mobile device, emulator, or simulator using UI automation.

2026-05-24
mobiai-review-code
Analystes en assurance qualité des logiciels et testeurs

Use when reviewing mobile code changes — check for lifecycle issues, memory leaks, thread safety, and platform-specific pitfalls.

2026-05-24
mobiai-write-tests
Analystes en assurance qualité des logiciels et testeurs

Use when the user asks to write tests for mobile code, or after applying a fix that needs regression tests.

2026-05-24
mobiai-writing-skills
Autres occupations informatiques

Guide the user through creating a new MobiAI skill — generate SKILL.md with proper structure, frontmatter, and actionable instructions.

2026-05-24
mobiai-flutter
Développeurs de logiciels

Use when working on a Flutter or Dart project — building, testing, debugging, understanding state management and project structure.

2026-05-24
mobiai-ios-architecture
Développeurs de logiciels

Use when creating features, refactoring, or navigating an iOS codebase — understand project structure, find where to make changes, follow existing patterns.

2026-05-24
Affichage des 40 principaux skills collectés sur 45 dans ce dépôt.