Leaderboard/Design/material-3-skill
Last commit on June 29, 2026·Created on April 9, 2026

hamen/material-3-skill

Guides MD3 implementation from tokens to audit, across platforms.
Combined rank
#235
across all skills
In Design
#28
category rank
Stars
1.4k
+0.9% in last 7d
Forks
71
0.0% in last 7d
Watchers
8
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides structured guidance for implementing Material Design 3 across Jetpack Compose, Flutter, and web. It covers the full token system, 30+ components, adaptive layout, theming, and the M3 Expressive update. A built-in compliance audit procedure scores apps across ten categories and produces a report with prioritized fixes. It helps Android and Flutter developers, design system engineers, and UX auditors build and verify MD3-consistent UIs.

WHO IT'S FOR
Android Developers
implement MD3 with Jetpack Compose
Web Developers
build MD3 UIs with @material/web
Flutter Developers
enable MD3 in Flutter apps
Design System Engineers
audit MD3 compliance across platforms
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Recommended npx skills install

Installs: Installs the material-3 skill from hamen/material-3-skill. · Codex, Claude Code, Cursor, multi-agent setups

Before you start
  • The npx command must be available.
  1. Run this command in a terminal.

    npx --yes skills add hamen/material-3-skill --skill material-3 -y
README.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026

Give it something to do.

Author’s example

Create an MD3 login form

Uses material-3

  • No additional input is required; the component and its fields are specified in the prompt.
/material-3 component Create a login form with email and password fields
README.md · Checked Sep 18, 2026skills/material-3/SKILL.md · Checked Sep 18, 2026
Author’s example

Generate an MD3 theme from a seed color

Uses material-3

  • Seed color: #1A73E8.
/material-3 theme Generate a theme from seed color #1A73E8
README.md · Checked Sep 18, 2026skills/material-3/SKILL.md · Checked Sep 18, 2026
Author’s example

Scaffold a responsive MD3 app shell

Uses material-3

  • No additional input is required; the requested responsive shell and navigation are specified in the prompt.
/material-3 scaffold Create a responsive app shell with navigation
README.md · Checked Sep 18, 2026skills/material-3/SKILL.md · Checked Sep 18, 2026