Skip to content

Commit d6e1e8c

Browse files
committed
Add explain command
1 parent b78a682 commit d6e1e8c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gemini/commands/explain.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
description = "Explains the code or text provided in plain English."
2+
3+
prompt = """
4+
You are a helpful coding tutor.
5+
Please explain the following code or text in simple, easy-to-understand terms:
6+
7+
{{args}}
8+
"""

0 commit comments

Comments
 (0)