LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: swift

Browse skills that share this tag.

  • ios-developer - Develop native iOS applications using Swift and SwiftUI
    iosswiftswiftuiuikit

    ★ 17 · Updated 2026-09-21

    Provides native iOS development support using Swift, SwiftUI, UIKit, data persistence, and App Store distribution.

    ⚙ Develop native iOS apps⚙ Integrate SwiftUI with UIKit⚙ Implement data persistence
  • ios-developer - Develop native iOS applications with Swift and SwiftUI
    iosswiftswiftuiuikit

    ★ 36 · Updated 2026-09-20

    Develops native iOS applications using Swift 6, SwiftUI, UIKit, Core Data, and Apple platform APIs.

    ⚙ Develop Swift 6 iOS apps⚙ Build SwiftUI and UIKit UIs⚙ Implement modern iOS architecture patterns
  • developing-on-linux - Run Swift formatting, linting, and type-checking on Linux
    linuxswiftswift-formatswiftlint

    ★ 1 · Updated 2026-09-19

    Installs Swift toolchain and linters on Linux to run format, lint, and type-check gates locally without macOS.

    ⚙ Install pinned Swift toolchain⚙ Install pinned SwiftLint binary⚙ Run local swift-format checks
  • ecc-swift-concurrency-6-2 - Swift 6.2 Approachable Concurrency Patterns
    swiftconcurrencyswift-6-2mainactor

    ★ 0 · Updated 2026-09-19

    Provides patterns for Swift 6.2 concurrency, including single-threaded defaults, explicit @concurrent background offloading, and isolated conformances.

    ⚙ Migrate projects to Swift 6.2⚙ Resolve data-race compiler errors⚙ Offload work using @concurrent
  • swiftui-view-refactor - Refactor SwiftUI view files
    swiftuiiosrefactoringswift

    ★ 25 · Updated 2026-09-18

    Refactors SwiftUI view files into stable and testable structures by splitting large views, organizing layout ordering, and tightening data flow.

    ⚙ Reorder view code elements⚙ Extract dedicated subview types⚙ Extract inline actions and effects
  • swift-concurrency - Provides guidance for writing safe concurrent Swift code.
    swiftconcurrencyasync-awaitactor

    ★ 153 · Updated 2026-09-18

    Provides expert guidance on Swift Concurrency concepts, isolation domains, async/await, actors, Sendable, and debugging compiler errors.

    ⚙ Guide async and await usage⚙ Manage Tasks and TaskGroups⚙ Implement actor isolation
  • swift-review - Swift Code Review
    swiftcode-reviewxcodegit

    ★ 2 · Updated 2026-09-18

    Reviews Swift and Xcode codebases, pull requests, git diffs, or individual files against Swift best practices and guidelines.

    ⚙ Review Swift pull requests and diffs⚙ Audit Swift naming and style guidelines⚙ Check build performance and memory management
  • swift - Swift Idiomatic Efficiency Reference Guidelines
    swiftguidelinesbest-practicesrefactoring

    ★ 2 · Updated 2026-09-18

    Provides language-specific guidelines and idiomatic practices for Swift code optimization and refactoring.

    ⚙ Guide Swift optional handling⚙ Optimize Swift collection transforms⚙ Select Swift value and reference types
  • coverage-analyzer - Analyze test coverage and prioritize missing tests
    test-coveragecode-analysistestingswift

    ★ 1 · Updated 2026-09-17

    Identifies untested code and suggests test priorities by analyzing source files against test files.

    ⚙ Discover source and test files⚙ Match source files to tests⚙ Identify untested code files
  • sloppy-docs - Guide for understanding, diagnosing, and fixing Sloppy codebase
    sloppycodebase-navigationself-repairdocumentation

    ★ 28 · Updated 2026-09-17

    Provides navigation guides, architecture maps, self-repair workflows, and build verification commands for the Sloppy codebase.

    ⚙ Navigate Sloppy source code and docs⚙ Trace runtime issues and architecture⚙ Guide Sloppy bug fixes and repairs
  • ios - iOS and Swift HIG Review, Accessibility, and Patterns
    iosswiftswiftuiaccessibility

    ★ 0 · Updated 2026-09-17

    Provides patterns and reviews for Swift and SwiftUI development, HIG compliance, accessibility, and concurrency.

    ⚙ Audit SwiftUI code for HIG compliance⚙ Audit font usage and Dynamic Type⚙ Generate accessibility infrastructure for SwiftUI
  • aws-sdk-swift-usage - AWS SDK for Swift Development Patterns
    swiftawsaws-sdkaws-sdk-swift

    ★ 0 · Updated 2026-09-15

    Provides development patterns and guidelines for writing Swift code using the aws-sdk-swift package.

    ⚙ Configure struct-based service clients⚙ Set up credential identity resolvers⚙ Wait for resource status updates
  • architecture-audit - Audit codebase for Core Data architectural violations
    architecturecode-reviewcore-dataswift

    ★ 2 · Updated 2026-09-14

    Checks codebase for architectural violations including factory bypass, raw assign, scope compliance, and service layer compliance.

    ⚙ Detect Core Data factory bypass⚙ Detect raw context assign calls⚙ Verify fetch request scope compliance
  • macos-menubar-tuist-app - Build and maintain macOS menubar apps using Tuist
    macosmenubartuistswiftui

    ★ 0 · Updated 2026-09-13

    Build, refactor, or review SwiftUI macOS menubar apps using Tuist with structured architecture and stable launch scripts.

    ⚙ Build SwiftUI macOS menubar apps⚙ Refactor Tuist menubar app architecture⚙ Review SwiftUI menubar app codebases
  • swiftbutler - Analyze, check, reindent, and distribute Swift code
    swiftclicode-analysissyntax-check

    ★ 13 · Updated 2026-09-13

    Analyze Swift APIs, perform syntax checks, reindent code, and distribute large Swift files using the SwiftButler CLI.

    ⚙ Analyze Swift APIs⚙ Check Swift code syntax⚙ Reindent Swift source code
  • pokeswift-extractor-contract-change - PokeSwift Extractor Contract Change
    pokeswiftextractorcontractswift

    ★ 303 · Updated 2026-09-09

    Investigate, implement, and validate PokeSwift extraction or shared-contract changes without breaking the source-driven pipeline.

    ⚙ Define failing contract⚙ Trace first diverging layer⚙ Pick correct ownership boundary
  • domain-architect - Swift Codebase Domain Discovery & Architecture Mapping
    swiftdomain-driven-designarchitecturecodebase-analysis

    ★ 159 · Updated 2026-06-30

    Discovers business domains in a Swift codebase by tracing user capabilities and maps each domain's vertical architectural slice, providers, and cross-cutting concerns.

    ⚙ discover business domains from product capabilities⚙ map vertical slices per domain⚙ identify external SDK provider bridges
  • pfw-sqlite-data - SQLite database access and iCloud sync
    sqlitedatabaseicloudsync

    ★ 16 · Updated 2026-06-30

    Read and write SQLite databases with iCloud synchronization

    ⚙ read database⚙ write database⚙ fetch all rows
  • swift-testing - Swift Testing Expert Guidance
    swifttestingunit testsintegration tests

    ★ 76 · Updated 2026-06-15

    Expert guidance on Swift Testing framework, patterns, and implementation with modern best practices

    ⚙ write unit tests⚙ write integration tests⚙ create test doubles
  • build-nitro-modules - Build React Native Nitro Modules
    react-nativenitro-modulesnitrogenhybrid-object

    ★ 0 · Updated 2026-05-28

    End-to-end skill for building React Native Nitro Modules with scaffolding, codegen, and native implementation.

    ⚙ scaffold monorepo⚙ run nitrogen codegen⚙ generate native boilerplate

Scroll to load more