CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. johnrogers
  4. /
  5. claude-swift-engineering
  6. /
  7. Modern Swift

Modern Swift

Editor's Note

This covers Swift 6.2's strict concurrency model with async/await, actors, and Sendable constraints that catch data races at compile time. You'll want this when migrating from completion handlers to modern patterns, fixing Sendable errors, or wrangling shared state without locks. The reference guide is thorough on task groups, cancellation, and the actor re-entrancy gotchas that bite everyone. The real value is in the migration patterns and the blunt guidance on when not to reach for @unchecked Sendable as a quick fix. If you're still using DispatchQueue for everything or your codebase is drowning in completion handler pyramids, this walks through the proper modern alternatives.

Install

npx skills add https://github.com/johnrogers/claude-swift-engineering --skill modern-swift
Votes
0
Installs126
GitHub Stars209
Categories
Mobile Development
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Mobile Development Skills

View all →
android-jetpack-compose

thebushidocollective/han

0
1.3k
165
android jetpack compose
android-jetpack-compose-expert

sickn33/antigravity-awesome-skills

0
163
39.4k
android jetpack compose expert
Expo UI SwiftUI

expo/skills

0
2k
expo ui swiftui
Expo UI Jetpack Compose

expo/skills

0
2k
expo ui jetpack compose
mobile-ios-design

wshobson/agents

0
16.3k
36.2k
Native iOS app design with SwiftUI, Apple HIG compliance, and adaptive layouts for iPhone and iPad.
mobile-android-design

wshobson/agents

0
16k
36.2k
Material Design 3 and Jetpack Compose patterns for building modern, adaptive Android applications.