chore(clone-app): rename marketplace to clone-app-skill and update repo URLs
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
e4703a28fe
commit
b7b62d5f14
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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/",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue