Claude Skill
new-silvermoon/awesome-android-agent-skills
A collection of standardized Agent Skills to teach GitHub Copilot, Claude Skill, Gemini and Cursor about modern Android development with Kotlin and Jetpack Compose.
Overview
Repository
Install this Skill
git clone https://github.com/new-silvermoon/awesome-android-agent-skills.gitRegistry
Summary
A curated collection of standardized Agent Skills designed to teach AI assistants like GitHub Copilot, Claude Skill, Gemini, and Cursor about modern Android development practices, focusing on Kotlin and Jetpack Compose.
一套标准化的Agent Skills集合,用于指导GitHub Copilot、Claude Skill、Gemini和Cursor掌握现代Android开发(Kotlin、Jetpack Compose等技术)。
Key features
- Standardized Agent Skills for AI assistants
- Focus on modern Android development (Kotlin, Jetpack Compose)
- Compatible with GitHub Copilot, Claude Skill, Gemini, Cursor
- Educational resource for AI learning
- Curated collection of development practices
Use cases
- Teaching AI assistants Android development patterns
- Enhancing code generation for Kotlin projects
- Improving Jetpack Compose code suggestions
- Standardizing AI responses for Android tasks
- Accelerating Android development with AI tools
README excerpt
# Awesome Android Agent Skills [](https://agentskills.io) [](https://developer.android.com) Welcome to **Awesome Android Agent Skills**, a repository of specialized "brains" for your AI coding assistants. This project provides a suite of **Agent Skills** designed to supercharge GitHub Copilot, Claude, Google Gemini, Cursor and other agentic AI tools with expert knowledge of modern Android development. ## What are Agent Skills? **Agent Skills** are a standardized way to package capabilities, instructions, and best practices for AI agents. Instead of pasting the same prompt repeatedly ("How do I implement MVVM?", "Check this for accessibility"), you install these skills into your agent's environment. When an agent detects you are working on a relevant task (e.g., "Create a verified repository"), it automatically loads the expert instructions from the corresponding `SKILL.md` file. This ensures: * **Consistency**: The agent always follows your defined architecture. * **Accuracy**: It uses the latest 2025 best practices (Compose, Hilt, Room). * **Efficiency**: No need for long context-stuffing prompts. > Learn more at [agentskills.io](https://agentskills.io). ## How Skills Work Together Skills reference each other and build on shared context. The `Agent.md` file is the foundation — every AI agent interacting with your project reads it implicitly to understand your project's architecture, minimum SDK, and testing philosophy before executing any specific tasks. ```text ┌───────────────────────────────────────────┐ │ Agent.md │ │ (read
Topics
No topics yet.