Awesome Gemini CLI Custom Commands
β¨ 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.tomlfile 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
- Threat Model Generator β Creates a STRIDE-style threat model from a system description.
- Dependency Risk Analyzer β Reviews dependency lists for risks and vulnerabilities.
- License Checker β Analyzes dependenciesβ licenses and highlights risks.
βοΈ Developer Productivity
- Regex Explainer β Explains complex regular expressions in plain language.
π Knowledge Sharing
- Knowledge Sharing β Transforms notes into a shareable technical doc.
- Presenter Maker (Slidev) β Generates Slidev presentation outlines from a
π€ 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.