Fix Claude Code and Codex plugin/marketplace manifests (#113)

* Fix Claude Code and Codex plugin/marketplace manifests

* Fix Claude Code and Codex plugin/marketplace manifests
This commit is contained in:
Simona
2026-07-29 09:37:25 +00:00
committed by GitHub
parent 4e1674995b
commit 23d9eae21a
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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",
+3 -3
View File
@@ -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",
@@ -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"
}
},
{