mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
2ea22ffa0b
Adds a second sentence to each plugin description that summarizes what the plugin actually provides, verified against skill, rule, and agent content. First sentence preserved for truncated display. Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
732 B
JSON
29 lines
732 B
JSON
{
|
|
"name": "android",
|
|
"displayName": "Android",
|
|
"version": "1.0.0",
|
|
"description": "Android development with Kotlin and Jetpack Compose. Covers feature implementation with unidirectional data flow and Compose best practices, plus debugging across UI, state, and data layers.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/avatar.png",
|
|
"keywords": [
|
|
"android",
|
|
"kotlin",
|
|
"jetpack-compose",
|
|
"gradle",
|
|
"mobile"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"mobile",
|
|
"android",
|
|
"kotlin"
|
|
],
|
|
"skills": "./skills/"
|
|
}
|