File size: 2,101 Bytes
fbf3c28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Awesome Gemini CLI Custom Commands [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

> โœจ 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](#introduction)
- [Available Commands](#available-commands)
  - [Security](#security)
  - [Developer Productivity](#developer-productivity)
  - [Knowledge Sharing](#knowledge-sharing)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)

---

## ๐ŸŒŸ 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/`](./commands) directory.

---

## ๐Ÿ›  Available Commands

### ๐Ÿ” Security
- **[Threat Model Generator](./commands/threat-model-generator.toml)** โ€“ Creates a STRIDE-style threat model from a system description.  
- **[Dependency Risk Analyzer](./commands/dependency-risk-analyzer.toml)** โ€“ Reviews dependency lists for risks and vulnerabilities.  
- **[License Checker](./commands/license-checker.toml)** โ€“ Analyzes dependenciesโ€™ licenses and highlights risks.  

### โš™๏ธ Developer Productivity
- **[Regex Explainer](./commands/regex-explainer.toml)** โ€“ Explains complex regular expressions in plain language.  

### ๐Ÿ“‘ Knowledge Sharing
- **[Knowledge Sharing](./commands/knowledge-sharing.toml)** โ€“ Transforms notes into a shareable technical doc.  
- **[Presenter Maker (Slidev)](./commands/presenter-maker-slidev.toml)** โ€“ 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.