Skip to content

adslaton/gemini-cli-custom-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini Custom Commands

This repository houses custom commands designed to extend the functionality of the Gemini CLI.

Commands

gemini-collab

This command facilitates collaboration workflows within Gemini.

  • Configuration: commands/gemini-collab.toml
  • Script: scripts/collaborate.py

Installation and Usage

To install and use these custom commands, follow these steps:

  1. Update Gemini CLI: Ensure you have the latest version of the Gemini CLI.

    npx @google/gemini-cli

    or

    npm install -g @google/gemini-cli@latest
  2. Install the command: To make the gemini-collab command available, you need to link its configuration file to your Gemini command directory.

    • For a single project (project-scoped): Create a .gemini/commands/ directory in your project's root and copy the .toml file there.

      mkdir -p .gemini/commands
      cp commands/gemini-collab.toml .gemini/commands/
    • For all projects (user-scoped): Copy the .toml file to your user-level Gemini command directory.

      mkdir -p ~/.gemini/commands
      cp commands/gemini-collab.toml ~/.gemini/commands/

      Also, copy the collaborate.py script to the user-level Gemini scripts directory:

      mkdir -p ~/.gemini/scripts
      cp scripts/collaborate.py ~/.gemini/scripts/
  3. Usage: Once installed, you can invoke the command within the Gemini CLI by typing:

    /gemini-collab
    

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages