sunholo-data

Ailang Run — Development skill for Claude Code

Development community

Run AILANG program: /ailang-run (auto-detects caps).

How to install Ailang Run

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

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

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

What Ailang Run does


description: "Run AILANG program: /ailang-run (auto-detects caps)" arguments:

  • name: file description: Path to .ail file required: true

Run the AILANG program at `$1`:

  1. First, check if the file exists
  2. Detect required capabilities from the code:
    • If it uses print, println, readLine → needs IO
    • If it uses readFile, writeFile → needs FS
    • If it uses httpGet, httpPost → needs Net
    • If it uses now, sleep → needs Clock
    • I

Alternatives in Development

  • Peon Ping — Warcraft III Peon voice notifications (+ StarCraft, Portal, Zelda) for Claude Code and other agents 4k ★
  • Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
  • Gemini For Claude Code — A Python program allowing the use of Claude Code with Google's Gemini models 338 ★

Full documentation available on GitHub

View Source Repository