Skip to content

Split ty LSP into a separate plugin - #22

Open
TyceHerrman wants to merge 1 commit into
astral-sh:mainfrom
TyceHerrman:agent/split-astral-ty-lsp
Open

Split ty LSP into a separate plugin#22
TyceHerrman wants to merge 1 commit into
astral-sh:mainfrom
TyceHerrman:agent/split-astral-ty-lsp

Conversation

@TyceHerrman

Copy link
Copy Markdown

Summary

  • keep astral focused on the uv, ruff, and ty skills
  • add an optional ty-lsp plugin with the existing ty language-server configuration
  • publish both plugins in the marketplace and document independent installation and migration

Why

The combined plugin always enables the ty language server. Splitting it lets users keep the Astral skills while choosing a different Python language-server plugin.

Closes #16.

Validation

  • claude plugin validate --strict .
  • claude plugin validate --strict plugins/astral
  • claude plugin validate --strict plugins/ty-lsp
  • prettier --check README.md CONTRIBUTING.md
  • jq empty .claude-plugin/marketplace.json plugins/astral/.claude-plugin/plugin.json plugins/ty-lsp/.claude-plugin/plugin.json
  • git diff --check

@TyceHerrman
TyceHerrman marked this pull request as ready for review July 27, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split marketplace definition into two plugins: skills-only + ty LSP-only

1 participant