Create a processing skill template file that can be used to create your own skills
create_custom_processing_skill.Rdcreate_custom_processing_skill creates a text file with a processing skill template.
Usage
create_custom_processing_skill(
  filepath,
  system_prompt = NA,
  chat_prompt = NA,
  final_guidance = NA
)Arguments
- filepath
- the file path where you'd like to save the processing skill. It needs to be a ".txt" file. 
- system_prompt
- the system prompt to give to the processing skill. Optional. Defaults to NA. You are advised to put few shots examples in there. 
- chat_prompt
- the chat prompt to give to the processing skill. Optional. Defaults to NA. 
- final_guidance
- the final recommendations you want to give to the processing skill at the end. Optional. Defaults to NA.