A curated directory of AI agent skill repositories for Android & Kotlin — covering official and community-built SKILL.md repos in one place.
| Category | Description |
|---|---|
| Official | Google, JetBrains, and VoltAgent published skill repositories |
| Architecture | Clean Architecture, MVVM, Hilt, modularization |
| Compose / UI | Jetpack Compose, Material 3, animations, theming |
| KMP / CMP | Kotlin Multiplatform, Compose Multiplatform, navigation |
| Discovery Hubs | Curated awesome-lists and skill indexes |
IAmSpeed/ is a growing collection of short, practical notes on new agents, tools, and skills that meaningfully boost productivity for Android and KMP development.
Think of it as a living cheat sheet — whenever something new drops (a CLI tool, a skill pack, an agent trick), it gets documented here in a concise, actionable format.
What you'll find inside:
- Breakdowns of new agent tools and how to actually use them
- Custom and community
SKILL.mdhacks for Android & KMP workflows - Tips on grounding AI agents with the right skills and docs
- Anything that makes building Android / KMP apps faster and smarter
There are two ways to contribute:
Got a useful agent trick, skill, or tool that speeds up Android / KMP development? Add it to IAmSpeed/.
Steps:
- Fork the repo and create a new branch
- Inside
IAmSpeed/, create a folder named after your skill or topic:IAmSpeed/ └── your-skill-name/ - Inside that folder, add your files — you can include any combination of:
IAmSpeed/ └── your-skill-name/ ├── SKILL.md ← the agent skill file (required if sharing a skill) └── agents.md ← notes, usage guide, or agent instructions - Open a pull request with a short description of what you're adding
File guidelines:
SKILL.md— follow the agentskills.io spec: YAML front-matter (name,description,metadata) + Markdown bodyagents.md— keep it concise: what the tool/skill does, how to install it, how to use it
To list a skill repository on the live site, open a pull request with a new <article class="card"> block inside index.html. Make sure the repository contains a valid SKILL.md file before submitting.