with one click
fluffy-patches
fluffy-patches contains 7 collected skills from rabilrbl, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Implement and test patches from an OpenSpec change. Use when the user wants to start implementing patches, continue implementation, or work through the iterative patch-test cycle.
Archive a completed patch change. Use when the user wants to finalize and archive a change after all patches are implemented and tested on devices.
Enter explore mode for APK reverse engineering and patch ideation. Use when investigating detection mechanisms, planning patch strategies, or thinking through complex patching problems before or during a change.
Propose a new patch change with all artifacts generated in one step. Use when the user wants to quickly describe what patch they want and get a complete proposal with design, specs, and tasks ready for implementation and testing.
Analyze Android APK structure, decompile with JADX, find classes/methods, understand app architecture, and identify targets for patching. Use when reverse-engineering an APK or preparing to write patches.
Create, edit, and debug Morphe patches for Android apps. Use when writing new patches, fixing broken patches, or understanding the Morphe patcher API (bytecodePatch, resourcePatch, compatibleWith, classDefBy, smali injection).
Convert ReVanced patches to Morphe patches. Use when migrating patches from ReVanced's Kotlin DSL to Morphe's patcher API, or when adapting ReVanced patching techniques for use with Morphe Manager.