platform-ios-ui

platform-ios-ui is a skill for Claude Code, Codex from Kainiko943/beautiful-ui. It costs 32 tokens per session (169 once invoked), scanned A, original, MIT.

An iPhone and iPad interface guide that adapts layouts and interactions to Apple’s platform conventions.

In plain words
What is it for?
Use it when designing or building iOS navigation, tabs, sheets, gestures, spacing, accessibility, and reduced-motion behavior.
Why use it?
It helps prevent desktop-style or poorly adapted mobile interfaces, especially around safe areas, touch controls, text sizing, and motion.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when designing or building iOS navigation, tabs, sheets, gestures, spacing, accessibility, and reduced-motion behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kainiko943/beautiful-ui/platform-ios-ui
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kainiko943/beautiful-ui --skill platform-ios-ui
Clone the repo
git clone --depth 1 https://github.com/Kainiko943/beautiful-ui

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for platform-ios-ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/kainiko943/beautiful-ui/platform-ios-ui/github.svg)](https://agentmods.dev/skills/kainiko943/beautiful-ui/platform-ios-ui)
Your own site
<a href="https://agentmods.dev/skills/kainiko943/beautiful-ui/platform-ios-ui"><img src="https://agentmods.dev/badge/skills/kainiko943/beautiful-ui/platform-ios-ui/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for platform-ios-ui

Your own site · 80×15
<a href="https://agentmods.dev/skills/kainiko943/beautiful-ui/platform-ios-ui"><img src="https://agentmods.dev/badge/skills/kainiko943/beautiful-ui/platform-ios-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 169 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00169
Opus 5 $0.00016 $0.00084
Sonnet 5 $0.00006 $0.00034
Haiku 4.5 $0.00003 $0.00017

Measured 10d ago against content hash a93b03efe941, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

platform-ios-ui scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

platform-ios-ui/SKILL.md · 28 lines

What it actually says

Platform iOS UI

Overview

Use this adapter when the target is an iPhone or iPad experience. Keep the core visual direction, but adapt navigation, spacing, sheets, touch behavior, and motion for iOS expectations.

Rules

  • Respect safe areas, tab bars, navigation bars, and sheet presentation.
  • Keep touch targets comfortable.
  • Support Dynamic Type and reduced motion.
  • Favor clear hierarchy over overloaded chrome.
  • Use motion to support orientation, not decoration.

Handoff Must Include

  • Safe-area behavior
  • Navigation model
  • Modal and sheet behavior
  • Dynamic Type notes
  • Touch target and gesture notes
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 28 lines · 32 tokens per session scan A a93b03efe941

Subscribe to this mod's changes

platform-ios-ui is a skill published in the GitHub repository Kainiko943/beautiful-ui (5 stars, last pushed 4mo ago), licensed MIT. It adds 32 tokens to every session and 169 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

lumo

Mobile UI/UX design intelligence grounded in cognitive science (Fitts, Hick, Gestalt, Nielsen) and platform guidelines (Apple HIG, Material Design). Specialised for Jetpack Compose, Android XML, SwiftUI, and UIKit. Use when: "WCAG", "contrast", "accessibility", "colour pair", "design audit", "mobile UI review"…

OneXeor-Dev/lumo · 104 tokens

iOS SwiftUI Accessibility

Enforces WCAG 2.2 accessible coding patterns when writing SwiftUI — labels, traits, Dynamic Type, contrast, touch targets, focus management, orientation, and more. Based on the ios-swiftui-accessibility-techniques project with 41 static analysis rules across 23 WCAG criteria.

cvs-health/ios-swiftui-accessibility-techniques · 67 tokens

compose-component-design

Use when designing or reviewing reusable Jetpack Compose component APIs with modifier parameters, root layout placement, caller-provided variable content, primitive content parameters, optional content, or boolean shape flags.

chrisbanes/skills · 41 tokens

maui-accessibility

Improve MAUI accessibility. USE FOR: semantic labels, hints, headings, screen-reader focus/announcements, AutomationProperties, touch targets, decorative content, TalkBack/VoiceOver/Narrator checks. DO NOT USE FOR: general layout, automation-only tests, performance.

dotnet/maui-labs · 60 tokens

flutter-design-system

Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors/spacing, or building a DLS.

HoangNguyen0403/agent-skills-standard · 32 tokens

android-jetpack-compose-expert-v2

Android Jetpack Compose Expert workflow skill. Use this skill when the user needs Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3 and the operator should preserve the upstream workflow, copied support files, and provenance…

diegosouzapw/awesome-omni-skills · 72 tokens