mirror of
https://github.com/android/skills.git
synced 2026-09-14 20:07:09 +08:00
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:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user