kiro-cli guide — CLI Guide ▶ Playground
Getting Started

About This Site & the Author

Why this site exists, and who wrote it.

Why this site exists

Honestly, the official docs are pretty clear already.

It’s just that when I was learning, I preferred to walk through things with a theme and a sequence — from the very first chat all the way to automation, with a copy-paste-ready example for each part, plus a quick heads-up about the spots where it’s easy to trip up. Learning that way gives me a clearer picture, and it sticks better.

So this site came to be. It’s not meant to replace the official docs — it’s a learning path that’s a bit smoother to follow. When you really need the most precise details, still go by the official docs and kiro-cli --help.

If you’re curious about the story behind it, I wrote up the whole process in a Medium article (in Chinese): Building a bilingual, topic-based Kiro CLI guide with an interactive playground. It walks through noticing how few Chinese resources there were, organizing everything by topic, using AI to translate into Chinese and add the English version, and finally building the interactive playground — and it covers how the site itself was built end-to-end with Amazon Kiro CLI, spinning up subagents to run tasks in parallel.

TIP

Everything here matches Kiro CLI 2.6.1. Commands keep getting updated, so if you see something different from what’s on your machine, just go with --help.

About the author

Hey, I’m Kuro.

I’m a contributor as an AWS Community Builder (Security cohort), and my day-to-day focus is on cloud and information security.

You can find more about me at kuronetwork.me.

How this site was built

This site itself was built with Amazon Kiro CLI, and the content also draws on my own hands-on experience.