blob: cdc0260f1e16d58fbc51ba0163b8a954254650e1 [file] [view]
# Gemini Custom Commands for Chrome
See: https://cloud.google.com/blog/topics/developers-practitioners/gemini-cli-custom-slash-commands
## Naming
The top-level directory is called "cr" (short for Chrome) so that "/cr:" will
show all available custom commands. It is not necessary for custom commands to
be put into subdirectories, but use them if it helps.
## What Belongs Here?
Any prompt that is not a one-off could be put here. One-off prompts that should
be used as examples should go in `//agents/prompts/eval`.