From bcbe078c52112e43c482a7c6ea9f1673f1055638 Mon Sep 17 00:00:00 2001 From: Simone Avogadro Date: Mon, 2 Feb 2026 21:34:07 +0100 Subject: [PATCH] Clarified this is a Skill --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e9139e..1764dbe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Android Reverse Engineering & API Extraction — Claude Code Plugin +# Android Reverse Engineering & API Extraction — Claude Code skill -A Claude Code plugin that decompiles Android APK/XAPK/JAR/AAR files and **extracts the HTTP APIs** used by the app — Retrofit endpoints, OkHttp calls, hardcoded URLs, authentication patterns — so you can document and reproduce them without the original source code. +A Claude Code skill that decompiles Android APK/XAPK/JAR/AAR files and **extracts the HTTP APIs** used by the app — Retrofit endpoints, OkHttp calls, hardcoded URLs, authentication patterns — so you can document and reproduce them without the original source code. ## What it does @@ -33,7 +33,7 @@ Inside Claude Code, run: /plugin install android-reverse-engineering@android-reverse-engineering-skill ``` -The plugin will be permanently available in all future sessions. +The skill will be permanently available in all future sessions. ### From a local clone