Files
android__skills/.claude-plugin/marketplace.json
T
android-devrel-github-bot ac4238481a Updates skills (2026-09-07 11:38) (#187)
Co-authored-by: android-devrel-github-bot <android-devrel-github-bot@users.noreply.github.com>
2026-09-07 12:56:54 +01:00

47 lines
1.8 KiB
JSON

{
"name": "android-skills",
"owner": {
"name": "Google / Android"
},
"plugins": [
{
"name": "android-skills",
"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"
},
"category": "development",
"source": "./",
"strict": false,
"skills": [
"./build-system/agp/agp-9-upgrade",
"./camera/camerax",
"./device-ai/appfunctions",
"./device-ai/ml-kit-genai-prompt-api",
"./devtools/android-cli",
"./identity/restore-credentials",
"./identity/verified-email",
"./jetpack-compose/adaptive",
"./jetpack-compose/migration/migrate-xml-views-to-jetpack-compose",
"./jetpack-compose/theming/styles",
"./media/media3-cast-integration",
"./navigation/navigation-3",
"./navigation/navigation-event",
"./performance/r8-analyzer",
"./play/engage-sdk-integration",
"./play/play-billing-library-version-upgrade",
"./play/play-policy-insights",
"./profilers/android-profiler",
"./security/android-intent-security",
"./system/edge-to-edge",
"./testing/testing-setup",
"./tv/leanback-to-compose-tv-migration",
"./wear/wear-compose-m3",
"./xr/display-glasses-with-jetpack-compose-glimmer"
],
"homepage": "https://github.com/android/skills",
"license": "Apache-2.0"
}
]
}