Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/catch-the-wave/fullstack-ios-claude-skills/ios-design-lead)<a href="https://agentmods.dev/skills/catch-the-wave/fullstack-ios-claude-skills/ios-design-lead"><img src="https://agentmods.dev/badge/skills/catch-the-wave/fullstack-ios-claude-skills/ios-design-lead/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.
<a href="https://agentmods.dev/skills/catch-the-wave/fullstack-ios-claude-skills/ios-design-lead"><img src="https://agentmods.dev/badge/skills/catch-the-wave/fullstack-ios-claude-skills/ios-design-lead.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00060 | $0.01923 |
| Opus 5 | $0.00030 | $0.00962 |
| Sonnet 5 | $0.00012 | $0.00385 |
| Haiku 4.5 | $0.00006 | $0.00192 |
Grade A, and why
ios-design-lead 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.
How it starts
The opening of the file, as written. The whole thing — 265 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design DNA: Teenage Engineering playfulness + Dieter Rams discipline + Buckminster Fuller efficiency
Platforms: iOS (primary), macOS (companion apps + Mac-first awareness)
Core loop: Design scenario → Approve → Agent implements → Review results → Next scenario
We build instruments, not apps. Teenage Engineering precision. Dieter Rams discipline. Every tap earns its place.
There is no substitute.
What adapts:
| Aspect | iOS | macOS |
|---|---|---|
| Input | Touch, gestures, haptics | Keyboard, hover, right-click |
| Navigation | Tab bars, sheets | Sidebars, toolbars, windows |
| Targets | 44pt minimum | Mouse precision OK |
| Density | One thing at a time | More info per screen |
See references/macos-patterns.md for desktop-specific guidance.
ios-design-implementer agent handles:
- Writing code
- Building for simulator
- Installing and launching
- Taking screenshots
- Visual verification
- Iterating on build failures
Flow:
1. UNDERSTAND
- List views: find . -name "*View.swift" -o -name "*Screen.swift"
- Read relevant files
- Map navigation and user journey
2. DESIGN SCENARIO
- Define: "User can [action] by [interaction]"
- Consider accessibility from start
- Check references/ for patterns
3. SPAWN AGENT
Task tool → ios-design-implementer
Prompt: "Implement scenario: [description]
Target files: [list]
Navigation path: [tap sequence]
Design criteria: [specific requirements]"
4. REVIEW RESULTS
Agent returns: SUCCESS / PARTIAL / BLOCKED
- If SUCCESS → approve, next scenario
- If PARTIAL → make design decision, respawn agent
- If BLOCKED → investigate, unblock, respawn
5. ITERATE
Repeat until feature complete
<agent_prompt_template> When spawning ios-design-implementer, include:
Implement scenario: [what user can do]
Target files:
- [file1.swift]
- [file2.swift]
Navigation to verify:
[tap sequence to reach the screen]
Design criteria:
- [specific visual requirements]
- [animation requirements]
- [accessibility requirements]
Context:
[any relevant background]
</agent_prompt_template>
- Design new interface (screen/feature/flow)
- Refine existing design
- Add animations/transitions
- Design gesture interactions
- Audit accessibility
- Polish microinteractions
- Review code for issues
- Test on simulator (generates flows, runs tests)
- Something else
What ships with it
41 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- _archive/README.md 11 KB
- _archive/references/accessibility.md 7.8 KB
- _archive/references/animations.md 12 KB
- _archive/references/anti-patterns.md 15 KB
- _archive/references/code-organization.md 14 KB
- _archive/references/color-system.md 7.0 KB
- _archive/references/critical-review-mindset.md 8.2 KB
- _archive/references/exemplary-apps.md 6.7 KB
- _archive/references/gestures.md 14 KB
- _archive/references/haptics.md 9.4 KB
- _archive/references/hig-principles.md 5.6 KB
- _archive/references/layout-spatial.md 6.8 KB
- _archive/references/microinteractions.md 9.3 KB
- _archive/references/philosophy.md 7.2 KB
- _archive/references/scenario-based-development.md 7.2 KB
- _archive/references/sf-symbols.md 5.7 KB
- _archive/references/simulator-verification.md 6.4 KB
- _archive/references/swiftui-architecture.md 13 KB
- _archive/references/typography.md 6.8 KB
- _archive/SKILL-original.md 16 KB
- _archive/templates/user-scenario.md 3.7 KB
- _archive/workflows/add-animation.md 5.9 KB
- _archive/workflows/audit-accessibility.md 6.1 KB
- _archive/workflows/create-design-system.md 8.6 KB
- _archive/workflows/critique-design.md 6.8 KB
- _archive/workflows/design-gesture-interaction.md 7.8 KB
- _archive/workflows/design-new-interface.md 6.8 KB
- _archive/workflows/polish-microinteractions.md 8.3 KB
- _archive/workflows/refine-existing-design.md 7.2 KB
- _archive/workflows/review-code.md 16 KB
- references/anti-patterns.md 2.0 KB
- references/color-system.md 876 B
- references/design-dna.md 3.5 KB
- references/exemplary-apps.md 13 KB
- references/haptic-vocabulary.md 1.7 KB
- references/industrial-minimalism.md 9.2 KB
- references/inspiration.md 1.8 KB
- references/macos-patterns.md 6.1 KB
- references/tactile-design.md 9.1 KB
- references/triggers.md 4.7 KB
- references/typography.md 17 KB
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.
- 10d ago First seen · 265 lines · 60 tokens per session scan A fdd7d0fb1bb0
ios-design-lead is a skill published in the GitHub repository catch-the-wave/fullstack-ios-claude-skills (5 stars, last pushed 8mo ago), licensed MIT. It adds 60 tokens to every session and 1,923 once invoked, about $0.0003 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.
Other skills, from other repositories
display-glasses-with-jetpack-compose-glimmer
Provides guidelines for developing projected Android XR apps for display glasses using the Jetpack Compose Glimmer UI toolkit. This skill covers foundational Glimmer design principles, workflows for implementing Jetpack Compose Glimmer, and interaction models for the glasses form factor. Use this skill to build an…
expo-design-system
Framework (OSS). Build and maintain a design system inside an Expo app - a reusable theme of design tokens (color, spacing, typography, radius, shadow, motion), reusable component structure with variant/size/state prop conventions, and rules for when to extract a repeated view into a shared component. Use when…
flutter-build-responsive-layout
Use LayoutBuilder, MediaQuery, or Expanded/Flexible to create a layout that adapts to different screen sizes. Use when you need the UI to look good on both mobile and tablet/desktop form factors.
omh-apple-design
This is a Hermes-native apple-design workflow skill.
axiom-audit-liquid-glass
Use when the user mentions Liquid Glass review, iOS 26 UI updates, toolbar improvements, or visual effect migration.
axiom-audit-ux-flow
Use when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app.