From ee7b5a8ac4d2398b8cc585bcff6eb7fa1baf984d Mon Sep 17 00:00:00 2001 From: Simona Milanovic Date: Wed, 29 Jul 2026 11:14:04 +0200 Subject: [PATCH 1/2] Fix Claude Code and Codex plugin/marketplace manifests --- .claude-plugin/marketplace.json | 4 ++-- .codex-plugin/plugin.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b217d93..e9a2cee 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -14,7 +14,7 @@ "source": "./", "strict": false, "skills": [ - "./build/agp/agp-9-upgrade", + "./build-system/agp/agp-9-upgrade", "./camera/camerax", "./device-ai/appfunctions", "./devtools/android-cli", @@ -32,7 +32,7 @@ "./security/android-intent-security", "./system/edge-to-edge", "./testing/testing-setup", - "./wear/jetpack-compose-m3", + "./wear/wear-compose-m3", "./xr/display-glasses-with-jetpack-compose-glimmer" ], "homepage": "https://github.com/android/skills", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index d83d925..d477f3b 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -17,7 +17,7 @@ "skills": [ { "source": { - "path": "./build/agp/agp-9-upgrade" + "path": "./build-system/agp/agp-9-upgrade" } }, { @@ -107,7 +107,7 @@ }, { "source": { - "path": "./wear/jetpack-compose-m3" + "path": "./wear/wear-compose-m3" } }, { From c82fe59dc4e66e66eec5d4c454a76d744200235b Mon Sep 17 00:00:00 2001 From: Simona Milanovic Date: Wed, 29 Jul 2026 11:27:29 +0200 Subject: [PATCH 2/2] Fix Claude Code and Codex plugin/marketplace manifests --- .codex-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index d477f3b..506a95a 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "android-skills", - "version": "1.0.5", + "version": "1.0.6", "description": "Android skills are Google's official dedicated repository of AI-optimized, modular instructions and resources, to help LLMs better understand and execute specific patterns that follow the best practices and guidance on Android development. Android skills follow the open-standard agent skills - markdown files (SKILL.md) that provide a technical specification of a task, and ground LLMs with information on specialized domains and workflows.", "author": { "name": "Google / Android",