Install
$ agentstack add skill-vabole-apple-skills-swiftui ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
SwiftUI Reference
This skill provides access to SwiftUI documentation via downloaded reference files.
Downloaded Reference Files
The following Apple documentation pages are available locally (grep-friendly):
| File | Content | |------|---------| | [swiftui-overview.md](swiftui-overview.md) | Full SwiftUI framework index (907KB) | | [view-protocol.md](view-protocol.md) | View protocol and all modifiers (59KB) | | [state.md](state.md) | @State property wrapper | | [binding.md](binding.md) | @Binding property wrapper | | [environment.md](environment.md) | @Environment property wrapper | | [observation.md](observation.md) | @Observable macro (iOS 17+) | | [navigationstack.md](navigationstack.md) | NavigationStack (iOS 16+) | | [navigationsplitview.md](navigationsplitview.md) | NavigationSplitView | | [tabview.md](tabview.md) | TabView | | [list.md](list.md) | List view | | [canvas.md](canvas.md) | Canvas — immediate-mode drawing (iOS 15+) | | [graphicscontext.md](graphicscontext.md) | GraphicsContext — drawing API used inside Canvas |
Fetching More Docs
- Search this skill's local
.mdfiles first. - If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or
SKILL.mdfrontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet. - If no installed skill has the page, use the relevant documentation path from
swiftui-overview.mdwith thesosumi.aiMarkdown mirror. For example,/documentation/swiftui/buttonmaps tohttps://sosumi.ai/documentation/swiftui/button.
Common SwiftUI Doc Paths
| Topic | URL Path | |-------|----------| | Text | swiftui/text | | Button | swiftui/button | | Image | swiftui/image | | VStack | swiftui/vstack | | HStack | swiftui/hstack | | ZStack | swiftui/zstack | | Form | swiftui/form | | Sheet | swiftui/sheet | | Alert | swiftui/alert | | Picker | swiftui/picker | | Toggle | swiftui/toggle | | Slider | swiftui/slider | | ProgressView | swiftui/progressview | | AsyncImage | swiftui/asyncimage | | GeometryReader | swiftui/geometryreader | | ScrollView | swiftui/scrollview | | LazyVStack | swiftui/lazyvstack | | LazyHStack | swiftui/lazyhstack | | NavigationLink | swiftui/navigationlink | | ToolbarItem | swiftui/toolbaritem | | Canvas | swiftui/canvas | | GraphicsContext | swiftui/graphicscontext |
Usage Instructions
- Check downloaded files first - Grep the local
.mdfiles for your topic - Use the overview as an index - Search
swiftui-overview.mdfor documentation paths - Fetch only when needed - If no installed skill has the page, use
sosumi.aiwith documentation paths from the overview
Example workflow:
# Looking for info on modifiers?
grep -i "padding" view-protocol.md
# Need full Text documentation? Check the local file first.
grep -i "font" text.md
Sources
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: vabole
- Source: vabole/apple-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.