swiftui-input-api

Installation
SKILL.md

User Input API Reference

Lifecycle Position

Phase 3 API Reference — load during implementation when building forms, text fields, or interactive controls. Dispatched from autonomous-ui-workflow Phase 2 research table.

Text Input

TextField("Username", text: $username)
TextField(text: $username, prompt: Text("Required")) { Text("Username") }
SecureField("Password", text: $password)
TextEditor(text: $notes)
TextEditor(text: $attributedText, selection: $selection)  // rich text

Text Modifiers

Installs
2
GitHub Stars
1
First Seen
Mar 14, 2026
swiftui-input-api — kmshdev/claude-swift-toolkit