BeClaude

kmp-skills

New
2GitHub TrendingGeneralby iammohdzaki

Instead of copying and pasting the same prompts into every new project, you install this repo globally into your AI assistant. The AI learns exactly how to structure an AGP 9.0+ project, how to scaffold MVI architecture, how to resolve real library versions, and how to audit your Compose UI for Material 3 compliance.

First seen 6/7/2026

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/kmp-skills.md https://raw.githubusercontent.com/iammohdzaki/kmp-skills/main/SKILL.md
3
Invoke in Claude Code
/kmp-skills
View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is kmp-skills?

Instead of copying and pasting the same prompts into every new project, you install this repo globally into your AI assistant. The AI learns exactly how to structure an AGP 9.0+ project, how to scaffold MVI architecture, how to resolve real library versions, and how to audit your Compose UI for Material 3 compliance.

How to install kmp-skills?

To install kmp-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/kmp-skills.md https://raw.githubusercontent.com/iammohdzaki/kmp-skills/main/SKILL.md. Finally, /kmp-skills in Claude Code.

What is kmp-skills best for?

kmp-skills is a skill categorized under General. Created by iammohdzaki.