impeccable-swift

impeccable-swift is a skill for Claude Code from seansmithworks/impeccable-swift. It costs 367 tokens per session (4,277 once invoked), scanned A, original, Apache-2.0.

A design and development guide for building or improving SwiftUI interfaces on Apple platforms such as iOS, iPadOS, macOS, visionOS, and watchOS. It covers app screens, shells, views, components, navigation, animation, colors, and accessibility-aware Apple interface conventions.

In plain words
What is it for?
Use it to design, redesign, critique, audit, polish, adapt, animate, or optimize SwiftUI interfaces, including screens, navigation, components, and Apple platform app shells.
Why use it?
It gives interface work a project-specific starting point by reading product and design context before making decisions. It helps avoid generic layouts that ignore the app’s users, brand, and established visual rules.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it to design, redesign, critique, audit, polish, adapt, animate, or optimize SwiftUI interfaces, including screens, navigation, components, and Apple platform app shells.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seansmithworks/impeccable-swift/impeccable
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 seansmithworks/impeccable-swift --skill impeccable
Clone the repo
git clone --depth 1 https://github.com/seansmithworks/impeccable-swift

Made for: Claude Code.

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 impeccable-swift

README.md
[![agentmods](https://agentmods.dev/badge/skills/seansmithworks/impeccable-swift/impeccable.svg)](https://agentmods.dev/skills/seansmithworks/impeccable-swift/impeccable)
Your own site
<a href="https://agentmods.dev/skills/seansmithworks/impeccable-swift/impeccable"><img src="https://agentmods.dev/badge/skills/seansmithworks/impeccable-swift/impeccable.svg" alt="Measured on agentmods" height="20"></a>
Per session 367 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,277 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.00367 $0.04277
Opus 5 $0.00183 $0.02139
Sonnet 5 $0.00073 $0.00855
Haiku 4.5 $0.00037 $0.00428

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

Security

Grade A, and why

impeccable-swift 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/load-context.mjs, scripts/pin.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

impeccable/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Designs and iterates production-grade SwiftUI interfaces for Apple platforms. Real working code, committed design choices, exceptional craft. Points not pixels, Liquid Glass materials, SF Symbols, Dynamic Type, and Apple HIG defaults — not the beige, rounded-rect "AI SwiftUI" every model reaches for by default.

Setup (non-optional)

Two steps before any design work. Both are required. Skipping either produces generic output that ignores the project.

1. Context gathering

Two files at the project root, case-insensitive:

  • PRODUCT.md — required. Users, brand, tone, anti-references, strategic principles.
  • DESIGN.md — optional, strongly recommended. Color Sets, typography (SF Pro / custom), spacing, components.

Load both in one call:

node .claude/skills/impeccable-swift/scripts/load-context.mjs

Consume the full JSON output. Never pipe through head, tail, grep, or jq.

If the output is already in this session's conversation history, don't re-run. Exceptions requiring a fresh load: you just ran /impeccable-swift teach or /impeccable-swift document (they rewrite the files), or the user manually edited one.

If PRODUCT.md is missing, empty, or placeholder ([TODO] markers, <200 chars): run /impeccable-swift teach, then resume the user's original task with the fresh context.

If DESIGN.md is missing: nudge once per session ("Run /impeccable-swift document for more on-brand output"), then proceed.

2. Register

Every design task is brand (marketing SwiftUI shells, landing surfaces, campaign pages, portfolio apps — design IS the product) or product (app UI, dashboards, admin tools, utilities — design SERVES the product).

Identify before designing. Priority: (1) cue in the task itself ("marketing shell" vs "settings screen"); (2) the surface in focus (the view, file, or feature being worked on); (3) register field in PRODUCT.md. First match wins.

If PRODUCT.md lacks the register field (legacy), infer it once from its "Users" and "Product Purpose" sections, then cache the inferred value for the session. Suggest the user run /impeccable-swift teach to add the field explicitly.

Read the full file on GitHub · 211 lines

Files

What ships with it

45 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.

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. 8d ago First seen · 211 lines · 367 tokens per session scan A 37680e813ec3

Subscribe to this mod's changes

impeccable-swift is a skill published in the GitHub repository seansmithworks/impeccable-swift (5 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 367 tokens to every session and 4,277 once invoked, about $0.0018 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

gamified-app

A multi-frame gamified mobile-app prototype — three phone frames on a dark showcase stage. Frame 1: cover / poster, Frame 2: today's quests with XP ribbons and a level bar, Frame 3: quest detail. Vivid quest tiles, level ribbon, bottom tab bar. Use when the brief asks for a "gamified app", "habit tracker", "RPG-style…

nexu-io/open-design · 117 tokens

mobile-app

A mobile-app screen rendered inside a pixel-accurate iPhone 15 Pro frame on the page. Built by copying the seed assets/template.html and pasting one screen archetype from references/layouts.md. Use when the brief asks for "mobile app", "iOS app", "Android app", "phone screen", or "app UI".

nexu-io/open-design · 79 tokens

wireframe-mobile-flow

A lo-fi multi-screen MOBILE flow wireframe — three or four phone frames laid out in a row on a board, showing a connected user flow (Onboarding → Home feed → Item detail → Confirm). Grey-box content inside each device, dashed connector arrows + numbered step labels between screens, and a couple of annotation callouts.…

nexu-io/open-design · 141 tokens

mobile-onboarding

A three-screen mobile onboarding layout: an opening screen, a value explanation, and a sign-in or continue screen. It includes phone-style status details, progress dots, and a main button.

nexu-io/open-design · 65 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

swiftui-microinteractions

Generate premium SwiftUI animations in the legendary-Animo style — spring physics, CoreHaptics, glass morphism, SF Symbols 7 draw animations, complete compilable files.

iAmVishal16/swiftui-microinteractions · 43 tokens