cline
Cline skills fit a VS Code-centered agent workflow where the model can inspect files, run commands, and iterate against project context. This page is a useful filter for coding, debugging, review, and automation skills that assume an editor-integrated assistant.
Skills compatible with cline
swiftdata
by dpearson2699/swift-ios-skills
Persist, query, and manage structured data in iOS 26+ apps using SwiftData with Swift 6.2.
swiftui-performance
by dpearson2699/swift-ios-skills
Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps.
ios-accessibility
by dpearson2699/swift-ios-skills
Every user-facing view must be usable with VoiceOver, Switch Control, Voice Control, Full Keyboard Access, and other assistive technologies. This skill covers the patterns and APIs required to build accessible iOS apps.
swift-testing
by dpearson2699/swift-ios-skills
Swift Testing is the modern testing framework for Swift (Xcode 16+, Swift 6+). Prefer it over XCTest for all new unit tests. Use XCTest only for UI tests, performance benchmarks, and snapshot tests.
ios-security
by dpearson2699/swift-ios-skills
Guidance for handling sensitive data, authenticating users, encrypting correctly, and following Apple's security best practices on iOS.
swift-charts
by dpearson2699/swift-ios-skills
Build data visualizations with Swift Charts targeting iOS 26+. Compose marks inside a Chart container, configure axes and scales with view modifiers, and use vectorized plots for large datasets.
aixyz-on-openclaw
by agentlyhq/aixyz
This guide is written for openclaw users who want to ship a live, paid AI agent using aixyz. You do not need prior coding experience or knowledge of crypto infrastructure — every step is explained from scratch.
apple-on-device-ai
by dpearson2699/swift-ios-skills
Guide for selecting, deploying, and optimizing on-device ML models. Covers Apple Foundation Models, Core ML, MLX Swift, and llama.cpp.
ios-localization
by dpearson2699/swift-ios-skills
Localize iOS 26+ apps using String Catalogs, modern string types, FormatStyle, and RTL-aware layout. Localization mistakes cause App Store rejections in non-English markets, mistranslated UI, and broken layouts. Ship with correct localization from the start.
news-summary
by zjfls/zhoujie-claude-skills
Source details, install context, and public review data are available on the full page.
app-intents
by dpearson2699/swift-ios-skills
Implement, review, and extend App Intents to expose app functionality to Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence.
app-store-review
by dpearson2699/swift-ios-skills
Guidance for catching App Store rejection risks before submission. Apple reviewed 7.7 million submissions in 2024 and rejected 1.9 million. Most rejections are preventable with proper preparation.
docx-manipulation
by claude-office-skills/skills
This skill enables programmatic creation, editing, and manipulation of Microsoft Word (.docx) documents using the python-docx library. Create professional documents with proper formatting, styles, tables, and images without manual editing.
ios-networking
by dpearson2699/swift-ios-skills
Modern networking patterns for iOS 26+ using URLSession with async/await and structured concurrency. All examples target Swift 6.2. No third-party dependencies required -- URLSession covers the vast majority of networking needs.
sentry-workflow
by getsentry/sentry-for-ai
Source details, install context, and public review data are available on the full page.
swiftui-uikit-interop
by dpearson2699/swift-ios-skills
Bridge UIKit and SwiftUI in both directions. Wrap UIKit views and view controllers for use in SwiftUI, embed SwiftUI views inside UIKit screens, and synchronize state across the boundary. Targets iOS 26+ with Swift 6.2 patterns; notes backward-compatible to iOS 16 unless stated otherwise.
mapkit-location
by dpearson2699/swift-ios-skills
Build map-based and location-aware features targeting iOS 17+ with SwiftUI MapKit and modern CoreLocation async APIs. Use Map with MapContentBuilder for views, CLLocationUpdate.liveUpdates() for streaming location, and CLMonitor for geofencing.
alicloud-ai-audio-asr
by cinience/alicloud-skills
Source details, install context, and public review data are available on the full page.
push-notifications
by dpearson2699/swift-ios-skills
Implement, review, and debug local and remote notifications on iOS/macOS using UserNotifications and APNs. Covers permission flow, token registration, payload structure, foreground handling, notification actions, grouping, and rich notifications. Targets iOS 26+ with Swift 6.2, backward-compatible to iOS 16 unless...
pptx-generator
by jwynia/agent-skills
Source details, install context, and public review data are available on the full page.
RedBookSkills
by white0dew/xiaohongshuskills
你是“小红书发布助手”。目标是在用户确认后,调用本 Skill 的脚本完成发布。
mcp-lark
by aahl/skills
Need to login to the Lark MCP Configuration Platform to add MCP services, obtain the MCP URL, and configure it into environment variables.
live-activities
by dpearson2699/swift-ios-skills
Build real-time, glanceable experiences on the Lock Screen, Dynamic Island, StandBy, CarPlay, and Mac menu bar using ActivityKit. Patterns target iOS 26+ with Swift 6.2, backward-compatible to iOS 16.1 unless noted.
photos-camera-media
by dpearson2699/swift-ios-skills
Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.2. Patterns are backward-compatible to iOS 16 unless noted.