add build-cli and build-brightstaff skills (#824)

This commit is contained in:
Adil Hafeez 2026-03-13 00:28:35 -07:00 committed by GitHub
parent 2f52774c0e
commit 785bf7e021
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
name: build-brightstaff
description: Build the brightstaff native binary. Use when brightstaff code changes.
---
Build brightstaff:
```
cd crates && cargo build --release -p brightstaff
```
If the build fails, diagnose and fix the errors.