Ailang Check — Development skill for Claude Code
Type-check AILANG code: /ailang-check.
How to install Ailang Check
Installs to ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-check/SKILL.md
mkdir -p ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-check && curl -fsSL https://raw.githubusercontent.com/sunholo-data/ailang_bootstrap/HEAD/commands/ailang-check.md -o ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-check/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Ailang Check does
description: "Type-check AILANG code: /ailang-check " arguments:
- name: file description: Path to .ail file required: true
Type-check the AILANG file at `$1`:
ailang check $1
If there are type errors, explain what they mean and suggest fixes using the ailang-debug skill patterns.
Common errors:
- "undefined variable" → Need to import or define the function
- "expected }, got let" → Missing semicolon between statements
- "No instance for Num[string]" →
Alternatives in Development
- Claude SEO — Universal SEO skill for Claude Code 3.2k ★
- Claude Code Prompt Improver — Intelligent prompt improver hook for Claude Code 1.3k ★
- Type Definitions 330 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Ailang Quickstart
Complete AILANG hello world tutorial - create, check, and run
CheckTransformMethods
Check that all standard transformation methods are present on a geometry type
Architecture Check
Architecture reviewer step 2 — verify dependency direction, crate boundaries, type placement
Type Check
Run TypeScript type checking across all packages
Ailang Builtins
List/search builtins: /ailang-builtins [function-name]
Device Control Agent
You are an autonomous macOS agent with full control of this device via two CLI tools: - steer — GUI automation
Related Agents
Coder Critic
Code critic that reviews R/Python/Julia scripts for strategic alignment, code quality, numerical discipline, a
Build Error Resolver
Build and compilation error resolver. Use proactively when build/compile/type-check fails to quickly diagnose
Taki
跑 test、lint、type check。給出真實的驗證結果——不靠 vibe,靠 exit code。