From c95093e164fd2b1ae684513457eec61870f52eb9 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Sat, 14 Mar 2026 18:36:07 -0600 Subject: [PATCH] feat: add my prime command --- commands/README.md | 4 ++++ commands/prime.md | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 commands/README.md create mode 100644 commands/prime.md diff --git a/commands/README.md b/commands/README.md new file mode 100644 index 0000000..a942ac9 --- /dev/null +++ b/commands/README.md @@ -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. + diff --git a/commands/prime.md b/commands/prime.md new file mode 100644 index 0000000..692d522 --- /dev/null +++ b/commands/prime.md @@ -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. +