Auto-discovered marketplace from zastrpay/claude-plugins
npx claudepluginhub zastrpay/claude-pluginsF# language server (FsAutoComplete) for Claude Code
A marketplace of Claude Code plugins by Zastrpay.
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
Add the marketplace and install a plugin:
/plugin marketplace add zastrpay/claude-plugins
/plugin install fsharp-lsp@zastrpay-plugins
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.