swift
๐ฏSkillfrom joannis/claude-skills
Provides expert guidance on Swift best practices, patterns, and implementation. Covers Swift configuration, swift-log logging, OpenTelemetry integration, Swift Testing framework, cross-platform development without Foundation, memory safety with non-copyable types, and API design patterns.
Same repository
joannis/claude-skills(14 items)
Installation
npx vibeindex add joannis/claude-skills --skill swiftnpx skills add joannis/claude-skills --skill swift~/.claude/skills/swift/SKILL.mdSKILL.md
More from this repository10
Provides expert guidance on the Hummingbird 2 web framework, a lightweight HTTP server framework for Swift built on SwiftNIO with full Swift Concurrency support, covering routing, middleware, request context, authentication, and WebSocket integration.
Provides expert guidance on SwiftNIO, Apple's event-driven network application framework, helping developers write safe and performant networking code with proper Swift Concurrency integration.
Expert guidance on Swift library and framework design covering protocol-oriented architecture, compile-time safety with generics and noncopyable types, performance optimization with @inlinable, and progressive disclosure API patterns like ResponseGenerator and result builders.
Expert guidance skill for building and deploying apps to WendyOS edge devices, covering the wendy CLI, wendy.json configuration, entitlements, remote debugging Swift on ARM64, and deployment to NVIDIA Jetson and Raspberry Pi.
Provides expert guidance on building production-quality database client libraries in Swift, covering wire protocol implementation, connection pooling, state machines, NIO channel handlers, and integration with Swift Concurrency.
A skill providing expert guidance on contributing to WendyOS, an embedded Linux OS for edge computing built with Yocto, covering image builds for Jetson and Raspberry Pi, the wendy-agent container daemon, and E2E testing.
A skill that provides Linear CLI integration for issue tracking and project management. It supports creating, updating, closing, and triaging tickets, linking PRs to issues, and managing issue states such as triage, backlog, started, and completed.
Provides expert guidance on Swift Concurrency best practices including async/await, actors, tasks, Sendable conformance, structured concurrency, and migration to Swift 6. Analyzes project settings and isolation boundaries before recommending fixes.
A skill that provides comprehensive syntax reference and examples for creating Markdown-based presentations with Deckset, covering headings, lists, text styles, images, code blocks, and slide formatting.
A skill providing expert guidance on using Valkey and Redis with Swift, covering the valkey-swift library, cluster routing, pub/sub, transactions, and caching patterns.