feat(clone-app): scaffold plugin manifest and marketplace entry
This commit is contained in:
parent
09dd8bb08e
commit
9550dc0182
|
|
@ -22,6 +22,19 @@
|
|||
"license": "Apache-2.0",
|
||||
"keywords": ["android", "reverse-engineering", "apk", "jadx", "decompile", "api-extraction"],
|
||||
"category": "security"
|
||||
},
|
||||
{
|
||||
"name": "clone-app",
|
||||
"source": "./plugins/clone-app",
|
||||
"description": "Analyze a Google Play app for cloning: APK reverse engineering, AI-assisted effort estimation, market viability.",
|
||||
"version": "0.1.0",
|
||||
"author": {
|
||||
"name": "masa2146"
|
||||
},
|
||||
"repository": "https://github.com/masa2146/android-reverse-engineering-skill",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": ["android", "clone", "feasibility", "effort-estimation", "market-analysis"],
|
||||
"category": "security"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "clone-app",
|
||||
"version": "0.1.0",
|
||||
"description": "Analyze a Google Play app: download APK, reverse engineer it, estimate AI-assisted clone effort and infra cost, assess market viability, and optionally generate an implementation plan.",
|
||||
"author": {
|
||||
"name": "masa2146"
|
||||
},
|
||||
"repository": "https://github.com/masa2146/android-reverse-engineering-skill",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": ["android", "clone", "feasibility", "effort-estimation", "market-analysis", "reverse-engineering"],
|
||||
"skills": "./skills/",
|
||||
"commands": "./commands/"
|
||||
}
|
||||
Loading…
Reference in New Issue