Agent skill · Design & Presentation

mobile-design

(Mobile-First · Touch-First · Platform-Respectful)

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill mobile-design --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 14
SKILL.md size: 9 KB
Bundled scripts: yes
Path: skills/mobile-design/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Mobile Design System **(Mobile-First · Touch-First · Platform-Respectful)** > **Philosophy:** Touch-first. Battery-conscious. Platform-respectful. Offline-capable. > **Core Law:** Mobile is NOT a small desktop. > **Operating Rule:** Think constraints first, aesthetics second. This skill exists to **prevent desktop-thinking, AI-defaults, and unsafe assumptions** when designing or building mobile applications. --- ## 1. Mobile Feasibility & Risk Index (MFRI) Before designing or implementing **any mobile feature or screen**, assess feasibility. ### MFRI Dimensions (1–5) | Dimension | Question | | -------------------------- | ----------------------------------------------------------------- | | **Platform Clarity** | Is the target platform (iOS / Android / both) explicitly defined? | | **Interaction Complexity** | How complex are gestures, flows, or navigation? | | **Performance Risk** | Does this involve lists, animations, heavy state, or media? | | **Offline Dependence** | Does the feature break or degrade without network? | | **Accessibility Risk** | Does this impact motor, visual, or cognitive accessibility? | ### Score Formula ``` MFRI = (Platform Clarity + Accessibility Readine

What's inside
Steps it walks through
  1. 1. Mobile Feasibility & Risk Index (MFRI)
  2. MFRI Dimensions (1–5)
  3. Score Formula
  4. Interpretation
  5. 2. Mandatory Thinking Before Any Work
  6. ⛔ STOP: Ask Before Assuming (Required)
  7. 3. Mandatory Reference Reading (Enforced)
  8. Universal (Always Read First)
  9. Platform-Specific (Conditional)
  10. 4. AI Mobile Anti-Patterns (Hard Bans)
  11. 🚫 Performance Sins (Non-Negotiable)
  12. 🚫 Touch & UX Sins
  13. 🚫 Security Sins
  14. 5. Platform Unification vs Divergence Matrix
Ships with 13 files
  • decision-trees.md
  • mobile-backend.md
  • mobile-color-system.md
  • mobile-debugging.md
  • mobile-design-thinking.md
  • mobile-navigation.md
  • mobile-performance.md
  • mobile-testing.md
  • mobile-typography.md
  • platform-android.md
  • platform-ios.md
  • scripts/mobile_audit.py
  • touch-psychology.md
More from agentic-awesome-skills
All skills →
About this skill
What does the mobile-design skill do?

(Mobile-First · Touch-First · Platform-Respectful)

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill mobile-design --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going