Cursor Agent Skills for modern SwiftUI development on iOS 26+.
Maintained by FloWritesCode.
Install the whole pack or one skill:
# All skills (when supported by your installer)
npx skills add FloWritesCode/fwc-swiftui-skills
# One skill
npx skills add FloWritesCode/fwc-swiftui-skills --skill swiftui-liquid-glassManual install for a single skill:
git clone https://github.com/FloWritesCode/fwc-swiftui-skills.git
cp -R fwc-swiftui-skills/skills/swiftui-liquid-glass ~/.cursor/skills/Requires Xcode with the iOS 26 SDK for Liquid Glass APIs.
| Skill | Description |
|---|---|
| swiftui-liquid-glass | Implement and review iOS 26+ Liquid Glass with native APIs, common patterns, and pitfalls |
More skills will be added here as separate folders under skills/.
fwc-swiftui-skills/
├── README.md
├── LICENSE
└── skills/
└── <skill-name>/
├── SKILL.md
└── reference.md # optional
Follow the Agent Skills format: each skill is a directory with a SKILL.md frontmatter (name, description).
- Create
skills/<skill-name>/SKILL.mdwith YAML frontmatter. - Add a row to the table above.
- Keep skills focused; put long reference material in
reference.md.
MIT — see LICENSE.