← All plugins
material-3
v1.1.1Material Design 3 (Material You) implementation skill for Jetpack Compose, Flutter, and web.
Claude Code1 skill
by Ivan MorgilloMIT1.2kupdated 3 weeks ago
Source
git clone https://github.com/hamen/material-3-skillClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is skills/material-3/ inside the repository.
Layout
skills/material-3/
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
material-3SKILL.md
Implement Google's Material Design 3 (Material You) UI system. Primary: Jetpack Compose Material3 (MaterialTheme, components, adaptive layout). Also Flutter and limited web (@material/web, maintenance mode). Covers tokens, 30+ components, layout, theming, M3 Expressive (platform matrix), and accessibility. Use when: "material design", "MD3", "material you", "Jetpack Compose", "MaterialTheme", "material component", "md3 button".
Manifests1
skills/material-3/.claude-plugin/plugin.json
{
"name": "material-3",
"version": "1.1.1",
"description": "Material Design 3 (Material You) implementation skill for Jetpack Compose, Flutter, and web.",
"author": {
"name": "Ivan Morgillo"
},
"repository": "https://github.com/hamen/material-3-skill",
"license": "MIT",
"keywords": [
"material-design",
"material3",
"jetpack-compose",
"flutter",
"android",
"ui"
]
}