FloWritesCode Releases SwiftUI Agent Skills for Cursor
FloWritesCode has released fwc-swiftui-skills, an open-source repository of Cursor Agent Skills engineered for modern SwiftUI and iOS 26+ development. It provides targeted skills like Liquid Glass API integration that can be added via npx or manual directory copies.

Impact: Medium
Why it matters
Enhances Cursor AI agents with domain-specific knowledge for modern iOS 26+ APIs to write cleaner SwiftUI code without hallucinated legacy patterns.
TL;DR
- 01fwc-swiftui-skills adds dedicated Cursor Agent skills for modern SwiftUI on iOS 26+.
- 02Includes specialized prompt guidance for newer APIs like Liquid Glass.
- 03Can be easily installed via npx skills CLI or copied directly to ~/.cursor/skills/.
Key facts
- Target SDK
- iOS 26+ SDK
- Featured Skill
- swiftui-liquid-glass
- Install Command
- npx skills add FloWritesCode/fwc-swiftui-skills
- Config Path
- ~/.cursor/skills/
Modular SwiftUI Agent Skills Architecture
The fwc-swiftui-skills project brings targeted domain skills into Cursor's agent execution environment. Each directory contains a SKILL.md file specifying frontmatter parameters like name and description, keeping core instructions concise while delegating extended reference guides to a separate reference.md file.
Quick Installation and Usage
Developers using Xcode and the iOS 26 SDK can immediately inject these skills into Cursor workflows using the skills CLI runner:
npx skills add FloWritesCode/fwc-swiftui-skills --skill swiftui-liquid-glassAlternatively, teams can manually clone the repository and sync skills into ~/.cursor/skills/ for offline or custom agent configurations.
Try it in 2 minutes
npx skills add FloWritesCode/fwc-swiftui-skills --skill swiftui-liquid-glassbash
✓ When to use
- Developing iOS 26+ apps using Cursor Agent and modern SwiftUI APIs
- Standardizing AI code generation rules for SwiftUI UI design components across a team
✕ When NOT to use
- Legacy iOS development targeting versions older than iOS 26 without modern API support
- Non-Swift project workflows in Cursor
What to do today
- Run npx skills add FloWritesCode/fwc-swiftui-skills in your terminal for Cursor workflows.
- Inspect the directory structure in ~/.cursor/skills/ to create custom project-specific skills.
Sources