Swift Lsp is a documentation skill that provides setup instructions for using SourceKit-LSP with Claude Code. It guides users on installing the Swift toolchain (via Xcode on macOS or from swift.org on Linux) to enable Swift code intelligence for .swift files.

2.1kstars250forks
|885 views

Skill Content

602 characters

swift-lsp

Swift language server (SourceKit-LSP) for Claude Code, providing code intelligence for Swift projects.

Supported Extensions

.swift

Installation

SourceKit-LSP is included with the Swift toolchain.

macOS

Install Xcode from the App Store, or install Swift via:

brew install swift

Linux

Download and install Swift from swift.org.

After installation, sourcekit-lsp should be available in your PATH.

More Information

Installation

Marketplace
Step 1: Add marketplace
/plugin marketplace add anthropics/claude-plugins-official
Step 2: Install plugin
/plugin install swift-lsp@claude-plugins-official