
Fsharp Lsp
- 1 repo stars
- Updated February 13, 2026
- zastrpay/claude-plugins
F# language server (FsAutoComplete) for Claude Code
About
fsharp-lsp is a Claude Code skill in the AI & Agent Building category. F# language server (FsAutoComplete) for Claude Code
- fsharp-lsp
- AI & Agent Building
- AI-coding skill
Fsharp Lsp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add zastrpay/claude-plugins/plugin install fsharp-lsp@zastrpay-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | February 13, 2026 |
| Repository | zastrpay/claude-plugins ↗ |
What it does
F# language server (FsAutoComplete) for Claude Code
README.md
Zastrpay Claude Code Plugins
A marketplace of Claude Code plugins by Zastrpay.
Available Plugins
fsharp-lsp
Integrates FsAutoComplete as an LSP server, giving Claude Code F# language intelligence (diagnostics, completions, go-to-definition, etc.).
Prerequisite: Install FsAutoComplete as a .NET tool:
dotnet tool install -g fsautocomplete
Verify it's on your PATH:
fsautocomplete --version
Installation
Add the marketplace and install a plugin:
/plugin marketplace add zastrpay/claude-plugins
/plugin install fsharp-lsp@zastrpay-plugins
What fsharp-lsp does
Starts FsAutoComplete via stdio and registers it for .fs, .fsi, .fsx, .fsscript, and .fsproj files. Enables AutomaticWorkspaceInit so the language server automatically discovers your F# projects.