material3-design-system

material3-design-system is a skill for Claude Code from iammohdzaki/kmp-skills. It costs 71 tokens per session (6,326 once invoked), scanned A, original, MIT.

A Material 3 design-system guide for Jetpack Compose and Compose Multiplatform, tools for building Android and desktop interfaces with Kotlin code.

In plain words
What is it for?
Use it when building Compose user interfaces for Android or desktop, including adaptive layouts and dynamic color.
Why use it?
It gives developers a consistent approach to colors, text, shapes, layouts, navigation, motion, dark mode, and accessibility.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it when building Compose user interfaces for Android or desktop, including adaptive layouts and dynamic color.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iammohdzaki/kmp-skills/material3
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add iammohdzaki/kmp-skills --skill material3
Clone the repo
git clone --depth 1 https://github.com/iammohdzaki/kmp-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for material3-design-system

README.md
[![agentmods](https://agentmods.dev/badge/skills/iammohdzaki/kmp-skills/material3/github.svg)](https://agentmods.dev/skills/iammohdzaki/kmp-skills/material3)
Your own site
<a href="https://agentmods.dev/skills/iammohdzaki/kmp-skills/material3"><img src="https://agentmods.dev/badge/skills/iammohdzaki/kmp-skills/material3/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for material3-design-system

Your own site · 80×15
<a href="https://agentmods.dev/skills/iammohdzaki/kmp-skills/material3"><img src="https://agentmods.dev/badge/skills/iammohdzaki/kmp-skills/material3.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,326 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.06326
Opus 5 $0.00036 $0.03163
Sonnet 5 $0.00014 $0.01265
Haiku 4.5 $0.00007 $0.00633

Measured 12d ago against content hash 07d6e63d37fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

material3-design-system scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/design-system/material3/SKILL.md · 565 lines

How it starts

The opening of the file, as written. The whole thing — 565 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Material Design 3 — KMP / Compose Multiplatform Skill

This skill guides implementation of Google's Material Design 3 (MD3 / Material You) using Jetpack Compose and Compose Multiplatform for KMP projects (Android + Desktop).

Attribution: This skill is adapted from and gives credit to hamen/material-3-skill by Hamen. The original skill covers web and Flutter targets. This KMP edition strips all web/CSS/Flutter patterns and replaces them with pure Compose Multiplatform APIs, adds the audit report system, and extends the reference set for adaptive layout, navigation, and versioning.

Scope: Compose-only. All examples use androidx.compose.material3 APIs — the same API surface is available in KMP commonMain via org.jetbrains.compose.material3:material3 (declared explicitly in libs.versions.toml). No web CSS, no @material/web elements, no Flutter.


MD3 Philosophy

Principle What it means in Compose
Personal Dynamic color from user wallpaper (Android 12+). Static fallback for Desktop.
Adaptive WindowSizeClass drives layout changes across compact → expanded screens.
Expressive Spring-based motion, shape morphing, emphasized typography.

Google I/O 2026 Key Updates

  • Compose-first on Android: For all new Android work, use androidx.compose.material3.
  • Expressive layout scaffold: Design screens to adapt across mobile, desktop, foldables. Use Material3Adaptive scaffold APIs.
  • 8dp spacing system: Define spacing as tokens — never scatter raw Dp literals.
  • New expressive components: Lists, menus, search, and search app bars have refreshed expressive guidance; check your Material3 BOM for expressive variants.

Design Token System

All MD3 values come through MaterialTheme. Never hardcode raw values inline.

Token category Access in Compose
Color MaterialTheme.colorScheme.*
Typography MaterialTheme.typography.*
Shape MaterialTheme.shapes.*
Spacing Define a Dimens object (no built-in API)

Read the full file on GitHub · 565 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 565 lines · 71 tokens per session scan A 07d6e63d37fb

Subscribe to this mod's changes

material3-design-system is a skill published in the GitHub repository iammohdzaki/kmp-skills (4 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 6,326 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

flutter-implement-json-serialization

Create model classes with fromJson and toJson methods using dart:convert. Use when manually mapping JSON keys to class properties for simple data structures.

aiskillstore/marketplace · 41 tokens

neo-swift-ui

Use this skill when building, debugging, refactoring, or reviewing SwiftUI apps or views for iOS 16+ and related Apple platforms. Trigger for NavigationStack, Observation/state flow, view composition, previews, performance, accessibility, and SwiftUI architecture.

Benknightdark/neo-skills · 57 tokens

neo-swift

Use this skill when writing, reviewing, debugging, or modernizing Swift code for iOS, macOS, server-side Swift, or shared packages. Trigger for Swift 5+ language features, structured concurrency, memory safety, protocols/generics, SwiftUI integration, and performance-sensitive code.

Benknightdark/neo-skills · 63 tokens

compose-multiplatform

Compose Multiplatform / KMP patterns - expect/actual composables, platform-specific code, density and font handling cross-target, iOS/Android/Desktop interop.

AThevon/genjutsu · 40 tokens

swift-networking

Builds a protocol-based async/await networking layer with URLSession, testable abstractions, error handling, and mock support for Swift projects. Use when user says "add networking", "create an API layer", "fetch data from API", "build a network service", "add URLSession", "implement HTTP requests", "create a REST…

jeremieb/swift-unit-test-instructions · 82 tokens

swift-project-setup

Bootstraps a new Swift/SwiftUI/UIKit project with MVVM architecture, standard folder structure, testing targets, and CLAUDE.md configuration. Use when user says "create a new project", "setup a new app", "start a new iOS project", "scaffold a Swift project", "initialize an Xcode project", or "new SwiftUI app".

jeremieb/swift-unit-test-instructions · 80 tokens