AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Swiftui

skill-vabole-apple-skills-swiftui · by vabole

API reference: SwiftUI. Query for views, layouts, navigation, @State/@Binding/@Observable, view modifiers, NavigationStack, iOS 26+ features.

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-vabole-apple-skills-swiftui

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-vabole-apple-skills-swiftui)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Swiftui? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Search this skill's local .md files first.
  2. If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or SKILL.md frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet.
  3. If no installed skill has the page, use the relevant documentation path from swiftui-overview.md with the sosumi.ai Markdown mirror. For example, /documentation/swiftui/button maps to https://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

  1. Check downloaded files first - Grep the local .md files for your topic
  2. Use the overview as an index - Search swiftui-overview.md for documentation paths
  3. Fetch only when needed - If no installed skill has the page, use sosumi.ai with 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.