Standardized agent skills for teaching AI assistants like GitHub Copilot, Claude, and Gemini modern Android development practices, including Kotlin and Jetpack Compose. Benefits operations teams by automating development tasks and improving code quality.
git clone https://github.com/new-silvermoon/awesome-android-agent-skills.gitStandardized agent skills for teaching AI assistants like GitHub Copilot, Claude, and Gemini modern Android development practices, including Kotlin and Jetpack Compose. Benefits operations teams by automating development tasks and improving code quality.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/new-silvermoon/awesome-android-agent-skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as an Android development expert. I'm working on a [PROJECT] for [COMPANY] in the [INDUSTRY] sector. I need help with [SPECIFIC_TASK] using [TECHNOLOGY]. Provide a step-by-step guide with code snippets in Kotlin and Jetpack Compose where applicable.
# Android Development Guide for [PROJECT]
## Overview
This guide will help you implement [SPECIFIC_TASK] for [COMPANY] in the [INDUSTRY] sector using Kotlin and Jetpack Compose.
## Step-by-Step Implementation
1. **Set Up Your Project**: Ensure you have the latest Android Studio and the necessary SDKs installed.
```kotlin
// Add dependencies in your build.gradle
dependencies {
implementation 'androidx.compose.ui:ui:1.5.4'
implementation 'androidx.compose.material:material:1.5.4'
}
```
2. **Create a New Activity**: Start by creating a new activity for your feature.
```kotlin
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
MyAppTheme {
MyApp()
}
}
}
}
```
3. **Implement Jetpack Compose UI**: Design your UI using Jetpack Compose.
```kotlin
@Composable
fun MyApp() {
Column {
Text(text = "Hello, [COMPANY]!")
Button(onClick = { /* Handle click */ }) {
Text("Click Me")
}
}
}
```
## Additional Resources
- [Android Developer Documentation](https://developer.android.com)
- [Jetpack Compose Documentation](https://developer.android.com/jetpack/compose)
Unlock data insights with interactive dashboards and collaborative analytics capabilities.
Google's multimodal AI model and assistant
AI-Powered Writing Tool
Code hosting and collaboration platform for developers
AI-first code editor
AI assistant built for thoughtful, nuanced conversation