Skip to content

Commit 1389805

Browse files
committed
feat: enhance skill description with ML workload trigger keywords
Adds fine-tuning, RL, RLHF, training, inference, batch processing, and model serving keywords so the skill triggers for common ML tasks.
1 parent deb7154 commit 1389805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.agents/skills/brev-cli/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: brev-cli
3-
description: Manage GPU and CPU cloud instances with the Brev CLI. Use when users want to create instances, search for GPUs or CPUs, SSH into instances, open editors, copy files, port forward, manage organizations, or work with cloud compute. Trigger keywords - brev, gpu, cpu, instance, create instance, ssh, vram, vcpu, A100, H100, cloud gpu, cloud cpu, remote machine.
3+
description: Manage GPU and CPU cloud instances with the Brev CLI for ML workloads and general compute. Use when users want to create instances, search for GPUs or CPUs, SSH into instances, open editors, copy files, port forward, manage organizations, or work with cloud compute. Supports fine-tuning, reinforcement learning, training, inference, batch processing, and other ML/AI workloads. Trigger keywords - brev, gpu, cpu, instance, create instance, ssh, vram, vcpu, A100, H100, cloud gpu, cloud cpu, remote machine, finetune, fine-tune, RL, RLHF, training, inference, deploy model, serve model, batch job.
44
allowed-tools: Bash, Read, AskUserQuestion
5-
argument-hint: [create|search|shell|exec|open|ls|delete] [instance-name]
5+
argument-hint: "[create|search|shell|exec|open|ls|delete] [instance-name]"
66
---
77
<!--
88
Token Budget:

0 commit comments

Comments
 (0)