Sourcekit Lsp Marketplace banner
SzakacsCo SzakacsCo

Sourcekit Lsp Marketplace

Development community

Description

Claude Code marketplace plugin for Swift/Objective-C via Apple SourceKit-LSP

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

SourceKit-LSP Plugin for Claude Code

A Claude Code marketplace plugin that provides Swift and Objective-C language server support via Apple's SourceKit-LSP.

Features

  • Jump to Definition - Navigate to symbol definitions instantly
  • Find References - Find all usages of a symbol across your codebase
  • Code Completion - Get intelligent completions as you type
  • Real-time Diagnostics - See errors and warnings as you code
  • Symbol Search - Search for symbols across your workspace

Supported File Types

  • .swift - Swift
  • .m - Objective-C
  • .mm - Objective-C++
  • .h - C/Objective-C headers

Requirements

  • macOS with Xcode installed (SourceKit-LSP ships with Xcode)
  • Claude Code 2.0.65+

Installation

  1. Open Claude Code
  2. Run /plugin
  3. Go to Marketplaces tab
  4. Add: tjzaks/sourcekit-lsp-marketplace
  5. Go to Discover tab
  6. Select and install sourcekit-lsp

Usage

Once installed, Claude Code will automatically use SourceKit-LSP when working with Swift files, enabling faster and more accurate code navigation.

Author

Tyler Szakacs - [Szakacs Media Company](https://szakacsmedia.com)