feat(clone-app): scaffold plugin manifest and marketplace entry

This commit is contained in:
fatih.bulut 2026-06-21 01:58:03 +03:00
parent 09dd8bb08e
commit 9550dc0182
2 changed files with 26 additions and 0 deletions

View File

@ -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"
}
]
}

View File

@ -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/"
}