Android Skills banner
rcosteira79 rcosteira79

Android Skills

Development community

Description

Claude Code skills for Android & KMP development.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Android Skills

**Android & KMP development skills for Claude Code and Copilot CLI** — architecture, Compose, coroutines, flows, networking, persistence, dependency injection, testing, debugging, and Gradle.

![version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Frcosteira79%2Fandroid-skills%2Fmain%2F.claude-plugin%2Fmarketplace.json&query=%24.metadata.version&label=version&color=3b82f6&prefix=v) ![skills](https://img.shields.io/badge/skills-21-8b5cf6) ![license](https://img.shields.io/badge/license-MIT-2f9e6f) ![Claude Code](https://img.shields.io/badge/Claude_Code-plugin-d97757) ![Copilot CLI](https://img.shields.io/badge/Copilot_CLI-plugin-24292e)

Skills are invoked automatically based on context — working on Compose code activates the `compose` skill, a coroutine bug pulls in `kotlin-coroutines`, and so on. Each `SKILL.md` is plain, self-contained markdown, so the collection also works outside the plugin format.

Contents

Installation

Claude Code (plugin)

/plugin marketplace add rcosteira79/android-skills
/plugin install android-skills@android-skills

Updates are picked up automatically when the plugin version is bumped.

Copilot CLI (plugin)

Copilot CLI detects the same plugin format automatically:

copilot plugin install rcosteira79/android-skills

Manual / other agents

Copy the skill directories into your agent's skills folder:

git clone https://github.com/rcosteira79/android-skills.git
cp -r android-skills/plugins/android-skills/skills/* ~/.claude/skills/

The `SKILL.md` files are plain markdown, so they can be adapted to any editor that supports custom instructions.

Skills

Foundation & architecture

  • android-dev — the baseline for