This is your starting point when you need to install the iii engine, scaffold a new project, or write your first worker. It walks through the five-minute setup: engine install, project creation, SDK installation for TypeScript/Python/Rust, and a complete hello-world function with an HTTP trigger. The code examples are real and runnable. If you already know what iii is and just need to remember how to wire up functions and triggers, you want iii-core-primitives instead. Use this when someone says "how do I start" or "I need to set up iii from scratch." It also covers pulling pre-built workers from the registry and installing agent skills, but the heart of it is getting from zero to a working HTTP endpoint.
npx skills add https://github.com/iii-hq/iii --skill iii-getting-started