SwiftData is Apple's modern data framework for building Swift apps. This tool helps you write and review SwiftData code with confidence. It catches common mistakes like unsafe predicates that can crash your app. It also checks for proper relationships and delete rules to prevent data loss.
You get clear before and after code examples for each issue. The tool follows best practices for modern Swift concurrency and targets Swift 6.2 or later. It respects your project structure and never suggests third-party libraries without asking.
Whether you are building a new app or maintaining an existing one, this skill makes your SwiftData code safer and more efficient. It is ideal for developers who want to avoid runtime crashes and keep their data models clean.
Global
mkdir -p ~/.claude/skills/swiftdata-proProject
mkdir -p .claude/skills/swiftdata-proSource Repository
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective