Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,7 +17,7 @@
"skills": [
{
"source": {
"path": "./build/agp/agp-9-upgrade"
"path": "./build-system/agp/agp-9-upgrade"
}
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@
},
{
"source": {
"path": "./wear/jetpack-compose-m3"
"path": "./wear/wear-compose-m3"
}
},
{
Expand Down
Loading