GUIDE_03 / Coding
Make Gemini CLI Plan Before It Codes
Give Gemini CLI a structured planning workflow before it writes code.
Quick Read
What This Guide Does
This is the fast setup path for Gemini CLI + Agent Skills. Use it to get the tool running without hunting through tabs, comments, or docs. Open the link in Step 01, follow the steps in order, and copy any terminal commands shown directly under the step that needs them.
Setup Steps
5 steps- 01
Step 01
Install Gemini CLI from the official install command.
- 02
Step 02
Launch Gemini in your terminal.
Command 01gemini - 03
Step 03
Open the Agent Skills GitHub page and copy the install command.
Command 01gemini skills install https://github.com/addyosmani/agent-skills.git --path skills - 04
Step 04
Install the skills, then ask Gemini to build something concrete.
- 05
Step 05
Review the generated plan before letting the agent write code.