54 lines
2.0 KiB
JSON
54 lines
2.0 KiB
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "clone-app-skill",
|
|
"description": "Claude Code plugins: Android reverse engineering plus clone-feasibility analysis",
|
|
"owner": {
|
|
"name": "masa2146"
|
|
},
|
|
"metadata": {
|
|
"description": "Claude Code plugins: Android reverse engineering plus clone-feasibility analysis",
|
|
"version": "1.5.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "android-reverse-engineering",
|
|
"source": "./plugins/android-reverse-engineering",
|
|
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows through libraries, and document extracted APIs.",
|
|
"version": "1.5.0",
|
|
"author": {
|
|
"name": "Simone Avogadro"
|
|
},
|
|
"repository": "https://github.com/SimoneAvogadro/android-reverse-engineering-skill",
|
|
"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/clone-app-skill",
|
|
"license": "Apache-2.0",
|
|
"keywords": ["android", "clone", "feasibility", "effort-estimation", "market-analysis"],
|
|
"category": "security"
|
|
},
|
|
{
|
|
"name": "market-research",
|
|
"source": "./plugins/market-research",
|
|
"description": "Research the app/game market and surface scored, non-repeating clone candidates that feed into clone-app.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "masa2146"
|
|
},
|
|
"repository": "https://github.com/masa2146/clone-app-skill",
|
|
"license": "Apache-2.0",
|
|
"keywords": ["market-research", "app-discovery", "trends", "clone"],
|
|
"category": "security"
|
|
}
|
|
]
|
|
}
|