Tutorials¶
A tutorial is a lesson: you follow it start to finish, you type what it says, and you end up with something that works. It does not stop to explain every decision — that is what Explanation is for — and it is not a lookup table, which is Reference.
Available now¶
- Build your first tool — scaffold a CLI
with
rtb generate project, add a subcommand, add a flag, add a setting, and run the result. About fifteen minutes, no AI provider and no network access to a provider required.
Not yet written¶
- Building on the
clipreset — the same journey against the full framework, where the tool inheritsversion,doctor,configand the rest. Wanted; not written. - Generating a command from a prompt — the AI draft-and-repair loop end to end. Deliberately deferred: it needs a live provider key to follow, so it cannot be verified the way the first tutorial can.
If you are not new here¶
- You know what you want to do: How-to guides.
- You want to look something up: Reference.
- You want to know why it works this way: Explanation.