skill: advertise slint-lsp and note Python wheel constraints#11429
Open
skill: advertise slint-lsp and note Python wheel constraints#11429
Conversation
Declare the slint-lsp binary in the Claude Code plugin manifest so any editor or assistant that consumes this plugin auto-attaches the Slint Language Server to .slint files for diagnostics, hover, go-to-definition and formatting. The binary is user-installed; document cargo and prebuilt-binary install paths plus the Debian/Ubuntu runtime dependencies in a sibling lsp-install.md so SKILL.md stays terse.
The slint wheel's requires-python tracks recent CPython releases and advances with new Slint versions, so a project on an older Python may silently resolve to an older Slint than expected. Tell readers to check the wheel's requires-python on PyPI and bump their project's requires-python (and .python-version for uv) before pinning a version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
slint-lspin the Claude Code plugin manifest (lspServers) so editors and assistants that load the skill auto-attach the Slint Language Server to.slintfiles.docs/skills/slint/lsp-install.mdwith cargo + prebuilt-binary install paths and Debian/Ubuntu runtime deps; SKILL.md gets a short pointer to it.slintwheel'srequires-pythontracks recent CPython releases, so an older Python silently resolves to an older Slint.