mirror of
https://github.com/AvdLee/Swift-Concurrency-Agent-Skill.git
synced 2026-09-14 20:00:04 +08:00
32 lines
906 B
JSON
32 lines
906 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "swift-concurrency",
|
|
"version": "2.3.0",
|
|
"description": "Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, data race prevention, and Swift 6 migration strategies.",
|
|
"author": {
|
|
"name": "Antoine van der Lee",
|
|
"email": "contact@avanderlee.com",
|
|
"url": "https://www.avanderlee.com"
|
|
},
|
|
"homepage": "https://github.com/AvdLee/Swift-Concurrency-Agent-Skill",
|
|
"repository": "https://github.com/AvdLee/Swift-Concurrency-Agent-Skill",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"swift",
|
|
"concurrency",
|
|
"async-await",
|
|
"actors",
|
|
"sendable",
|
|
"swift6",
|
|
"data-races",
|
|
"threading",
|
|
"task-groups",
|
|
"main-actor",
|
|
"core-data",
|
|
"migration",
|
|
"ios",
|
|
"macos",
|
|
"apple"
|
|
]
|
|
}
|