3276266788
Add $schema and top-level description fields to align with the dominant pattern used in anthropics/claude-code and anthropics/claude-plugins-official. Existing metadata wrapper preserved for backward compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
964 B
JSON
28 lines
964 B
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "android-reverse-engineering-skill",
|
|
"description": "Claude Code plugins for Android reverse engineering",
|
|
"owner": {
|
|
"name": "Simone Avogadro"
|
|
},
|
|
"metadata": {
|
|
"description": "Claude Code plugins for Android reverse engineering",
|
|
"version": "1.0.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.0.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"
|
|
}
|
|
]
|
|
}
|