npx claudepluginhub infracost/agent-skills --plugin infracostThis LSP server requires infracost-lsto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"infracost": {
"command": "infracost-ls",
"extensionToLanguage": {
".tf": "terraform",
".hcl": "hcl",
".yml": "yaml",
".json": "json",
".yaml": "yaml"
}
}
}
}infracost-lsstdio