
Tinct Lsp
- Updated August 3, 2026
- ventifus/tinct
tinct-lsp is a Claude Code skill in the AI & Agent Building category. Tinct language server for .llt files — diagnostics, hover types, and go-to-definition
Key points
- tinct-lsp
- AI & Agent Building
- AI-coding skill
Tinct Lsp by the numbers
- Data as of Aug 4, 2026 (Skillselion catalog sync)
/plugin marketplace add ventifus/tinct/plugin install tinct-lsp@tinct-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 3, 2026 |
|---|---|
| Repository | ventifus/tinct ↗ |
What it does
Tinct language server for .llt files — diagnostics, hover types, and go-to-definition
README.md
tinct-lsp
Tinct language server for Claude Code, providing diagnostics, hover types, and go-to-definition for .llt files.
Supported Extensions
.llt, .tinct
Installation
Build and install the tinct binary:
cargo install --path /path/to/tinct
Make sure ~/.cargo/bin is in your PATH, then install the plugin:
/plugin install /path/to/tinct/integrations/claude
Development
For development, point Claude Code at the debug binary by overriding command in a local copy of plugin.json:
"command": "/path/to/tinct/target/debug/tinct"
Related skills
AI & Agent Buildingagents