Lesson 01
Install Stim and understand the pipeline.
Stim is a compiler. A .stim file does not run at compile time. The compiler parses your source,
resolves imports and task references, optionally optimizes the AST, renders natural-language markdown, then
lets a target adapter shape the final file for Claude Code, ChatGPT, or Cursor.
Install the standalone binary, verify it, then keep source files in your project just like any other prompt asset.
curl -fsSL https://raw.githubusercontent.com/wess/stim/main/install.sh | sh
stim version
mkdir prompts
cd prompts
touch greet.stim