Skip to content

leviysoft/claude-plugins

Repository files navigation

CLAUDE Plugins

Adding this marketplace

/plugin marketplace add leviysoft/claude-plugins

Utility Plugins

prefer-ast-grep

Redirects structural code searches (functions, classes, types) from the Grep tool to ast-grep. Requires ast-grep@ast-grep-marketplace.

/plugin install prefer-ast-grep@leviysoft

enforce-native-search

Blocks grep/rg and find in Bash commands, enforcing ast-grep and the Glob tool instead. Requires jq to be installed.

/plugin install enforce-native-search@leviysoft

prefer-jq

Blocks use of Python for JSON processing in Bash commands, enforcing jq instead.

/plugin install prefer-jq@leviysoft

Requires jq to be installed.

LSP Plugins

HOW TO SCALA

First of all, install coursier

Then:

cs install metals

Don't forget to add export ENABLE_LSP_TOOL=1

/plugin install scala-lsp@leviysoft

Coursier does not perform automatical updates, so periodically call

cs update

HOW TO HASKELL

Install haskell-language-server

Don't forget to add export ENABLE_LSP_TOOL=1

/plugin install haskell-lsp@leviysoft

HOW TO IDRIS2

First of all, install pack

Then:

pack install-app idris2-lsp

Don't forget to add export ENABLE_LSP_TOOL=1

/plugin install idris2-lsp@leviysoft

HOW TO F#

Install FsAutoComplete:

dotnet tool install --global fsautocomplete

Don't forget to add export ENABLE_LSP_TOOL=1

/plugin install fsharp-lsp@leviysoft

About

No-bullshit LSP plugins for Claude

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages