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

2 Commits
 
 
 
 
 
 

Repository files navigation

agentic-utils Claude Plugins

Custom Claude Code plugin marketplace with additional LSP servers.

Available Plugins

Plugin Description Install
ty-lsp Python language server via ty uv tool install ty@latest
svelte-lsp Svelte language server npm install -g svelte-language-server

Installation

Add this marketplace to Claude Code:

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

Then install plugins:

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

Local Development

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages