The user should be able to give a list of skills to be provided to the agent. The skills field is an array of strings, representing a list of folders, each containing SKILL.md and related files. ``` skills: - /path/to/skill1 - /path/to/skill2 ```
The user should be able to give a list of skills to be provided to the agent.
The skills field is an array of strings, representing a list of folders, each containing SKILL.md and related files.