summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-12 09:24:42 +0300
committerPaul Buetow <paul@buetow.org>2026-06-12 09:24:42 +0300
commit3ad3d5452a08260637adf7dad972c657cc4c2119 (patch)
tree3d925e9c27b218e3df8b17a8c3728e33c8680b5b
parentc09763944f6707495ef4ed3f2e60fbb7db6ee50c (diff)
add skills and prompts
-rw-r--r--fish/conf.d/ai.fish8
1 files changed, 8 insertions, 0 deletions
diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish
index 5371eb5..60c4df9 100644
--- a/fish/conf.d/ai.fish
+++ b/fish/conf.d/ai.fish
@@ -10,6 +10,14 @@ function qwen
ollama launch opencode --model qwen3.5:cloud -y -- run $argv
end
+function skills
+ ls ~/Notes/Prompts/skills
+end
+
+function prompts
+ ls ~/Notes/Prompts/prompts
+end
+
abbr -a suggest hexai
abbr -a explain 'hexai explain'
abbr -a research 'hexai research'