AI AGENT ADDONS

Swift Actor Persistence

affaan-m/everything-claude-code

Swift actors help you build safe data storage that multiple parts of your app can use at the same time. They stop data races by design, so you do not need locks or queues. This skill shows you how to combine a fast in-memory cache with file-backed storage using actors.

You get quick reads from memory and safe writes to disk. The code is simple and reusable for any type of data. It works great for offline-first apps and local storage needs.

Add Swift Actor Persistence skill to your workflow

Global

mkdir -p ~/.claude/skills/swift-actor-persistence

Project

mkdir -p .claude/skills/swift-actor-persistence

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago