pchelnikov
@pchelnikov
Public Skills
swift-style-skill
by pchelnikov
Enforce consistent, idiomatic Swift style when generating, reviewing, or refactoring Swift code. Use when writing new Swift code, reviewing code for style violations, or enforcing team style standards. Covers file structure, naming, formatting, and programming practices. Based on the Google Swift Style Guide (https://google.github.io/swift/), which is itself grounded in Apple's Swift standard library style and widely adopted across the Swift community.
swift-6-agent-skill
by pchelnikov
Generate, review, or refactor Swift code using modern language features from Swift 6.0 through 6.2.3. Use when writing new Swift code, reviewing existing code for outdated patterns, migrating from Swift 5.x to 6.x, debugging concurrency warnings, or answering questions about current Swift idioms. Covers concurrency, typed throws, noncopyable types, observation, testing, and more.