sunholo-data

Ailang Editor — Development skill for Claude Code

Development community

Install syntax highlighting: /ailang-editor.

How to install Ailang Editor

Installs to ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-editor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-editor && curl -fsSL https://raw.githubusercontent.com/sunholo-data/ailang_bootstrap/HEAD/commands/ailang-editor.md -o ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-editor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ailang Editor does


description: "Install syntax highlighting: /ailang-editor " arguments:

  • name: editor description: Target editor required: true

Install AILANG syntax highlighting for `$1`:

ailang editor install $1

Supported Editors

  • vscode - Visual Studio Code
  • vim - Vim
  • neovim - Neovim

What Gets Installed

VS Code

  • Syntax highlighting for .ail files
  • Basic language configuration
  • Extension in ~/.vscode/extensions/

Vim /

Alternatives in Development

  • Ecc Guide — Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su 243.5k ★
  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • TypeScript Lsp — TypeScript / JS /plugin install typescript-lsp@claude-plugins-official 14k ★

Full documentation available on GitHub

View Source Repository