mirror of
https://github.com/AvdLee/Swift-Concurrency-Agent-Skill.git
synced 2026-09-14 20:00:04 +08:00
50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
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"
|
|
],
|
|
"skills": "./skills/",
|
|
"interface": {
|
|
"displayName": "Swift Concurrency",
|
|
"shortDescription": "Master Swift 6 concurrency",
|
|
"longDescription": "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.",
|
|
"developerName": "Antoine van der Lee",
|
|
"category": "Developer Tools",
|
|
"websiteURL": "https://www.avanderlee.com",
|
|
"defaultPrompt": [
|
|
"Migrate this class to Swift 6 strict concurrency.",
|
|
"Diagnose the data race warnings in this file and fix them.",
|
|
"Refactor this completion handler code to async/await."
|
|
],
|
|
"brandColor": "#F05138",
|
|
"composerIcon": "./skills/swift-concurrency/assets/logo-small.png",
|
|
"logo": "./skills/swift-concurrency/assets/logo.png",
|
|
"privacyPolicyURL": "https://www.avanderlee.com/privacy-policy/",
|
|
"termsOfServiceURL": "https://github.com/AvdLee/Swift-Concurrency-Agent-Skill/blob/main/LICENSE"
|
|
}
|
|
}
|