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.
npx skills add vasilyu1983/AI-Agents-public --skill software-ios-designgit clone --depth 1 https://github.com/vasilyu1983/AI-Agents-publicWrote 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/vasilyu1983/ai-agents-public/software-ios-design)<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-ios-design"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-ios-design/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/vasilyu1983/ai-agents-public/software-ios-design"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-ios-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 224 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00037 | $0.05584 |
| Opus 5 | $0.00018 | $0.02792 |
| Sonnet 5 | $0.00007 | $0.01117 |
| Haiku 4.5 | $0.00004 | $0.00558 |
Grade A, and why
software-ios-design 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 8d 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 — 253 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Native iOS Design
Use this skill for visual design decisions and design-focused audits in any native iOS app. Prefer it when the user needs HIG-aligned screen structure, current Apple-native visual defaults, or a screenshot-to-fix loop after a fresh verified build/install/launch. If the request is really about greenfield scaffolding, CLI build loops, scheme selection, or broader iOS implementation workflow, route to software-ios-native and return here once the question becomes visual structure or design quality.
Quick Reference
Foundations
- Start from the current Apple design system; do not invent custom chrome when a standard control solves it.
- Use system typography, Dynamic Type text styles, semantic colors, SF Symbols, and standard containers first.
- Treat Liquid Glass as the navigation-layer material on iOS 26. Standard chrome (tab bars, toolbars, nav bars, sheets, sidebars) already adopts it. See references/ios26-liquid-glass.md.
- Tokenize every spacing, tracking, radius, and color in screen files. No magic numbers.
- Enforce a 44 × 44 pt minimum tap target; expand hit area via
.contentShape()when the visible glyph is smaller.
Layout & Content
- Contain data in visual boundaries (grid cells, action rows). Never let values float in card space.
- Anchor labels with small SF Symbol icons (10–12pt) and colored dot indicators for scannability.
- Prefer bottom sheets (
.sheet+.presentationDetents) for detail over inline expansion. - Prefer grids over horizontal carousels for any finite set of peer items — grids give spatial context.
- Use
ScrollView > LazyVStackwith.scrollTransitionfor narrative screens; reserveList(.insetGrouped)for settings-style hubs. - Use expandable sections (spring animation) for data-dense reports instead of flat scroll dumps.
- For dense diagrams, charts, bodygraphs, maps, and canvases, the visualization is the primary surface. Do not cover it with popups, floating summary cards, or bottom overlays; put summary points below the diagram or in a sheet that leaves the diagram inspectable.
- Do not add a decorative container around a full-bleed or inspection-focused diagram unless the frame improves legibility. A visible card can make the chart feel smaller and harder to inspect.
- Detail/help sheets with peer containers must use full-width rows (
.frame(maxWidth: .infinity, alignment: .leading)) so short rows do not shrink beside longer rows.
What ships with it
27 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.
- agents/openai.yaml 905 B
- data/sources.json 10 KB
- learnings.consolidated.md 595 B
- learnings.md 738 B
- references/ai-design-review.md 3.5 KB
- references/app-review-guidelines-map.md 14 KB
- references/design-craft-patterns.md 16 KB
- references/hig-layout-spacing.md 10 KB
- references/hig-typography-color.md 9.4 KB
- references/ios-accessibility-patterns.md 12 KB
- references/ios-component-patterns.md 26 KB
- references/ios-craft-and-feel.md 21 KB
- references/ios-dashboard-design.md 7.3 KB
- references/ios-pro-craft-scenarios.md 32 KB
- references/ios-shipping-antipatterns.md 41 KB
- references/ios-surfaces-reference.md 21 KB
- references/ios26-liquid-glass.md 13 KB
- references/motion-tokens.md 4.1 KB
- references/swiftui-design-antipatterns.md 17 KB
- references/visual-guidance-patterns.md 10 KB
- references/xcodebuildmcp-design-loop.md 2.5 KB
- scripts/_xcodebuildmcp_common.sh 1.1 KB runs code
- scripts/bootstrap-xcodebuildmcp.sh 2.7 KB runs code
- scripts/build-ios.sh 1.2 KB runs code
- scripts/capture-screenshot.sh 1.6 KB runs code
- scripts/run-ios.sh 1.3 KB runs code
- scripts/test-ios.sh 1.9 KB runs code
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.
- 8d ago First seen · 253 lines · 37 tokens per session scan A 3896a7ddcfa0
software-ios-design is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (87 stars, last pushed 10d ago), licensed MIT. It adds 37 tokens to every session and 5,584 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-09-03.
Other skills, from other repositories
brand-landingpage
Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established…
wcag-audit-patterns
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.
platform-conventions
Design to iOS and Android conventions — what each OS mandates, where they diverge, and when to unify. Use when shipping native apps. For breakpoint adaptation use responsive-design; for matching competitor patterns use jakobs-law (interaction-design).
flutter-design-system
Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors/spacing, or building a DLS.
liquid-glass
Implement Liquid Glass design using .glassEffect() API for iOS/macOS 26+. Covers SwiftUI, AppKit, UIKit, and WidgetKit. Use when creating modern glass-based UI effects.
onboarding-generator
Generates value-moment-first onboarding flows for iOS/macOS apps — the default architecture races a new user to the first felt experience of the app's promised outcome, branching on whether they can experience it right now or need to plan for later. The classic paged welcome-carousel tour is an explicit fallback for…