In Step 2 of the License Header example, you say to give the following prompt to add the header:
Add the license header to my_script.py.
I don't think is needed. We installed the skill before creating the python file so when I gave the prompt below to create the python file, it created the file, invoked the skill and added the header:
Create a new file my_script.py with the following python code:
def hello():
print("Hello, World!")
In Step 2 of the License Header example, you say to give the following prompt to add the header:
Add the license header to my_script.py.
I don't think is needed. We installed the skill before creating the python file so when I gave the prompt below to create the python file, it created the file, invoked the skill and added the header:
Create a new file my_script.py with the following python code:
def hello():
print("Hello, World!")