By Ishannaik
Aiken language server integration for Claude Code. Spawns 'aiken lsp --stdio' and forwards LSP messages for .ak Cardano smart contract files.
A Claude Code plugin marketplace that ships one plugin: aiken-lsp, which
wires up the Aiken language server (aiken lsp --stdio) so Claude Code's built-in LSP tool can answer document-symbol,
hover, definition, and diagnostic queries against .ak Cardano smart contract
files.
See plugins/aiken-lsp/README.md for what the
plugin does, prerequisites, installation, and troubleshooting.
In ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"claude-aiken-lsp": {
"source": { "source": "github", "repo": "Ishannaik/claude-aiken-lsp" }
}
},
"enabledPlugins": {
"aiken-lsp@claude-aiken-lsp": true
}
}
Restart Claude Code.
claude-aiken-lsp/
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest (lists aiken-lsp)
├── plugins/
│ └── aiken-lsp/
│ ├── .claude-plugin/
│ │ └── plugin.json # plugin manifest (LSP server declaration)
│ └── README.md # plugin-specific docs
├── LICENSE # MIT, Ishan Naik 2026
└── README.md # you are here
MIT - see LICENSE.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub ishannaik/claude-aiken-lsp --plugin aiken-lspRust language server
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.
YAML language server
Bash language server
Go language server
Advanced Java skills for streams, concurrency, and generics.