Skip to content
Skillv1.0.0

android-design-guidelines

Material Design 3 guidelines and Android platform conventions for Jetpack Compose and XML layouts.

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

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

See reviews

About

Imported from jmpulgar/amaxoniaerp-pos (.cursor/skills/android-design-guidelines/AGENTS.md). Install upstream with npx skills add jmpulgar/amaxoniaerp-pos --skill android-design-guidelines. Copyright stays with the author.

Android Design Skill

Material Design 3 guidelines and Android platform conventions for Jetpack Compose and XML layouts.

Structure

  • SKILL.md — Full guideline rules with code examples
  • rules/_sections.md — Indexed section breakdown for quick lookup
  • metadata.json — Version and reference metadata

Usage

Apply these guidelines when:

  • Building or reviewing Android UI code
  • Implementing Material You / dynamic color
  • Designing navigation, layout, or component architecture
  • Auditing accessibility or platform compliance

Priority

Rules marked CRITICAL must never be violated. Rules marked HIGH should be followed unless there is a documented reason. Rules marked MEDIUM are recommended best practices.

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/jmpulgar-amaxoniaerp-pos-android-design-guidelines/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.

jmpulgar-amaxoniaerp-pos-android-design-guidelines.ocm.jsonjson
{
  "ocm": "1",
  "id": "jmpulgar-amaxoniaerp-pos-android-design-guidelines",
  "kind": "skill",
  "name": "android-design-guidelines",
  "description": "Material Design 3 guidelines and Android platform conventions for Jetpack Compose and XML layouts.",
  "publisher": "jmpulgar",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Material Design 3 guidelines and Android platform conventions for Jetpack Compose and XML layouts."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jmpulgar/amaxoniaerp-pos",
      "path": ".cursor/skills/android-design-guidelines/AGENTS.md",
      "ref": "024504a9ad7622f58bf73526f508e1eb868207b7",
      "url": "https://github.com/jmpulgar/amaxoniaerp-pos/blob/024504a9ad7622f58bf73526f508e1eb868207b7/.cursor/skills/android-design-guidelines/AGENTS.md",
      "key": "jmpulgar/amaxoniaerp-pos/.cursor/skills/android-design-guidelines/AGENTS.md"
    }
  },
  "instructions": "# Android Design Skill\n\nMaterial Design 3 guidelines and Android platform conventions for Jetpack Compose and XML layouts.\n\n## Structure\n\n- `SKILL.md` — Full guideline rules with code examples\n- `rules/_sections.md` — Indexed section breakdown for quick lookup\n- `metadata.json` — Version and reference metadata\n\n## Usage\n\nApply these guidelines when:\n- Building or reviewing Android UI code\n- Implementing Material You / dynamic color\n- Designing navigation, layout, or component architecture\n- Auditing accessibility or platform compliance\n\n## Priority\n\nRules marked **CRITICAL** must never be viol",
  "cost": {
    "context_tokens": 184
  }
}

Fetch it by URL: GET /api/v1/registry/jmpulgar-amaxoniaerp-pos-android-design-guidelines/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.