jlreyes/swift-agent-kit · Archived

swiftui-whats-new-27

>- Apple's guide to SwiftUI changes in the 2027 OS releases (iOS 27, macOS 27, watchOS 27, tvOS 27, visionOS 27). Use when a view using @State stops compiling after an SDK update with errors like 'used before being initialized', 'invalid redeclaration of synthesized property', or 'extraneous argument label' (@State became a macro in SDK 27 and the obvious init-reordering fix is wrong — consult this skill first); when adding drag-to-reorder to any container via reorderable()/reorderContainer or …

First seen Jun 11, 2026

Installation

$ npx skills add jlreyes/swift-agent-kit --skill swiftui-whats-new-27

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jlreyes/swift-agent-kit · top by installs.

npx skills add jlreyes/swift-agent-kit

Browse all from jlreyes/swift-agent-kit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code
More metadata
stub
true
content
Apple-authored; extracted locally from Xcode by scripts/extract-apple-skills.sh

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,398 B
  • docs SUMMARY.md 1,038 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

swiftui-whats-new-27 (stub)

Not yet extracted. This is a stub. The real skill is Apple-authored
content that ships inside Xcode; Apple's license doesn't permit
redistributing it, so this kit extracts it from YOUR Xcode instead.

To install the real content (requires Xcode 27+, ~5 seconds), run the
extraction script that ships alongside these skills. Relative to this
skill's own directory it is at:

../apple-api-updates/scripts/extract-apple-skills.sh

(In the Claude Code plugin layout it is also exposed at the plugin root
as scripts/extract-apple-skills.sh. If apple-api-updates is not
installed alongside, install it — the script ships inside it.)

If you are an agent reading this: resolve this SKILL.md's path and run
that script with your shell tool. Skill bodies are cached for the
session and you cannot run /reload-plugins yourself (it's a user
command), so after extracting: answer the current request by reading
the extracted SKILL.md and its references/ directly from disk (plain
markdown, fully usable), and ask the user to run /reload-plugins — or
start a new session — so future invocations serve the real content.