Skip to content

Custom Claude Code plugin marketplace with LSP servers (ty, Svelte)

Notifications You must be signed in to change notification settings

agentic-utils/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

agentic-utils Claude Plugins

Custom Claude Code plugin marketplace with additional LSP servers.

Available Plugins

Plugin Description Requirements
ty-lsp Python type checking via ty uv
svelte-lsp Svelte language server Node.js

LSP servers are auto-installed on first use via uvx/npx.

Installation

Add the marketplace to Claude Code:

/plugin marketplace add https://github.com/agentic-utils/claude-plugins

Install plugins:

/plugin install ty-lsp@agentic-utils
/plugin install svelte-lsp@agentic-utils

Restart Claude Code after installation.

Local Development

For local development, add to ~/.claude/settings.json:

{
  "extraKnownMarketplaces": {
    "agentic-utils": {
      "source": {
        "source": "directory",
        "path": "/path/to/claude-plugins"
      }
    }
  }
}

Testing

See individual plugin READMEs for testing instructions. After installing a plugin, restart Claude Code to start the LSP server. Diagnostics appear in system reminders after tool use.

About

Custom Claude Code plugin marketplace with LSP servers (ty, Svelte)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •