building-document-based-swiftui-applications

building-document-based-swiftui-applications is a skill for Claude Code from artemnovichkov/xcode-skills. It costs 155 tokens per session (634 once invoked), scanned A, original, no licence file.

A guide to document-based SwiftUI apps, where users open, edit, save, and export files through Apple’s Document protocol.

In plain words
What is it for?
Building or migrating SwiftUI apps with file handling, including DocumentGroup and open, edit, save, and export flows.
Why use it?
It explains the standard document workflows without requiring developers to work them out from scratch.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the xcode-skills plugin — 10 skills shipped together

Good fit Building or migrating SwiftUI apps with file handling, including DocumentGroup and open, edit, save, and export flows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/artemnovichkov/xcode-skills/building-document-based-swiftui-applications
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 artemnovichkov/xcode-skills --skill building-document-based-swiftui-applications
Clone the repo
git clone --depth 1 https://github.com/artemnovichkov/xcode-skills

Made for: Claude Code.

Or install xcode-skills, the plugin that ships this one along with the rest of its 10 skills.

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 building-document-based-swiftui-applications

README.md
[![agentmods](https://agentmods.dev/badge/skills/artemnovichkov/xcode-skills/building-document-based-swiftui-applications/github.svg)](https://agentmods.dev/skills/artemnovichkov/xcode-skills/building-document-based-swiftui-applications)
Your own site
<a href="https://agentmods.dev/skills/artemnovichkov/xcode-skills/building-document-based-swiftui-applications"><img src="https://agentmods.dev/badge/skills/artemnovichkov/xcode-skills/building-document-based-swiftui-applications/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 building-document-based-swiftui-applications

Your own site · 80×15
<a href="https://agentmods.dev/skills/artemnovichkov/xcode-skills/building-document-based-swiftui-applications"><img src="https://agentmods.dev/badge/skills/artemnovichkov/xcode-skills/building-document-based-swiftui-applications.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 634 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 unknown 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.00155 $0.00634
Opus 5 $0.00077 $0.00317
Sonnet 5 $0.00031 $0.00127
Haiku 4.5 $0.00015 $0.00063

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

Security

Grade A, and why

building-document-based-swiftui-applications 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 9d 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.

skills/building-document-based-swiftui-applications/SKILL.md · 17 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

3 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. 9d ago First seen · 17 lines · 155 tokens per session scan A f6a7567b32ff

Subscribe to this mod's changes

building-document-based-swiftui-applications is a skill published in the GitHub repository artemnovichkov/xcode-skills (12 stars, last pushed 16d ago), with no licence file. It adds 155 tokens to every session and 634 once invoked, about $0.0008 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-30.

Related

Other skills, from other repositories

add-pdf-report

Internal implementation skill invoked by /add-native for app-generated PDF report workflows using expo-print and, when present, expo-sharing.

microsoft/power-platform-skills · 30 tokens

add-pdf-viewer

Internal implementation skill invoked by /add-native for native PDF control workflows. Handles HTTPS and file URI PDF viewing with @microsoft/power-apps-native-pdf-viewer 0.2.9+.

microsoft/power-platform-skills · 47 tokens

axint

Use Axint MCP tools to create, compile, validate, and repair Apple App Intents and Swift surfaces from TypeScript definitions.

agenticempire/axint · 29 tokens

pdfkit

Display and manipulate PDF documents using PDFKit. Use when embedding PDFView to show PDF files, creating or modifying PDFDocument instances, adding annotations (highlights, notes, signature widgets), extracting text with PDFSelection, navigating pages, generating thumbnails, filling PDF forms, or wrapping PDFView in…

dpearson2699/swift-ios-skills · 64 tokens

swiftui-max

Expert SwiftUI guidance for building UI on iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. Use whenever writing, reviewing, refactoring, or debugging ANY SwiftUI code — views, view modifiers, layout, navigation (NavigationStack/SplitView, deep links), lists and scrolling, animation and transitions, state management…

Dev869/swift-tothemax · 271 tokens

app-review-max

Pass Apple App Review the first time and recover fast when rejected. USE THIS SKILL whenever the user is submitting to the App Store, preparing a submission, asks 'will this get rejected', mentions App Review, a rejection, Resolution Center, an appeal, or any guideline number (2.1, 2.3, 3.1.1, 4.3, 5.1.x, etc.)…

Dev869/swift-tothemax · 218 tokens