mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
b697d35c75
Replace legacy agent install snippets across plugin READMEs so docs reflect the current add-plugin workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
447 B
Markdown
23 lines
447 B
Markdown
# Android plugin
|
|
|
|
Android development: Kotlin, Jetpack Compose, architecture, and testing.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
/add-plugin android
|
|
```
|
|
|
|
## Components
|
|
|
|
### Skills
|
|
|
|
| Skill | Description |
|
|
|:------|:------------|
|
|
| `build-android-feature` | Implement Android features with robust architecture, state management, and tests |
|
|
| `debug-android-issue` | Reproduce and debug Android issues in Compose, lifecycle, and data layers |
|
|
|
|
## License
|
|
|
|
MIT
|