ADAPT-Chase's picture
Add files using upload-large-folder tool
fbf3c28 verified

Awesome Gemini CLI Custom Commands Awesome

✨ A curated collection of Gemini CLI custom commands that extend Gemini into agent-like modes, similar to GitHub Copilot agents.
Each command is defined as a simple .toml file you can install and start using right away.


πŸ“– Contents


🌟 Introduction

Gemini CLI supports custom commands, allowing you to define prompts that act like specialized agents.
This repository collects useful commands across security, productivity, and developer tools to help you get started.

Each command is defined in a .toml file under the commands/ directory.


πŸ›  Available Commands

πŸ” Security

βš™οΈ Developer Productivity

  • Regex Explainer – Explains complex regular expressions in plain language.

πŸ“‘ Knowledge Sharing

🀝 Contributing

Contributions are welcome! πŸŽ‰

To add a new command:

Create a new .toml file

Follow the existing format (description + prompt).

Add your command to the Available Commands section in this README.

Open a pull request.