
Ailang Tools
- 33 repo stars
- Updated July 28, 2026
- sunholo-data/ailang
ailang-tools is a plugin marketplace that adds AILANG and gopls language server integrations for Claude Code development.
About
ailang-tools is a small Claude Code plugin marketplace maintained for AILANG development, bundling language server integrations rather than business logic skills. The ailang-lsp plugin connects the editor agent to the AILANG CLI language server over stdio so.ail sources get save-time diagnostics, type hover, definition jumps, references, and outline symbols. The ailang-go-lsp plugin does the parallel job for Go code in the AILANG implementation via gopls. developers hacking on AILANG or agent-oriented languages gain IDE-grade feedback without leaving Claude Code, which shortens fix cycles on syntax and type issues. Beginner-friendly setup is mostly installing binaries and registering the marketplace; advanced work remains in the language itself. Skillselion lists it as a development integrations marketplace with exactly two LSP-focused plugins, distinct from general coding assistant skills.
- Two repo-local plugins: ailang-lsp and ailang-go-lsp
- ailang-lsp runs `ailang lsp --stdio` for .ail files with diagnostics, hover, go-to-def, references, and document symbols
- ailang-go-lsp wraps gopls for the AILANG Go implementation with instant diagnostics and navigation
- JSON Schema marketplace manifest for Claude Code plugin discovery
- Requires `ailang` and `gopls` binaries on PATH respectively
Ailang Tools by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add sunholo-data/ailangAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 33 |
|---|---|
| Last updated | July 28, 2026 |
| Repository | sunholo-data/ailang ↗ |
What it does
Install ailang-tools when you develop AILANG or its Go runtime in Claude Code and want LSP-backed diagnostics, navigation, and symbols inside the editor agent loop.
Who is it for?
Best when you're working in the sunholo-data AILANG repo or forks and already use Claude Code as your primary coding surface.
Skip if: Teams not using AILANG or Go gopls, or developers seeking deployment, SEO, or non-editor automation plugins.
What you get
After adding the marketplace you get stdio LSP plugins that surface diagnostics, types, definitions, and symbols while the agent edits AILANG projects.
- Two installed LSP plugins from the ailang-tools marketplace
- Save-time diagnostics and navigation for .ail and Go files in Claude Code
- Schema-valid marketplace entry for repo-local plugin distribution
By the numbers
- Marketplace contains 2 plugins: ailang-lsp and ailang-go-lsp
- ailang-lsp uses `ailang lsp --stdio`; ailang-go-lsp requires gopls on PATH
Plugins in this marketplace
2 plugins - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
LSP integration marketplace for a specific language stack, not a general AI agent methodology bundle.
FAQ
Who is Ailang Tools for?
It is for AILANG contributors and experimenters who want Claude Code to behave like an LSP-aware IDE for.ail sources and the Go-based runtime.
When should I use Ailang Tools?
Use it during active Build work on AILANG grammar, tooling, or Go backend code whenever you need live diagnostics and symbol navigation in the agent session.
How do I add Ailang Tools to my agent?
Clone or open the AILANG repo, register the Ailang Tools marketplace manifest, install ailang-lsp and ailang-go-lsp, and ensure `ailang` and `gopls` are on your PATH.