swift-actor-persistence

swift-actor-persistence is a skill for Claude Code, Codex from masrisystems/dot-agents. It costs 29 tokens per session (1,063 once invoked), scanned A, original, no licence file.

A Swift pattern for storing data safely across concurrent tasks by using actors, with an in-memory cache backed by files. Swift is Apple's programming language for apps and services.

In plain words
What is it for?
Use it to build thread-safe caches and persistence for Swift applications that need data to survive in memory and on disk.
Why use it?
It prevents multiple tasks from changing shared data at the same time and causing data races or inconsistent stored data.

Skill for Claude CodeCodex

Part of the ecc plugin — 70 skills, 71 commands, 55 agents, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/masrisystems/dot-agents/swift-actor-persistence
Any agent
npx skills add masrisystems/dot-agents --skill swift-actor-persistence
Clone the repo
git clone --depth 1 https://github.com/masrisystems/dot-agents

Made for: Claude Code, Codex.

Or install ecc, the plugin that ships this one along with the rest of its 70 skills, 71 commands, 55 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for swift-actor-persistence

README.md
[![agentmods](https://agentmods.dev/badge/skills/masrisystems/dot-agents/swift-actor-persistence.svg)](https://agentmods.dev/skills/masrisystems/dot-agents/swift-actor-persistence)
Your own site
<a href="https://agentmods.dev/skills/masrisystems/dot-agents/swift-actor-persistence"><img src="https://agentmods.dev/badge/skills/masrisystems/dot-agents/swift-actor-persistence.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,063 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00029 $0.01063
Opus 5 $0.00015 $0.00531
Sonnet 5 $0.00006 $0.00213
Haiku 4.5 $0.00003 $0.00106

Measured yesterday against content hash f83d03866a68, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

swift-actor-persistence scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

catalogs/ecc/.kiro/skills/swift-actor-persistence/SKILL.md · 144 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 144 lines · 29 tokens per session scan A f83d03866a68

Subscribe to this mod's changes

swift-actor-persistence is a skill published in the GitHub repository masrisystems/dot-agents (0 stars, last pushed 3d ago), with no licence file. It adds 29 tokens to every session and 1,063 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

golang-samber-hot

In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQueue, SIEVE, FIFO), TTL, cache loaders, sharding, stale-while-revalidate, missing key caching, and Prometheus metrics. Apply when using or adopting samber/hot, when the codebase imports…

samber/cc-skills-golang · 122 tokens

swift-valkey

Expert guidance on using Valkey and Redis with Swift. Use when developers mention: (1) Valkey or Redis in Swift, (2) valkey-swift library, (3) RESP protocol or RESP3, (4) Redis cluster routing or hash slots, (5) pub/sub or subscriptions, (6) Redis transactions or MULTI/EXEC, (7) caching with Redis.

wendylabsinc/claude-skills · 84 tokens

kotlin-exposed-patterns

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

Jamkris/everything-gemini-code · 36 tokens

android-jetpack-compose-expert

Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3.

sickn33/agentic-awesome-skills · 35 tokens

kotlin-exposed-patterns

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

hashgraph-online/awesome-codex-plugins · 36 tokens

backend-engineer

Supabase integration specialist. Handles database schema, authentication, Row Level Security (RLS), real-time subscriptions, and storage. Connects existing UI to real backend. Only called AFTER UI exists with mock data. Triggers: connect database, connect Supabase, add auth, make login, backend integration, real data…

wasintoh/toh-framework · 75 tokens