prisma-labs-dev/apple-skills

swiftdata

API reference: SwiftData. Query for @Model, ModelContext, @Query, schema migrations.

First seen Mar 22, 2026

Installation

$ npx skills add prisma-labs-dev/apple-skills --skill swiftdata

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 prisma-labs-dev/apple-skills · top by installs.

npx skills add prisma-labs-dev/apple-skills

Browse all from prisma-labs-dev/apple-skills

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

Stars 325
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 763 B
  • docs SUMMARY.md 98 B

History

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

SKILL.md

SwiftData Documentation

Search these docs to answer questions about SwiftData APIs.

Return Format

Always include:

  1. Summary - Answer the question concisely
  2. File paths - List relevant files for full details, e.g.:

- swiftdata-model.md for @Model macro - swiftdata-query.md for @Query usage

Files

  • swiftdata-index.md - Framework overview and all available APIs
  • swiftdata-model.md - @Model macro and model definition
  • swiftdata-modelcontext.md - ModelContext for CRUD operations
  • swiftdata-query.md - @Query property wrapper for fetching data