/plugin marketplace add leviysoft/claude-plugins
Redirects structural code searches (functions, classes, types) from the Grep tool to ast-grep. Requires both the ast-grep tool and the ast-grep skill:
/plugin marketplace add ast-grep/agent-skill
/plugin install ast-grep
/plugin install prefer-ast-grep@leviysoft
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
Blocks use of Python for JSON processing in Bash commands, enforcing jq instead.
/plugin install prefer-jq@leviysoft
Requires jq to be installed.
Find the latest version of a Maven artifact, list available versions, or check artifact existence — all from the command line via Coursier.
/plugin install maven-artifact-lookup@leviysoft
Requires Coursier (cs) to be installed.
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
Install haskell-language-server
Don't forget to add export ENABLE_LSP_TOOL=1
/plugin install haskell-lsp@leviysoft
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
Install FsAutoComplete:
dotnet tool install --global fsautocomplete
Don't forget to add export ENABLE_LSP_TOOL=1
/plugin install fsharp-lsp@leviysoft
Guidance for resolving common Scala compilation errors — non-exhaustive matches, discarded values (including Futures), and references to uninitialized values.
/plugin install scala-sanitar@leviysoft