feat: add my prime command
This commit is contained in:
4
commands/README.md
Normal file
4
commands/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Commands are very much like skills, but you can run them as commands directly, and the have some other configuration.
|
||||
|
||||
See https://opencode.ai/docs/commands/ for more details.
|
||||
|
||||
14
commands/prime.md
Normal file
14
commands/prime.md
Normal file
@@ -0,0 +1,14 @@
|
||||
--
|
||||
description: Explore the current repo to prepare for work
|
||||
agent: plan
|
||||
model: opencode/minimax-m2.5-free
|
||||
---
|
||||
|
||||
Get yourself up to speed with the code we're about to modify by reading any README files or other documentation that exists.
|
||||
|
||||
If you have any kind of memory and state protocols to follow, load up that information as well.
|
||||
|
||||
You may also explore the codebase directly to understand how it functions.
|
||||
|
||||
Provide a summary of everything you found.
|
||||
|
||||
Reference in New Issue
Block a user