Skip to content
Skillv1.0.0

android-material3-design-system

Apply Material 3 tokens, color, type, spacing, adaptive components, and theme ownership in Android apps.

by krutikjain(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from krutikjain/android-agent-skills (skills/android-material3-design-system/SKILL.md). Install upstream with npx skills add krutikjain/android-agent-skills --skill android-material3-design-system. Copyright stays with the author.

Android Material3 Design System

When To Use

  • Use this skill when the request is about: material3 theme android, design system tokens compose, android typography color system.
  • Primary outcome: Apply Material 3 tokens, color, type, spacing, adaptive components, and theme ownership in Android apps.
  • Handoff skills when the scope expands:
  • android-compose-foundations
  • android-compose-accessibility

Workflow

  1. Identify whether the target surface is Compose, View system, or a mixed interoperability screen.
  2. Select the lowest-friction UI pattern that satisfies responsiveness, accessibility, and performance needs.
  3. Build the UI around stable state, explicit side effects, and reusable design tokens.
  4. Exercise edge cases such as long text, font scaling, RTL, and narrow devices in the fixture apps.
  5. Validate with unit, UI, and screenshot-friendly checks before handing off.

Guardrails

  • Optimize for stable state and predictable rendering before adding animation or abstraction.
  • Respect accessibility semantics, contrast, focus order, and touch target guidance by default.
  • Do not mix Compose and View system ownership without an explicit interoperability boundary.
  • Prefer measured performance work over premature micro-optimizations.

Anti-Patterns

  • Embedding navigation or business logic directly in leaf UI components.
  • Using fixed dimensions that break on localization or dynamic text.
  • Ignoring semantics and announcing only visual changes.
  • Porting XML patterns directly into Compose without adapting the mental model.

Examples

Happy path

  • Scenario: Apply a coherent Material 3 theme to the Compose showcase screens.
  • Command: cd examples/orbittasks-compose && ./gradlew :app:assembleDebug

Edge case

  • Scenario: Keep XML and Compose surfaces visually aligned during mixed UI migration.
  • Command: cd examples/orbittasks-xml && ./gradlew :app:assembleDebug

Failure recovery

  • Scenario: Avoid routing theme-token work into accessibility or generic Compose foundations.
  • Command: python3 scripts/eval_triggers.py --skill android-material3-design-system

Done Checklist

  • The implementation path is explicit, minimal, and tied to the right Android surface.
  • Relevant example commands and benchmark prompts have been exercised or updated.
  • Handoffs to adjacent skills are documented when the request crosses boundaries.
  • Official references cover the chosen pattern and the main migration or troubleshooting path.

Official References

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/krutikjain-android-agent-skills-android-material3-design-system/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

krutikjain-android-agent-skills-android-material3-design-system.ocm.jsonjson
{
  "ocm": "1",
  "id": "krutikjain-android-agent-skills-android-material3-design-system",
  "kind": "skill",
  "name": "android-material3-design-system",
  "description": "Apply Material 3 tokens, color, type, spacing, adaptive components, and theme ownership in Android apps.",
  "publisher": "krutikjain",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "android",
      "material3",
      "design-system",
      "compose",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Apply Material 3 tokens, color, type, spacing, adaptive components, and theme ownership in Android apps."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/krutikjain/android-agent-skills",
      "path": "skills/android-material3-design-system/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/krutikjain/android-agent-skills/blob/HEAD/skills/android-material3-design-system/SKILL.md",
      "key": "krutikjain/android-agent-skills/skills/android-material3-design-system/SKILL.md"
    }
  },
  "instructions": "# Android Material3 Design System\n\n## When To Use\n- Use this skill when the request is about: material3 theme android, design system tokens compose, android typography color system.\n- Primary outcome: Apply Material 3 tokens, color, type, spacing, adaptive components, and theme ownership in Android apps.\n- Handoff skills when the scope expands:\n- `android-compose-foundations`\n- `android-compose-accessibility`\n\n## Workflow\n1. Identify whether the target surface is Compose, View system, or a mixed interoperability screen.\n2. Select the lowest-friction UI pattern that satisfies responsiveness, ac",
  "cost": {
    "context_tokens": 774
  }
}

Fetch it by URL: GET /api/v1/registry/krutikjain-android-agent-skills-android-material3-design-system/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.