Improve marketplace metadata compatibility with official Anthropic schema
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>
This commit is contained in:
parent
bcbe078c52
commit
3276266788
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
||||||
"name": "android-reverse-engineering-skill",
|
"name": "android-reverse-engineering-skill",
|
||||||
|
"description": "Claude Code plugins for Android reverse engineering",
|
||||||
"owner": {
|
"owner": {
|
||||||
"name": "Simone Avogadro"
|
"name": "Simone Avogadro"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue