Gemini CLI Docs

Skill: Gemini CLI

IzzyFresh Updated

File contents

Skill: Gemini CLI

This skill provides expert instructions for using the gemini CLI tool within agent workflows and development terminals.


1. Starting New Conversations

  • Initialize a new scoped conversation:
    gemini new-conversation "Provide a prompt for your agent here"
    
  • You can specify the model tier using the --model flag:
    gemini new-conversation --model=pro "Start a deep refactor workflow"
    

2. Communication Between Agents

  • Use the internal messaging subcommand to pass data between active agent engines:
    gemini send-message <RECIPIENT_ID> "Your payload content here"
    
  • This should be used exclusively for server-to-agent or agent-to-agent communications.

3. Code Translation Subcommands

  • Utilize translation capabilities to parse SQL, Python, or legacy codebases:
    gemini translate --source-dialect mssql --target-dialect bigquery --input-path ./queries/
    

IzzyFresh/gemini-skills/tree/main/skills/gemini-cli-docs commit 966cffae0d

Frequently asked questions

npx skillmds@latest add izzyfresh/gemini-cli-docs