diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2159cda..5af5e33 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,12 +1,12 @@ { "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", - "name": "android-reverse-engineering-skill", - "description": "Claude Code plugins for Android reverse engineering", + "name": "clone-app-skill", + "description": "Claude Code plugins: Android reverse engineering plus clone-feasibility analysis", "owner": { - "name": "Simone Avogadro" + "name": "masa2146" }, "metadata": { - "description": "Claude Code plugins for Android reverse engineering", + "description": "Claude Code plugins: Android reverse engineering plus clone-feasibility analysis", "version": "1.5.0" }, "plugins": [ @@ -31,7 +31,7 @@ "author": { "name": "masa2146" }, - "repository": "https://github.com/masa2146/android-reverse-engineering-skill", + "repository": "https://github.com/masa2146/clone-app-skill", "license": "Apache-2.0", "keywords": ["android", "clone", "feasibility", "effort-estimation", "market-analysis"], "category": "security" diff --git a/plugins/clone-app/.claude-plugin/plugin.json b/plugins/clone-app/.claude-plugin/plugin.json index ed150cc..f09d09e 100644 --- a/plugins/clone-app/.claude-plugin/plugin.json +++ b/plugins/clone-app/.claude-plugin/plugin.json @@ -5,7 +5,7 @@ "author": { "name": "masa2146" }, - "repository": "https://github.com/masa2146/android-reverse-engineering-skill", + "repository": "https://github.com/masa2146/clone-app-skill", "license": "Apache-2.0", "keywords": ["android", "clone", "feasibility", "effort-estimation", "market-analysis", "reverse-engineering"], "skills": "./skills/", diff --git a/plugins/clone-app/README.md b/plugins/clone-app/README.md index fe0206a..66fe261 100644 --- a/plugins/clone-app/README.md +++ b/plugins/clone-app/README.md @@ -13,9 +13,9 @@ NO GO), and — if you approve — generates a full implementation plan. ## Install ```text -/plugin marketplace add /path/to/this/repo -/plugin install android-reverse-engineering@android-reverse-engineering-skill -/plugin install clone-app@android-reverse-engineering-skill +/plugin marketplace add https://github.com/masa2146/clone-app-skill +/plugin install android-reverse-engineering@clone-app-skill +/plugin install clone-app@clone-app-skill ``` ## Usage