What problem does it solve? Developing LSPosed modules and reverse-engineering Android apps requires deep knowledge of the modern libxposed API, module metadata, lifecycle callbacks, ClassLoader handling, and troubleshooting—this Skill provides that expertise with a low-token startup prompt plus on-demand knowledge shards, templates, and real-world cases. ## Core Features & Use Cases - Module Scaffolding: Generates complete API 102 module projects with Gradle config, META-INF/xposed metadata (module.prop, java_init.list, scope.list), and Java/Kotlin entry classes. - Hook Development & Debugging: Implements Hook chains, Chain/HookHandle/Invoker usage, Remote Preferences, Hot Reload, and Native Hook, with structured troubleshooting paths for issues like hooks not firing, ClassNotFound, or crashes. - Reverse Engineering Workflow: Guides APK/DEX/smali/Native static analysis through to minimal observation hooks, distinguishing verified facts from hypotheses. - Use Case: Ask it to create an API 102 module targeting a specific package, then paste your LSPosed logs when the hook doesn't trigger—it will walk you through scope, process, ClassLoader, and signature checks step by step. ## Quick Start Ask the assistant to create a new API 102 LSPosed module for your target package name in Java or Kotlin.