podo/design-agent-skills

material-3-skill

Implements Google Material Design 3 (Material You) — adaptive color, tonal surfaces, dynamic theming, spring-based motion, and 30+ components for Jetpack Compose (primary) and Flutter (secondary). Includes token system, layout scaffolds, responsive window size classes, accessibility, and a 10-category MD3 compliance audit.

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill material-3-skill

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,265 B
  • docs SUMMARY.md 350 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 110 installs

SKILL.md

material-3-skill

Catalogue stub — full skill: hamen/material-3-skill

Install the full skill

Clone or copy the skill into your agents directory:

Global:

mkdir -p ~/.agents/skills/material-3-skill
curl -fsSL https://raw.githubusercontent.com/hamen/material-3-skill/master/skills/material-3/SKILL.md \
  -o ~/.agents/skills/material-3-skill/SKILL.md

Project:

mkdir -p .agents/skills/material-3-skill
curl -fsSL https://raw.githubusercontent.com/hamen/material-3-skill/master/skills/material-3/SKILL.md \
  -o .agents/skills/material-3-skill/SKILL.md

What it does

Deep expertise in Google's Material Design 3 system. Covers:

  • Dynamic colorColorScheme.fromSeed, tonal palette generation, light/dark scheme derivation
  • Component library — 30+ MD3 components in Jetpack Compose with correct token bindings
  • Token system — color roles, typography scale, shape scale, elevation/tonal elevation
  • Layout — Scaffold, NavigationBar vs NavigationRail vs NavigationDrawer by window size class
  • Motion — spring-based animations, shared element transitions, container transforms
  • Compliance audit — 10-category checklist scoring MD3 conformance
  • Flutter — secondary coverage with ThemeData + useMaterial3: true

When NOT to use

  • iOS / SwiftUI — use apple-hig-skills or liquid-glass-skill
  • Cross-platform HIG patterns — use platform-design-skills
  • Android design without Compose (XML Views) — this skill is Compose-first