1---2name: gemini-cli-docs3description: Skill: Gemini CLI4---5# Skill: Gemini CLI67This skill provides expert instructions for using the `gemini` CLI tool within agent workflows and development terminals.89---1011## 1. Starting New Conversations12* Initialize a new scoped conversation:13 ```bash14 gemini new-conversation "Provide a prompt for your agent here"15 ```16* You can specify the model tier using the `--model` flag:17 ```bash18 gemini new-conversation --model=pro "Start a deep refactor workflow"19 ```2021## 2. Communication Between Agents22* Use the internal messaging subcommand to pass data between active agent engines:23 ```bash24 gemini send-message <RECIPIENT_ID> "Your payload content here"25 ```26* This should be used exclusively for server-to-agent or agent-to-agent communications.2728## 3. Code Translation Subcommands29* Utilize translation capabilities to parse SQL, Python, or legacy codebases:30 ```bash31 gemini translate --source-dialect mssql --target-dialect bigquery --input-path ./queries/32 ```
Run npx skillmds@latest add izzyfresh/gemini-cli-docs in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Skill: Gemini CLI It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
IzzyFresh (@izzyfresh) published this skill. Their other Agent Skills are listed on their SkillMD profile.