Rnix Tutorials
This section contains three hands-on tutorials to help you master Rnix's core development skills from scratch.
Before starting the tutorials, we recommend completing the Quick Start Guide to ensure Rnix is properly installed. For conceptual explanations, refer to the Core Concepts documentation. For precise API signatures and field definitions, refer to the Reference Manual.
Tutorial List
| # | Tutorial | Target Audience | Estimated Time |
|---|---|---|---|
| 1 | Writing Your First Skill | Developers new to Rnix | ~20 min |
| 2 | Debugging Your First Bug | Developers who completed Tutorial 1 | ~15 min |
| 3 | Composing a Multi-Agent Workflow | Developers who completed Tutorial 1 | ~25 min |
Recommended Learning Paths
Beginners: Tutorial 1 → Tutorial 2 → Tutorial 3 (complete them in order)
Experienced developers: Feel free to jump straight to Tutorial 3 to learn multi-agent orchestration, and refer back to Tutorial 1 if you encounter unfamiliar concepts.
Related Documentation
- Core Concepts — Mental models for processes, VFS, skills, and syscalls
- Quick Start — Install and run Rnix in 15 minutes
- Reference Manual — Complete technical reference for syscalls, VFS, CLI, and IPC