zircote/svelte-lsp

4 stars · Last commit 2026-03-30

Claude Code plugin for Svelte development with svelte-language-server and eslint-plugin-svelte

README preview

# svelte-lsp

[![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](CHANGELOG.md)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Claude Plugin](https://img.shields.io/badge/claude-plugin-orange.svg)](https://docs.anthropic.com/en/docs/claude-code/plugins)
[![Marketplace](https://img.shields.io/badge/marketplace-zircote--lsp-purple.svg)](https://github.com/zircote/lsp-marketplace)
[![Svelte](https://img.shields.io/badge/Svelte-FF3E00?logo=svelte&logoColor=white)](https://svelte.dev/)

A Claude Code plugin providing comprehensive Svelte development support through:

- **svelte-language-server** integration for IDE-like features
- **Automated hooks** for formatting, linting, and type checking
- **Svelte ecosystem** integration (svelte-check, ESLint, Prettier)

## Quick Setup

```bash
# Run the setup command (after installing the plugin)
/setup
```

View full repository on GitHub →