Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

FWC SwiftUI Skills

Agent Skills for modern SwiftUI development on iOS 26+.

Works in Cursor, Codex, Claude Code, and any other harness that supports the Agent Skills format.

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

The skills CLI copies skills into the directories used by Cursor, Claude Code, Codex, and other supported agents.

Manual install for a single skill — copy the folder into your agent's skills directory:

git clone https://github.com/FloWritesCode/fwc-swiftui-skills.git
cp -R fwc-swiftui-skills/skills/swiftui-liquid-glass ~/.agents/skills/

Examples: ~/.cursor/skills/ (Cursor), ~/.claude/skills/ (Claude Code), ~/.codex/skills/ (Codex), ~/.agents/skills/ (universal / others).

Requires Xcode with the iOS 26 SDK for Liquid Glass APIs.

Skills

SkillDescription
swiftui-liquid-glassImplement and review iOS 26+ Liquid Glass with native APIs, common patterns, and pitfalls
swiftui-iphone-duoAdapt SwiftUI apps for iPhone Duo: size-based layout, fold-safe content, hinge interactions, and second-display accessories

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

Coding Agent Skills for modern SwiftUI development

语言 Languages

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
4
Total Commits
峰值: 2次/周
Less
More

核心贡献者 Contributors