-
Notifications
You must be signed in to change notification settings - Fork 482
Expand file tree
/
Copy pathplugin.json
More file actions
154 lines (154 loc) · 3.72 KB
/
Copy pathplugin.json
File metadata and controls
154 lines (154 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "android-skills",
"version": "1.0.12",
"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",
"url": "https://github.com/android"
},
"repository": "https://github.com/android/skills",
"license": "Apache-2.0",
"keywords": [
"android",
"kotlin",
"jetpack-compose",
"skills"
],
"skills": [
{
"source": {
"path": "./build-system/agp/agp-9-upgrade"
}
},
{
"source": {
"path": "./camera/camerax"
}
},
{
"source": {
"path": "./device-ai/appfunctions"
}
},
{
"source": {
"path": "./device-ai/ml-kit-genai-prompt-api"
}
},
{
"source": {
"path": "./devtools/android-cli"
}
},
{
"source": {
"path": "./identity/restore-credentials"
}
},
{
"source": {
"path": "./identity/verified-email"
}
},
{
"source": {
"path": "./jetpack-compose/adaptive"
}
},
{
"source": {
"path": "./jetpack-compose/migration/migrate-xml-views-to-jetpack-compose"
}
},
{
"source": {
"path": "./jetpack-compose/theming/styles"
}
},
{
"source": {
"path": "./media/media3-cast-integration"
}
},
{
"source": {
"path": "./navigation/navigation-3"
}
},
{
"source": {
"path": "./navigation/navigation-event"
}
},
{
"source": {
"path": "./performance/r8-analyzer"
}
},
{
"source": {
"path": "./play/engage-sdk-integration"
}
},
{
"source": {
"path": "./play/play-billing-library-version-upgrade"
}
},
{
"source": {
"path": "./play/play-policy-insights"
}
},
{
"source": {
"path": "./profilers/android-profiler"
}
},
{
"source": {
"path": "./security/android-intent-security"
}
},
{
"source": {
"path": "./system/edge-to-edge"
}
},
{
"source": {
"path": "./testing/testing-setup"
}
},
{
"source": {
"path": "./tv/leanback-to-compose-tv-migration"
}
},
{
"source": {
"path": "./wear/wear-compose-m3"
}
},
{
"source": {
"path": "./xr/display-glasses-with-jetpack-compose-glimmer"
}
}
],
"interface": {
"displayName": "Android Skills",
"shortDescription": "AI-optimized Android development skills from Google.",
"longDescription": "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.",
"developerName": "Google / Android",
"category": "Developer Tools",
"capabilities": [
"Skills"
],
"websiteURL": "https://github.com/android/skills",
"defaultPrompt": [
"Help me upgrade my app to AGP 9.",
"Migrate this Camera1 code to CameraX."
]
}
}