From 3276266788ca34b11b9b340a49b4a645e6bdae3b Mon Sep 17 00:00:00 2001 From: Simone Avogadro Date: Mon, 2 Mar 2026 11:30:03 +0100 Subject: [PATCH] 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 --- .claude-plugin/marketplace.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7d4ad60..e4f2582 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,7 @@ { + "$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" },