feat: add my prime command

This commit is contained in:
Joe Fleming
2026-03-14 18:36:07 -06:00
parent 86c6274413
commit c95093e164
2 changed files with 18 additions and 0 deletions

4
commands/README.md Normal file
View 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
View 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.