Template
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.
npx -y skills add iammohdzaki/kmp-skills --skill _templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
One-line description of what this skill does. Used in README and IDE rule descriptions.
SKILL.md
1.4 KB, as published. Nobody here has run it
Skill Title
One paragraph summary of what this skill does and when the agent should use it.
When to Use This Skill
- Bullet points describing the scenarios where this skill applies.
- Be specific so the agent knows when to activate it.
Pre-flight Questions (if interactive)
If this skill requires user input before generating output, list the questions here. The agent MUST ask ALL of these before writing any code.
- Question one?
- Question two?
Core Concepts
Explain the main concepts, patterns, or guidelines this skill covers.
Concept 1
Details...
Concept 2
Details...
Step-by-Step Instructions
Numbered steps the agent should follow.
- Step one
- Step two
- Step three
Reference Files
| File | Description |
|---|---|
| references/example.md | Describe what this reference covers |
Rules & Constraints
- Rule 1: Something the agent must always do.
- Rule 2: Something the agent must never do.
- Rule 3: A constraint or guardrail.