Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FWC SwiftUI Skills

Cursor Agent Skills for modern SwiftUI development on iOS 26+.

Maintained by FloWritesCode.

Installation

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-glass

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

Skills

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

Repository layout

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

Adding a skill

  1. Create skills/<skill-name>/SKILL.md with YAML frontmatter.
  2. Add a row to the table above.
  3. Keep skills focused; put long reference material in reference.md.

License

MIT — see LICENSE.

About

Cursor Agent Skills for modern SwiftUI development

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors