Example 1:
## 🧑 USER [`EgJZd1`]
In the system prompt template I actually have a function to take a list of paths that will then examine and extract skills. There is a template function that does this that I have. Can you modify the template function to, instead of producing a single string, actually produce variables or a list of objects that has the skill name and then description? In the actual prompt template itself the user can decide how they want it to be formatted, whether it could be XML, JSON, CSV; it doesn't matter how they want it to be formatted. What we want to do actually is refactor the template skill function to return a list of pairs of name and description for each skill. After implementing and adding/updating any tests as necessary, do a code review loop
---