sunholo-data

Ailang Prompt — Development skill for Claude Code

Development community

Load the AILANG teaching prompt (essential before writing code).

How to install Ailang Prompt

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

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

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

What Ailang Prompt does


description: Load the AILANG teaching prompt (essential before writing code)

**CRITICAL: Run this before writing any AILANG code!**

ailang prompt

This outputs the current AILANG syntax rules, templates, and examples that are the source of truth for writing correct code.

The teaching prompt includes:

  • Mandatory program structure
  • Import syntax
  • Function definitions
  • Pattern matching
  • Effect annotations
  • Common pitfalls

After running this, you'll have the current syn

Alternatives in Development

  • Scientific Agent Skills — A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing 18.7k ★
  • Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
  • Codex Claude Academic Skills — 本仓库包含三个面向学术科研人员的Skills,覆盖从文献阅读、论文写作到科学计算的完整研究工作流 3.2k ★

Full documentation available on GitHub

View Source Repository