|
|
|
|
|
by powersjcb
139 days ago
|
|
I had good success with this after tuning my triggers + main agent prompt. I explicitly tell it about the skills and that it should load them when the context feels correct. ```prompt.md Company Name codebase ... # Skills Use the company specific skills that look like `company-*`. Load them once per conversation if they seem relevant to what you are working on. ``` ```SKILL.md --- description: Company TypeScript libraries and conventions trigger: Writing or reading TypeScript in Company services
--- # company-ts ``` |
|